Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c178 VATTR_RETURN(vap, va_mode, VREAD | VWRITE | VEXEC); in mockfs_getattr()
/xnu-11215/bsd/sys/
H A Dvnode.h807 #define VREAD 0x100 /*00400*/ /* read, write, execute permissions */ macro
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c780 if (mode & VREAD) { in vn_access()
H A Dvfs_subr.c9205 if (action & VREAD) { in vnode_authorize_posix()
9226 if (action & VREAD) { in vnode_authorize_posix()
9239 if (action & VREAD) { in vnode_authorize_posix()
9323 (action & VREAD) ? "r" : "-", in vnode_authorize_posix()
9687 posix_action |= VREAD; in vnode_authorize_simple()