Symbol: XATTR_REPLACE
fs/btrfs/xattr.c
109
if (flags & XATTR_REPLACE) {
fs/btrfs/xattr.c
134
if (!di && !(flags & XATTR_REPLACE)) {
fs/btrfs/xattr.c
93
if (!di && (flags & XATTR_REPLACE))
fs/ceph/xattr.c
605
else if (!xattr && (flags & XATTR_REPLACE))
fs/ecryptfs/inode.c
1169
BUG_ON(flags != XATTR_REPLACE);
fs/ext2/xattr.c
499
if (flags & XATTR_REPLACE)
fs/ext4/xattr.c
2418
if (flags & XATTR_REPLACE)
fs/f2fs/xattr.c
698
} else if ((flags & XATTR_REPLACE)) {
fs/gfs2/xattr.c
1188
if (error == -ENODATA && !(flags & XATTR_REPLACE))
fs/gfs2/xattr.c
1197
if (flags & XATTR_REPLACE)
fs/gfs2/xattr.c
1225
if (!(flags & XATTR_REPLACE))
fs/hfsplus/xattr.c
448
if (flags & XATTR_REPLACE) {
fs/jffs2/xattr.c
1166
if (flags & XATTR_REPLACE) {
fs/jfs/xattr.c
709
if (flags & XATTR_REPLACE) {
fs/nfs/nfs42xdr.c
498
BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE);
fs/ntfs/ea.c
279
if ((flags & XATTR_REPLACE) && !val_size) {
fs/ntfs/ea.c
284
if (flags & XATTR_REPLACE) {
fs/ntfs/ea.c
882
flags = XATTR_REPLACE;
fs/ntfs/ea.c
904
XATTR_REPLACE, NULL);
fs/ntfs3/xattr.c
394
if ((flags & XATTR_REPLACE) && !val_size) {
fs/ntfs3/xattr.c
399
if (flags & XATTR_REPLACE) {
fs/ntfs3/xattr.c
641
flags = XATTR_REPLACE;
fs/ocfs2/xattr.c
3643
if (flags & XATTR_REPLACE)
fs/orangefs/xattr.c
289
if (flags & XATTR_REPLACE)
fs/orangefs/xattr.c
44
if (setxattr_flags & XATTR_REPLACE) {
fs/overlayfs/xattrs.c
69
WARN_ON(flags != XATTR_REPLACE);
fs/ubifs/xattr.c
284
if (flags & XATTR_REPLACE)
fs/xattr.c
1365
return (flags & XATTR_REPLACE) ? ERR_PTR(-ENODATA) : NULL;
fs/xattr.c
1480
if (flags & XATTR_REPLACE)
fs/xattr.c
545
XATTR_REPLACE);
fs/xattr.c
634
if (ctx->flags & ~(XATTR_CREATE|XATTR_REPLACE))
fs/xfs/xfs_xattr.c
165
if (flags & XATTR_REPLACE)
tools/testing/selftests/filesystems/xattr/xattr_socket_test.c
246
TEST_XATTR_VALUE, strlen(TEST_XATTR_VALUE), XATTR_REPLACE);
tools/testing/selftests/filesystems/xattr/xattr_sockfs_test.c
175
XATTR_REPLACE);