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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h38 #define XATTR_CREATE 0x0002 /* set the value, fail if attr already exists */ 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
216 if (options & XATTR_CREATE && (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 &&
1585 if (options & XATTR_CREATE) {
1637 if (options & XATTR_CREATE) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c559 if (ap->a_options & XATTR_CREATE) {
612 if (ap->a_options & XATTR_CREATE) {
727 if ((ap->a_options & XATTR_CREATE) && exists) {

Completed in 80 milliseconds