Home
last modified time | relevance | path

Searched refs:v_vflag (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h51 #define v_flag v_vflag
/f-stack/freebsd/kern/
H A Dvfs_subr.c1796 vp->v_vflag |= VV_NOKNOTE; in getnewvnode()
1886 vp->v_vflag = 0; in freevnode()
3223 vp->v_vflag |= VV_UNREF; in vput_final()
3234 vp->v_vflag &= ~VV_UNREF; in vput_final()
4131 if (vp->v_vflag & VV_ROOT) in vn_printf()
4133 if (vp->v_vflag & VV_ISTTY) in vn_printf()
4135 if (vp->v_vflag & VV_NOSYNC) in vn_printf()
4145 if (vp->v_vflag & VV_SYSTEM) in vn_printf()
4153 if (vp->v_vflag & VV_MD) in vn_printf()
4793 if (vp->v_vflag & VV_NOSYNC) in vfs_want_msync()
[all …]
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_syscalls.c1900 if (vp->v_vflag & VV_ROOT) in kern_funlinkat()
2628 if (vp->v_type != VLNK && (vp->v_vflag & VV_READLINK) == 0) in kern_readlink_vp()
3851 if (vp->v_vflag & VV_ROOT) { in kern_frmdirat()
4144 (vp->v_vflag & VV_ROOT) && in kern_getdirentries()
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 Dkern_conf.c212 if ((vp->v_vflag & VV_ETERNALDEV) != 0) { in devvn_refthread()
H A Dvfs_bio.c2264 vp_md = vp->v_vflag & VV_MD; in bufwrite()
3289 if (vp == NULL || (vp->v_vflag & (VV_MD | VV_SYSTEM)) != 0 || in getnewbuf()
H A Dkern_sig.c3780 vattr.va_nlink != 1 || (vp->v_vflag & VV_SYSTEM) != 0 || in coredump()
H A Dkern_descrip.c2641 return ((vp->v_vflag & VV_PROCDEP) != 0); in is_unsafe()
/f-stack/lib/include/sys/
H A Dvnode.h48 u_long v_vflag; /* v vnode flags */ member
/f-stack/freebsd/sys/
H A Dmount.h906 if (((vp)->v_vflag & VV_NOKNOTE) == 0) \
912 if (((vp)->v_vflag & VV_NOKNOTE) == 0) \
H A Dvnode.h177 u_short v_vflag; /* v vnode flags */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c804 vp->v_vflag |= VV_FORCEINSMQ; in zfs_mknode()
806 vp->v_vflag &= ~VV_FORCEINSMQ; in zfs_mknode()
H A Dzfs_ctldir.c1018 (*vpp)->v_vflag &= ~VV_ROOT; in zfsctl_snapdir_lookup()
H A Dzfs_vnops_os.c1280 vp->v_vflag |= VV_NOSYNC; in zfs_remove_()
/f-stack/freebsd/vm/
H A Dvnode_pager.c265 if ((vp->v_vflag & VV_VMSIZEVNLOCK) != 0) { in vnode_pager_alloc()
H A Dvm_object.c1205 ((vp = object->handle)->v_vflag & VV_NOSYNC) == 0) { in vm_object_sync()