Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dxattr.h39 #define XATTR_REPLACE 0x0004 /* set the value, fail if attr does not exist */ macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_xattr.c199 if ((options & (XATTR_REPLACE | XATTR_CREATE)) == (XATTR_REPLACE | XATTR_CREATE)) { in vn_setxattr()
245 if (options & XATTR_REPLACE && !(native || dufile)) { in vn_setxattr()
253 options &= ~(XATTR_CREATE | XATTR_REPLACE); in vn_setxattr()
1907 if ((options & (XATTR_CREATE | XATTR_REPLACE)) == 0 && in default_setxattr_vfs()
1943 if (options & XATTR_REPLACE) { in default_setxattr_vfs()
2002 if (options & XATTR_REPLACE) { in default_setxattr_vfs()
2101 options &= ~XATTR_REPLACE; in default_setxattr_vfs()
2111 if (options & XATTR_REPLACE) { in default_setxattr_vfs()
2842 if ((options & (XATTR_CREATE | XATTR_REPLACE)) == 0 && in default_setxattr_doubleagent()