Home
last modified time | relevance | path

Searched refs:VV_ROOT (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h60 #define VROOT VV_ROOT
/f-stack/freebsd/kern/
H A Dvfs_lookup.c990 ((dp->v_vflag & VV_ROOT) != 0 && in lookup()
997 if ((dp->v_vflag & VV_ROOT) == 0) in lookup()
1064 (dp->v_vflag & VV_ROOT) && (dp->v_mount != NULL) && in lookup()
H A Dvfs_mount.c1085 if ((vp->v_vflag & VV_ROOT) == 0) { in vfs_domount_update()
1357 if ((vp->v_vflag & VV_ROOT) != 0 && in vfs_domount()
1491 if ((vp->v_vflag & VV_ROOT) == 0 && vp->v_type != VNON && in vfs_check_usecounts()
H A Dvfs_cache.c3140 if ((vp->v_vflag & VV_ROOT) != 0) { in vn_fullpath_dir()
3283 if ((vp->v_vflag & VV_ROOT) != 0) { in vn_fullpath_any_smr()
3611 if (vp->v_vflag & VV_ROOT) { in db_print_vpath()
4782 if ((dvp->v_vflag & VV_ROOT) != 0) { in cache_fplookup_dotdot()
H A Dvfs_default.c867 ((*dvp)->v_vflag & VV_ROOT) && in vop_stdvptocnp()
H A Duipc_mqueue.c798 (*vpp)->v_vflag = VV_ROOT; in mqfs_allocv()
892 if (dvp->v_vflag & VV_ROOT) in mqfs_lookupx()
H A Dvfs_syscalls.c1900 if (vp->v_vflag & VV_ROOT) in kern_funlinkat()
3851 if (vp->v_vflag & VV_ROOT) { in kern_frmdirat()
4144 (vp->v_vflag & VV_ROOT) && in kern_getdirentries()
H A Dvfs_subr.c4131 if (vp->v_vflag & VV_ROOT) in vn_printf()
4159 flags = vp->v_vflag & ~(VV_ROOT | VV_ISTTY | VV_NOSYNC | VV_ETERNALDEV | in vn_printf()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c1018 (*vpp)->v_vflag &= ~VV_ROOT; in zfsctl_snapdir_lookup()
/f-stack/freebsd/sys/
H A Dvnode.h258 #define VV_ROOT 0x0001 /* root of its filesystem */ macro