Home
last modified time | relevance | path

Searched refs:xattr_protected (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dxattr.h66 int xattr_protected(const char *);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c403 xattr_protected(const char *attrname) in xattr_protected() function
2426 if (xattr_protected((const char *)entry->name) || in default_listxattr()
H A Dvfs_syscalls.c12835 if (xattr_protected(attrname) && in getxattr()
12918 if (xattr_protected(attrname) && in fgetxattr()
12985 if (xattr_protected(sactx->attrname) && in setxattr()
13060 if (xattr_protected(attrname) && in fsetxattr()
13124 if (xattr_protected(attrname)) { in removexattr()
13178 if (xattr_protected(attrname)) { in fremovexattr()