OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trans_mount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/miscfs/genfs/
genfs_io.c
119
struct mount *
trans_mount
= NULL;
local
327
if (
trans_mount
== NULL) {
328
trans_mount
= vp->v_mount;
329
fstrans_start(
trans_mount
);
343
error = WAPBL_BEGIN(
trans_mount
);
560
if (
trans_mount
!= NULL) {
562
WAPBL_END(
trans_mount
);
563
fstrans_done(
trans_mount
);
genfs_io.c
119
struct mount *
trans_mount
= NULL;
local
327
if (
trans_mount
== NULL) {
328
trans_mount
= vp->v_mount;
329
fstrans_start(
trans_mount
);
343
error = WAPBL_BEGIN(
trans_mount
);
560
if (
trans_mount
!= NULL) {
562
WAPBL_END(
trans_mount
);
563
fstrans_done(
trans_mount
);
Completed in 56 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026