Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_attr.h46 #define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */ macro
57 { ATTR_REPLACE, "REPLACE" }, \
Dxfs_xattr.c94 xflags |= ATTR_REPLACE; in xfs_xattr_set()
/fs/xfs/libxfs/
Dxfs_attr.c525 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_shortform_addname()
538 args->flags &= ~ATTR_REPLACE; in xfs_attr_shortform_addname()
590 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_leaf_addname()
904 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_node_addname()