Searched refs:VISSHADOW (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c417 streamflags |= VISSHADOW;
463 streamflags |= VISSHADOW;
851 * failure, we set the VISSHADOW bit on the vnode, so we check that
865 if ((svp->v_flag & VISSHADOW)) {
867 * No VISNAMEDSTREAM, but we did see VISSHADOW, indicating that the other
931 /* VISSHADOW would be set later on anyway, so we set it now */
932 svp->v_flag |= (VISNAMEDSTREAM | VISSHADOW);
940 * Also add the VISSHADOW bit here to indicate we're done operating
945 svp->v_flag |= VISSHADOW;
991 svp->v_flag |= (VISNAMEDSTREAM | VISSHADOW);
[all...]
H A Dkpi_vfs.c1918 return ((vp->v_flag & VISSHADOW) ? 1 : 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h263 #define VISSHADOW 0x008000 /* vnode is a shadow file */ macro

Completed in 35 milliseconds