Home
last modified time | relevance | path

Searched refs:XATTR_REPLACE (Results 1 – 8 of 8) 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/ntfs/
H A Dea.c279 if ((flags & XATTR_REPLACE) && !val_size) { in ntfs_set_ea()
284 if (flags & XATTR_REPLACE) { in ntfs_set_ea()
882 flags = XATTR_REPLACE; in ntfs_set_acl_ex()
904 XATTR_REPLACE, NULL); in ntfs_set_acl_ex()
/linux/fs/xfs/
H A Dxfs_xattr.c165 if (flags & XATTR_REPLACE) in xfs_xattr_flags_to_op()
/linux/fs/gfs2/
H A Dxattr.c1188 if (error == -ENODATA && !(flags & XATTR_REPLACE)) in __gfs2_xattr_set()
1197 if (flags & XATTR_REPLACE) in __gfs2_xattr_set()
1225 if (!(flags & XATTR_REPLACE)) in __gfs2_xattr_set()
/linux/fs/jfs/
H A Dxattr.c709 if (flags & XATTR_REPLACE) { in __jfs_setxattr()
/linux/fs/jffs2/
H A Dxattr.c1166 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.c498 BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE); in encode_setxattr()