OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mnt_vnodecovered
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/fs/unionfs/
unionfs_vfsops.c
132
vn_lock(mp->
mnt_vnodecovered
, LK_EXCLUSIVE | LK_RETRY);
133
error = VOP_GETATTR(mp->
mnt_vnodecovered
, &va, cred);
142
VOP_UNLOCK(mp->
mnt_vnodecovered
);
183
lowerrootvp = mp->
mnt_vnodecovered
;
/src/sys/miscfs/overlay/
overlay_vfsops.c
137
lowerrootvp = mp->
mnt_vnodecovered
;
/src/sys/fs/ptyfs/
ptyfs_vfsops.c
107
if (vn_isunder(mp->
mnt_vnodecovered
, cwdi->cwdi_rdir, l))
135
error = getcwd_common(mp->
mnt_vnodecovered
, cwdi->cwdi_rdir, &bp,
/src/sys/kern/
vfs_getcwd.c
254
uvp = uvp->v_mount->
mnt_vnodecovered
;
345
tvp = lvp->v_mount->
mnt_vnodecovered
;
vfs_mount.c
165
mp->
mnt_vnodecovered
= vp;
1006
if ((coveredvp = mp->
mnt_vnodecovered
) != NULLVP) {
vfs_lookup.c
1145
searchdir = searchdir->v_mount->
mnt_vnodecovered
;
1194
searchdir = searchdir->v_mount->
mnt_vnodecovered
;
vfs_vnops.c
629
vp = vp->v_mount->
mnt_vnodecovered
;
vfs_subr.c
1750
mp->
mnt_vnodecovered
, mp->mnt_data);
vfs_syscalls.c
370
if ((flags & MNT_UNION) != 0 && mp->
mnt_vnodecovered
== NULLVP) {
/src/sys/ufs/mfs/
mfs_vfsops.c
223
mp->
mnt_vnodecovered
= NULLVP;
/src/sys/sys/
mount.h
142
struct vnode *
mnt_vnodecovered
; /* vnode we mounted on */
member in struct:mount
/src/sys/fs/union/
union_vfsops.c
149
lowerrootvp = mp->
mnt_vnodecovered
;
union_vnops.c
273
*dvpp = dvp = dvp->v_mount->
mnt_vnodecovered
;
/src/sys/nfs/
nfs_vfsops.c
370
mp->
mnt_vnodecovered
= NULLVP;
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
255
tvp = mp->
mnt_vnodecovered
;
Completed in 92 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025