Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dxattr.h39 #define XATTR_REPLACE 0x0004 /* set the value, fail if attr does not exist */ macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_xattr.c194 if ((options & (XATTR_REPLACE | XATTR_CREATE)) == (XATTR_REPLACE | XATTR_CREATE)) { in vn_setxattr()
240 if (options & XATTR_REPLACE && !(native || dufile)) { in vn_setxattr()
248 options &= ~(XATTR_CREATE | XATTR_REPLACE); in vn_setxattr()
1786 if ((options & (XATTR_CREATE | XATTR_REPLACE)) == 0 && in default_setxattr()
1820 if (options & XATTR_REPLACE) { in default_setxattr()
1879 if (options & XATTR_REPLACE) { in default_setxattr()
1978 options &= ~XATTR_REPLACE; in default_setxattr()
1988 if (options & XATTR_REPLACE) { in default_setxattr()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_vnops.c8705 if ((options & XATTR_CREATE) && (options & XATTR_REPLACE)) { in nfs4_vnop_setxattr()
8743 if (empty && !(options & (XATTR_CREATE | XATTR_REPLACE))) { in nfs4_vnop_setxattr()
8762 if (!(options & XATTR_REPLACE)) { in nfs4_vnop_setxattr()