Home
last modified time | relevance | path

Searched refs:XATTR_REPLACE (Results 1 – 13 of 13) sorted by relevance

/linux/include/uapi/linux/
H A Dxattr.h23 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ macro
/linux/fs/orangefs/
H A Dxattr.c44 if (setxattr_flags & XATTR_REPLACE) { in convert_to_internal_xattr_flags()
285 if (flags & XATTR_REPLACE) in orangefs_inode_removexattr()
/linux/fs/xfs/
H A Dxfs_xattr.c165 if (flags & XATTR_REPLACE) in xfs_xattr_flags_to_op()
/linux/fs/ubifs/
H A Dxattr.c284 if (flags & XATTR_REPLACE) in ubifs_xattr_set()
/linux/fs/f2fs/
H A Dxattr.c693 } else if ((flags & XATTR_REPLACE)) { in __f2fs_setxattr()
/linux/fs/jfs/
H A Dxattr.c709 if (flags & XATTR_REPLACE) { in __jfs_setxattr()
/linux/fs/ext2/
H A Dxattr.c499 if (flags & XATTR_REPLACE) in ext2_xattr_set()
/linux/fs/ecryptfs/
H A Dinode.c1198 BUG_ON(flags != XATTR_REPLACE); in ecryptfs_xattr_set()
/linux/fs/jffs2/
H A Dxattr.c1167 if (flags & XATTR_REPLACE) { in do_jffs2_setxattr()
/linux/fs/ceph/
H A Dxattr.c605 else if (!xattr && (flags & XATTR_REPLACE)) in __set_xattr()
/linux/fs/nfs/
H A Dnfs42xdr.c496 BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE); in encode_setxattr()
/linux/fs/ext4/
H A Dxattr.c2416 if (flags & XATTR_REPLACE) in ext4_xattr_set_handle()
/linux/fs/ocfs2/
H A Dxattr.c3629 if (flags & XATTR_REPLACE) in ocfs2_xattr_set()