XATTR_REPLACE 882 source3/include/includes.h #ifndef XATTR_REPLACE XATTR_REPLACE 883 source3/include/includes.h #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ XATTR_REPLACE 1780 source3/lib/system.c if (flags & XATTR_REPLACE && errno == ENOATTR) { XATTR_REPLACE 1802 source3/lib/system.c if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; XATTR_REPLACE 1810 source3/lib/system.c if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; XATTR_REPLACE 1843 source3/lib/system.c if (flags & XATTR_REPLACE && errno == ENOATTR) { XATTR_REPLACE 1866 source3/lib/system.c if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; XATTR_REPLACE 1874 source3/lib/system.c if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; XATTR_REPLACE 1909 source3/lib/system.c if (flags & XATTR_REPLACE && errno == ENOATTR) { XATTR_REPLACE 1931 source3/lib/system.c if (flags & XATTR_REPLACE) myflags |= ATTR_REPLACE; XATTR_REPLACE 1939 source3/lib/system.c if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT; XATTR_REPLACE 300 source3/modules/vfs_xattr_tdb.c if (flags & XATTR_REPLACE) {