Home
last modified time | relevance | path

Searched refs:ATTR_FORK_VALIDMASK (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Dattr.h571 #define ATTR_FORK_VALIDMASK 0x00000003 macro
/xnu-11215/bsd/vfs/
H A Dvfs_attrlist.c3239 if ((options & FSOPT_ATTR_CMN_EXTENDED) && (alp->forkattr & (ATTR_FORK_VALIDMASK))) { in getattrlist_internal()