Searched refs:VV_ROOT (Results 1 – 10 of 10) sorted by relevance
60 #define VROOT VV_ROOT
990 ((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()
1085 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()
3140 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()
867 ((*dvp)->v_vflag & VV_ROOT) && in vop_stdvptocnp()
798 (*vpp)->v_vflag = VV_ROOT; in mqfs_allocv()892 if (dvp->v_vflag & VV_ROOT) in mqfs_lookupx()
1900 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()
4131 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()
1018 (*vpp)->v_vflag &= ~VV_ROOT; in zfsctl_snapdir_lookup()
258 #define VV_ROOT 0x0001 /* root of its filesystem */ macro