Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c178 VATTR_RETURN(vap, va_mode, VREAD | VWRITE | VEXEC); in mockfs_getattr()
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h810 #define VREAD 0x100 /*00400*/ /* read, write, execute permissions */ macro
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c825 if (mode & VREAD) { in vn_access()
H A Dvfs_subr.c9321 if (action & VREAD) { in vnode_authorize_posix()
9342 if (action & VREAD) { in vnode_authorize_posix()
9355 if (action & VREAD) { in vnode_authorize_posix()
9439 (action & VREAD) ? "r" : "-", in vnode_authorize_posix()
9803 posix_action |= VREAD; in vnode_authorize_simple()