Searched refs:xattr_protected (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dxattr.h66 int xattr_protected(const char *);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c390 xattr_protected(const char *attrname) function
2378 if (xattr_protected((const char *)entry->name) ||
H A Dvfs_syscalls.c9689 if (xattr_protected(attrname)) {
9769 if (xattr_protected(attrname)) {
9820 if (xattr_protected(attrname))
9874 if (xattr_protected(attrname))
9927 if (xattr_protected(attrname))
9972 if (xattr_protected(attrname))
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_xattr.c1933 if (xattr_protected(attrname))
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb.c638 if ((*nmlen >= 17) && (xattr_protected(name + 1))) {
/macosx-10.10/ntfs-84/kext/
H A Dntfs_vnops.c10007 * FIXME: xattr_protected() is case sensitive so it does not
10014 * xattr_protected() which would not filter it out so the
10021 if (xattr_protected((char*)utf8_name)) {
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_vnops.c8033 if (!xattr_protected(dp->d_name)) {

Completed in 389 milliseconds