Home
last modified time | relevance | path

Searched refs:VL_HASSTREAMS (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h274 #define VL_HASSTREAMS 0x1000 /* vnode has had at least one associated named stream vnode… macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c430 vp->v_lflag |= VL_HASSTREAMS; in vnode_setasnamedstream_internal()
H A Dkpi_vfs.c2214 return (vp->v_lflag & VL_HASSTREAMS) ? 1 : 0; in vnode_hasnamedstreams()
H A Dvfs_subr.c3123 pvp->v_lflag &= ~VL_HASSTREAMS; in vclean()
H A Dvfs_syscalls.c13463 if (vp->v_lflag & VL_HASSTREAMS) { in fsctl_internal()