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

/linux-4.1.27/fs/xfs/
H A Dxfs_attr.h46 #define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */ macro
57 { ATTR_REPLACE, "REPLACE" }, \
H A Dxfs_xattr.c69 xflags |= ATTR_REPLACE; xfs_xattr_set()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_attr.c534 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { xfs_attr_shortform_addname()
592 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { xfs_attr_leaf_addname()
906 if ((args->flags & ATTR_REPLACE) && (retval == -ENOATTR)) { xfs_attr_node_addname()

Completed in 115 milliseconds