Searched refs:VISNAMEDSTREAM (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c125 if (vp->v_flag & VISNAMEDSTREAM) {
187 if (vp->v_flag & VISNAMEDSTREAM) {
278 if (vp->v_flag & VISNAMEDSTREAM) {
338 if (vp->v_flag & VISNAMEDSTREAM) {
413 uint32_t streamflags = VISNAMEDSTREAM;
434 * VISNAMEDSTREAM set) by allowing access to mount structure
458 uint32_t streamflags = VISNAMEDSTREAM;
480 * VISNAMEDSTREAM set) by allowing access to mount structure
852 * if the vnode's flags don't have VISNAMEDSTREAM set. If it doesn't,
854 * VISNAMEDSTREAM i
[all...]
H A Dvfs_cache.c584 int isstream = (vp->v_flag & VISNAMEDSTREAM);
H A Dvfs_vnops.c690 if ((vp->v_flag & VISNAMEDSTREAM) &&
H A Dvfs_syscalls.c5147 if (vp->v_flag & VISNAMEDSTREAM) {
5474 if (vp->v_flag & VISNAMEDSTREAM) {
5551 if (vp->v_flag & VISNAMEDSTREAM) {
5841 (vp->v_flag & VISNAMEDSTREAM) &&
H A Dkpi_vfs.c1902 return ((vp->v_flag & VISNAMEDSTREAM) ? 1 : 0);
2671 if ((vp->v_flag & VISNAMEDSTREAM) && (vap->va_active != VNODE_ATTR_va_data_size)) {
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h273 #define VISNAMEDSTREAM 0x400000 /* vnode is a named stream (eg HFS resource fork) */ macro

Completed in 136 milliseconds