Searched refs:XATTR_REPLACE (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.10/include/uapi/linux/ |
D | xattr.h | 22 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ macro
|
/Linux-v5.10/fs/cachefiles/ |
D | xattr.c | 145 XATTR_REPLACE); in cachefiles_update_object_xattr() 275 XATTR_REPLACE); in cachefiles_check_object_xattr()
|
/Linux-v5.10/fs/btrfs/ |
D | xattr.c | 102 if (!di && (flags & XATTR_REPLACE)) in btrfs_setxattr() 118 if (flags & XATTR_REPLACE) { in btrfs_setxattr() 143 if (!di && !(flags & XATTR_REPLACE)) { in btrfs_setxattr()
|
/Linux-v5.10/fs/reiserfs/ |
D | xattr.c | 252 dir = open_xa_dir(inode, XATTR_REPLACE); in reiserfs_for_each_xattr() 489 xadir = open_xa_dir(inode, XATTR_REPLACE); in lookup_and_delete_xattr() 630 if (!(flags & XATTR_REPLACE)) in reiserfs_xattr_set() 684 dentry = xattr_lookup(inode, name, XATTR_REPLACE); in reiserfs_xattr_get() 862 dir = open_xa_dir(d_inode(dentry), XATTR_REPLACE); in reiserfs_listxattr()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_attr.c | 476 if (error == -ENOATTR && (args->attr_flags & XATTR_REPLACE)) in xfs_attr_set() 546 if (retval == -ENOATTR && (args->attr_flags & XATTR_REPLACE)) in xfs_attr_shortform_addname() 559 args->attr_flags &= ~XATTR_REPLACE; in xfs_attr_shortform_addname() 630 if (retval == -ENOATTR && (args->attr_flags & XATTR_REPLACE)) in xfs_attr_leaf_try_add() 937 if (retval == -ENOATTR && (args->attr_flags & XATTR_REPLACE)) in xfs_attr_node_addname()
|
/Linux-v5.10/fs/orangefs/ |
D | xattr.c | 44 if (setxattr_flags & XATTR_REPLACE) { in convert_to_internal_xattr_flags() 283 if (flags & XATTR_REPLACE) in orangefs_inode_removexattr()
|
/Linux-v5.10/fs/ |
D | xattr.c | 441 return handler->set(handler, dentry, inode, name, NULL, 0, XATTR_REPLACE); in __vfs_removexattr() 518 if (flags & ~(XATTR_CREATE|XATTR_REPLACE)) in setxattr() 1010 if (flags & XATTR_REPLACE) { in simple_xattr_set()
|
/Linux-v5.10/fs/gfs2/ |
D | xattr.c | 1173 if (error == -ENODATA && !(flags & XATTR_REPLACE)) in __gfs2_xattr_set() 1182 if (flags & XATTR_REPLACE) in __gfs2_xattr_set() 1210 if (!(flags & XATTR_REPLACE)) in __gfs2_xattr_set()
|
/Linux-v5.10/fs/ubifs/ |
D | xattr.c | 298 if (flags & XATTR_REPLACE) in ubifs_xattr_set()
|
/Linux-v5.10/fs/f2fs/ |
D | xattr.c | 677 } else if ((flags & XATTR_REPLACE)) { in __f2fs_setxattr()
|
/Linux-v5.10/fs/jfs/ |
D | xattr.c | 700 if (flags & XATTR_REPLACE) { in __jfs_setxattr()
|
/Linux-v5.10/fs/hfsplus/ |
D | xattr.c | 350 if (flags & XATTR_REPLACE) { in __hfsplus_setxattr()
|
/Linux-v5.10/fs/overlayfs/ |
D | inode.c | 366 WARN_ON(flags != XATTR_REPLACE); in ovl_xattr_set()
|
/Linux-v5.10/fs/ext2/ |
D | xattr.c | 500 if (flags & XATTR_REPLACE) in ext2_xattr_set()
|
/Linux-v5.10/fs/ecryptfs/ |
D | inode.c | 1141 BUG_ON(flags != XATTR_REPLACE); in ecryptfs_xattr_set()
|
/Linux-v5.10/fs/ceph/ |
D | xattr.c | 471 else if (!xattr && (flags & XATTR_REPLACE)) in __set_xattr()
|
/Linux-v5.10/fs/nfs/ |
D | nfs42xdr.c | 442 BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE); in encode_setxattr()
|
/Linux-v5.10/fs/jffs2/ |
D | xattr.c | 1160 if (flags & XATTR_REPLACE) { in do_jffs2_setxattr()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_ioctl.c | 366 return XATTR_REPLACE; in xfs_attr_flags()
|
D | xfs_trace.h | 1879 { XATTR_REPLACE, "REPLACE" }),
|
/Linux-v5.10/fs/ext4/ |
D | xattr.c | 2349 if (flags & XATTR_REPLACE) in ext4_xattr_set_handle()
|
/Linux-v5.10/fs/ocfs2/ |
D | xattr.c | 3597 if (flags & XATTR_REPLACE) in ocfs2_xattr_set()
|