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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h39 #define XATTR_REPLACE 0x0004 /* set the value, fail if attr does not exist */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c176 if ((options & (XATTR_REPLACE|XATTR_CREATE)) == (XATTR_REPLACE|XATTR_CREATE)) {
206 * since XATTR_CREATE or XATTR_REPLACE was specified, only up here in
220 if (options & XATTR_REPLACE && !(native || dufile)) {
228 options &= ~(XATTR_CREATE | XATTR_REPLACE);
1539 * If neither XATTR_CREATE nor XATTR_REPLACE were specified, we check
1549 * TODO: check the XATTR_CREATE and XATTR_REPLACE flags.
1558 if ((options & (XATTR_CREATE|XATTR_REPLACE)) == 0 &&
1591 if (options & XATTR_REPLACE) {
1643 if (options & XATTR_REPLACE) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c565 if (ap->a_options & XATTR_REPLACE) {
618 if (ap->a_options & XATTR_REPLACE) {
722 if ((ap->a_options & XATTR_REPLACE) && !exists) {

Completed in 25 milliseconds