OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_mountedhere
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/miscfs/genfs/
genfs_rename.c
572
if (dvp->
v_mountedhere
!= NULL) {
615
if ((fvp->v_type == VDIR) && (fvp->
v_mountedhere
!= NULL)) {
624
if ((tvp->v_type == VDIR) && (tvp->
v_mountedhere
!= NULL)) {
798
if (a_dvp->
v_mountedhere
!= NULL) {
851
if (a_vp->
v_mountedhere
!= NULL) {
865
if (b_dvp->
v_mountedhere
!= NULL) {
928
if ((b_vp->v_type == VDIR) && (b_vp->
v_mountedhere
!= NULL)) {
/src/sys/fs/autofs/
autofs_vnops.c
159
if (vp->
v_mountedhere
) {
173
if (!vp->
v_mountedhere
) {
186
error = VFS_ROOT(vp->
v_mountedhere
, LK_EXCLUSIVE, newvp);
/src/sys/kern/
vfs_lookup.c
952
(mp = foundobj->
v_mountedhere
) != NULL &&
963
while ((mp = foundobj->
v_mountedhere
) != NULL) {
966
mp == foundobj->
v_mountedhere
) {
1387
if (foundobj->
v_mountedhere
!= NULL) {
1388
while (foundobj->
v_mountedhere
!= NULL &&
1394
if (foundobj->
v_mountedhere
!= NULL) {
1572
foundobj->
v_mountedhere
!= NULL &&
2081
foundobj->
v_mountedhere
!= NULL &&
vfs_mount.c
732
if (VFS_ROOT(olddp->
v_mountedhere
, LK_EXCLUSIVE, &newdp))
877
if (vp->
v_mountedhere
!= NULL) {
897
vp->
v_mountedhere
= mp;
1007
coveredvp->
v_mountedhere
= NULL;
vfs_subr.c
1211
vp->v_mount, vp->
v_mountedhere
);
vfs_syscalls.c
1527
while ((mp = vp->
v_mountedhere
) != NULL) {
2918
if ((vp->v_type == VDIR) && (vp->
v_mountedhere
!= NULL)) {
/src/sys/sys/
vnode.h
186
#define
v_mountedhere
v_un.vu_mountedhere
macro
/src/sys/fs/nfs/server/
nfs_nfsdport.c
1154
if (tvp->v_type == VDIR && tvp->
v_mountedhere
) {
1173
if (fvp->v_type == VDIR && fvp->
v_mountedhere
) {
2163
nvp->
v_mountedhere
!= NULL) {
2164
new_mp = nvp->
v_mountedhere
;
2193
*
v_mountedhere
, so it needs to
/src/sys/ufs/lfs/
ulfs_vnops.c
704
if (dp == ip || vp->
v_mountedhere
!= NULL) {
/src/sys/fs/union/
union_vnops.c
301
(mp = dvp->
v_mountedhere
)) {
/src/sys/nfs/
nfs_serv.c
2035
if (tvp->v_type == VDIR && tvp->
v_mountedhere
) {
2043
if (fvp->v_type == VDIR && fvp->
v_mountedhere
) {
/src/sys/ufs/ufs/
ufs_vnops.c
1419
if (dp == ip || vp->
v_mountedhere
!= NULL) {
Completed in 29 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026