Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dxattr.h22 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ macro
/linux-6.3-rc2/fs/btrfs/
A Dxattr.c106 if (!di && (flags & XATTR_REPLACE)) in btrfs_setxattr()
122 if (flags & XATTR_REPLACE) { in btrfs_setxattr()
147 if (!di && !(flags & XATTR_REPLACE)) { in btrfs_setxattr()
/linux-6.3-rc2/fs/reiserfs/
A Dxattr.c252 dir = open_xa_dir(inode, XATTR_REPLACE); in reiserfs_for_each_xattr()
482 xadir = open_xa_dir(inode, XATTR_REPLACE); in lookup_and_delete_xattr()
623 if (!(flags & XATTR_REPLACE)) in reiserfs_xattr_set()
677 dentry = xattr_lookup(inode, name, XATTR_REPLACE); in reiserfs_xattr_get()
855 dir = open_xa_dir(d_inode(dentry), XATTR_REPLACE); in reiserfs_listxattr()
/linux-6.3-rc2/fs/orangefs/
A Dxattr.c44 if (setxattr_flags & XATTR_REPLACE) { in convert_to_internal_xattr_flags()
283 if (flags & XATTR_REPLACE) in orangefs_inode_removexattr()
/linux-6.3-rc2/fs/ntfs3/
A Dxattr.c377 if ((flags & XATTR_REPLACE) && !val_size) { in ntfs_set_ea()
382 if (flags & XATTR_REPLACE) { in ntfs_set_ea()
624 flags = XATTR_REPLACE; in ntfs_set_acl_ex()
/linux-6.3-rc2/fs/
A Dxattr.c499 XATTR_REPLACE); in __vfs_removexattr()
577 if (ctx->flags & ~(XATTR_CREATE|XATTR_REPLACE)) in setxattr_copy()
1213 if (flags & XATTR_REPLACE) { in simple_xattr_set()
/linux-6.3-rc2/fs/gfs2/
A Dxattr.c1184 if (error == -ENODATA && !(flags & XATTR_REPLACE)) in __gfs2_xattr_set()
1193 if (flags & XATTR_REPLACE) in __gfs2_xattr_set()
1221 if (!(flags & XATTR_REPLACE)) in __gfs2_xattr_set()
/linux-6.3-rc2/fs/ubifs/
A Dxattr.c297 if (flags & XATTR_REPLACE) in ubifs_xattr_set()
/linux-6.3-rc2/fs/f2fs/
A Dxattr.c680 } else if ((flags & XATTR_REPLACE)) { in __f2fs_setxattr()
/linux-6.3-rc2/fs/hfsplus/
A Dxattr.c349 if (flags & XATTR_REPLACE) { in __hfsplus_setxattr()
/linux-6.3-rc2/fs/jfs/
A Dxattr.c700 if (flags & XATTR_REPLACE) { in __jfs_setxattr()
/linux-6.3-rc2/fs/ext2/
A Dxattr.c500 if (flags & XATTR_REPLACE) in ext2_xattr_set()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_attr.c1058 if (args->attr_flags & XATTR_REPLACE) in xfs_attr_set()
/linux-6.3-rc2/fs/ecryptfs/
A Dinode.c1201 BUG_ON(flags != XATTR_REPLACE); in ecryptfs_xattr_set()
/linux-6.3-rc2/fs/overlayfs/
A Dinode.c383 WARN_ON(flags != XATTR_REPLACE); in ovl_xattr_set()
/linux-6.3-rc2/fs/jffs2/
A Dxattr.c1160 if (flags & XATTR_REPLACE) { in do_jffs2_setxattr()
/linux-6.3-rc2/fs/ceph/
A Dxattr.c575 else if (!xattr && (flags & XATTR_REPLACE)) in __set_xattr()
/linux-6.3-rc2/fs/nfs/
A Dnfs42xdr.c443 BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE); in encode_setxattr()
/linux-6.3-rc2/fs/xfs/
A Dxfs_ioctl.c368 return XATTR_REPLACE; in xfs_attr_flags()
A Dxfs_trace.h2015 { XATTR_REPLACE, "REPLACE" }),
/linux-6.3-rc2/fs/ext4/
A Dxattr.c2417 if (flags & XATTR_REPLACE) in ext4_xattr_set_handle()
/linux-6.3-rc2/fs/ocfs2/
A Dxattr.c3595 if (flags & XATTR_REPLACE) in ocfs2_xattr_set()

Completed in 65 milliseconds