Searched refs:VREAD (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c175 VATTR_RETURN(vap, va_mode, VREAD | VWRITE | VEXEC);
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h661 #define VREAD 0x100 /*00400*/ /* read, write, execute permissions */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c665 * Unfortunately, the use of VREAD/VWRITE/VEXEC makes it very difficult
675 if (mode & VREAD)
H A Dvfs_subr.c6064 if (action & VREAD)
6074 if (action & VREAD)
6084 if (action & VREAD)
6160 (action & VREAD) ? "r" : "-",
6463 posix_action |= VREAD;

Completed in 88 milliseconds