Home
last modified time | relevance | path

Searched refs:ATTR_REPLACE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr.h34 #define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */ macro
48 { ATTR_REPLACE, "REPLACE" }, \
Dxfs_attr.c535 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_shortform_addname()
548 args->flags &= ~ATTR_REPLACE; in xfs_attr_shortform_addname()
601 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_leaf_addname()
875 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_node_addname()
/Linux-v5.4/fs/xfs/
Dxfs_xattr.c74 xflags |= ATTR_REPLACE; in xfs_xattr_set()