Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h34 #define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */ macro
47 { ATTR_REPLACE, "REPLACE" }, \
Dxfs_attr.c507 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_shortform_addname()
520 args->flags &= ~ATTR_REPLACE; in xfs_attr_shortform_addname()
573 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_leaf_addname()
848 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { in xfs_attr_node_addname()
/linux-4.19.296/fs/xfs/
Dxfs_xattr.c77 xflags |= ATTR_REPLACE; in xfs_xattr_set()