Home
last modified time | relevance | path

Searched refs:v_mountedhere (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_vfs.c147 if ((vp->v_iflag & VI_MOUNT) == 0 && vp->v_mountedhere == NULL) in mount_snapshot()
236 vp->v_mountedhere = mp; in mount_snapshot()
/freebsd-10-stable/sys/fs/autofs/
Dautofs_vnops.c160 if (vp->v_mountedhere != NULL) { in autofs_trigger_vn()
178 if (vp->v_mountedhere == NULL) { in autofs_trigger_vn()
191 error = VFS_ROOT(vp->v_mountedhere, lock_flags, newvp); in autofs_trigger_vn()
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
Dvnode.h74 #define vn_ismntpt(vp) ((vp)->v_type == VDIR && (vp)->v_mountedhere != NULL)
75 #define vn_mountedvfs(vp) ((vp)->v_mountedhere)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_ctldir.c872 if ((mp = (*vpp)->v_mountedhere) != NULL) { in zfsctl_mounted_here()
1214 mp = vp->v_mountedhere; in zfsctl_snapshot_vptocnp()
1276 if (vp->v_mountedhere != NULL) in zfsctl_lookup_objset()
1277 *zfsvfsp = vp->v_mountedhere->mnt_data; in zfsctl_lookup_objset()
1325 mp = vp->v_mountedhere; in zfsctl_umount_snapshots()
Dzfs_vnops.c3782 if (((*svpp)->v_type == VDIR && (*svpp)->v_mountedhere != NULL) || in zfs_rename()
3784 (*tvpp)->v_mountedhere != NULL)) { in zfs_rename()
/freebsd-10-stable/sys/kern/
Dvfs_mountroot.c296 vporoot->v_mountedhere = NULL; in vfs_mountroot_shuffle()
327 vp->v_mountedhere = mporoot; in vfs_mountroot_shuffle()
353 vpdevfs->v_mountedhere = NULL; in vfs_mountroot_shuffle()
357 vp->v_mountedhere = mpdevfs; in vfs_mountroot_shuffle()
Dvfs_mount.c851 if ((vp->v_iflag & VI_MOUNT) == 0 && vp->v_mountedhere == NULL) in vfs_domount_first()
911 vp->v_mountedhere = mp; in vfs_domount_first()
984 if ((vp->v_iflag & VI_MOUNT) != 0 || vp->v_mountedhere != NULL) { in vfs_domount_update()
1292 if (coveredvp->v_mountedhere != mp || in dounmount()
1293 coveredvp->v_mountedhere->mnt_gen != mnt_gen_r) { in dounmount()
1439 coveredvp->v_mountedhere = NULL; in dounmount()
Dvfs_lookup.c780 while (dp->v_type == VDIR && (mp = dp->v_mountedhere) && in lookup()
Dvfs_subr.c3027 printf(" mountedhere %p\n", vp->v_mountedhere); in vn_printf()
Dvfs_syscalls.c720 while (!error && (mp = vp->v_mountedhere) != NULL) {
/freebsd-10-stable/sys/fs/fuse/
Dfuse_internal.h84 return (vp->v_mountedhere != NULL ? 1 : 0); in vnode_mountedhere()
/freebsd-10-stable/sys/ufs/ufs/
Dufs_vnops.c1294 if ((fvp->v_type == VDIR && fvp->v_mountedhere != NULL) ||
1296 tvp->v_mountedhere != NULL)) {
2059 if (vp->v_mountedhere != 0) {
/freebsd-10-stable/sys/fs/nfsserver/
Dnfs_nfsdport.c1142 if (tvp->v_type == VDIR && tvp->v_mountedhere) { in nfsvno_rename()
1161 if (fvp->v_type == VDIR && fvp->v_mountedhere) { in nfsvno_rename()
2134 nvp->v_mountedhere != NULL) { in nfsrvd_readdirplus()
2135 new_mp = nvp->v_mountedhere; in nfsrvd_readdirplus()
/freebsd-10-stable/sys/sys/
Dvnode.h176 #define v_mountedhere v_un.vu_mount macro
/freebsd-10-stable/sys/nfsserver/
Dnfs_serv.c1851 if (tvp->v_type == VDIR && tvp->v_mountedhere) { in nfsrv_rename()
1859 if (fvp->v_type == VDIR && fvp->v_mountedhere) { in nfsrv_rename()
/freebsd-10-stable/sys/fs/nandfs/
Dnandfs_vnops.c1996 if (vp->v_mountedhere != 0) in nandfs_rmdir()