/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 277 #ifndef XATTR_REPLACE 278 #define XATTR_REPLACE 2 macro
|
H A D | yaffs_nameval.c | 103 if (flags & XATTR_REPLACE && pos < 0) in nval_set()
|
/openbmc/linux/include/uapi/linux/ |
H A D | xattr.h | 22 #define XATTR_REPLACE 0x2 /* set value, fail if attr does not exist */ macro
|
/openbmc/linux/fs/btrfs/ |
H A D | xattr.c | 106 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()
|
/openbmc/linux/fs/reiserfs/ |
H A D | xattr.c | 253 dir = open_xa_dir(inode, XATTR_REPLACE); in reiserfs_for_each_xattr() 484 xadir = open_xa_dir(inode, XATTR_REPLACE); in lookup_and_delete_xattr() 625 if (!(flags & XATTR_REPLACE)) in reiserfs_xattr_set() 679 dentry = xattr_lookup(inode, name, XATTR_REPLACE); in reiserfs_xattr_get() 864 dir = open_xa_dir(d_inode(dentry), XATTR_REPLACE); in reiserfs_listxattr()
|
/openbmc/linux/fs/orangefs/ |
H A D | xattr.c | 44 if (setxattr_flags & XATTR_REPLACE) { in convert_to_internal_xattr_flags() 283 if (flags & XATTR_REPLACE) in orangefs_inode_removexattr()
|
/openbmc/linux/fs/ntfs3/ |
H A D | xattr.c | 393 if ((flags & XATTR_REPLACE) && !val_size) { in ntfs_set_ea() 398 if (flags & XATTR_REPLACE) { in ntfs_set_ea() 633 flags = XATTR_REPLACE; in ntfs_set_acl_ex()
|
/openbmc/linux/fs/ |
H A D | xattr.c | 520 XATTR_REPLACE); in __vfs_removexattr() 598 if (ctx->flags & ~(XATTR_CREATE|XATTR_REPLACE)) in setxattr_copy() 1261 if (flags & XATTR_REPLACE) { in simple_xattr_set()
|
/openbmc/linux/fs/gfs2/ |
H A D | xattr.c | 1184 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()
|
/openbmc/linux/fs/ubifs/ |
H A D | xattr.c | 297 if (flags & XATTR_REPLACE) in ubifs_xattr_set()
|
/openbmc/linux/fs/f2fs/ |
H A D | xattr.c | 692 } else if ((flags & XATTR_REPLACE)) { in __f2fs_setxattr()
|
/openbmc/linux/fs/hfsplus/ |
H A D | xattr.c | 349 if (flags & XATTR_REPLACE) { in __hfsplus_setxattr()
|
/openbmc/linux/fs/jfs/ |
H A D | xattr.c | 704 if (flags & XATTR_REPLACE) { in __jfs_setxattr()
|
/openbmc/linux/fs/ext2/ |
H A D | xattr.c | 499 if (flags & XATTR_REPLACE) in ext2_xattr_set()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.c | 1058 if (args->attr_flags & XATTR_REPLACE) in xfs_attr_set()
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 390 WARN_ON(flags != XATTR_REPLACE); in ovl_xattr_set()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | inode.c | 1218 BUG_ON(flags != XATTR_REPLACE); in ecryptfs_xattr_set()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs42xdr.c | 461 BUILD_BUG_ON(XATTR_REPLACE != SETXATTR4_REPLACE); in encode_setxattr()
|
/openbmc/linux/fs/ceph/ |
H A D | xattr.c | 604 else if (!xattr && (flags & XATTR_REPLACE)) in __set_xattr()
|
/openbmc/linux/fs/jffs2/ |
H A D | xattr.c | 1167 if (flags & XATTR_REPLACE) { in do_jffs2_setxattr()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl.c | 368 return XATTR_REPLACE; in xfs_attr_flags()
|
H A D | xfs_trace.h | 2013 { XATTR_REPLACE, "REPLACE" }),
|
/openbmc/linux/fs/ext4/ |
H A D | xattr.c | 2412 if (flags & XATTR_REPLACE) in ext4_xattr_set_handle()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.c | 4014 rflags |= XATTR_REPLACE; in v9fs_xattrcreate()
|
/openbmc/linux/fs/ocfs2/ |
H A D | xattr.c | 3599 if (flags & XATTR_REPLACE) in ocfs2_xattr_set()
|