Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_attr.h73 #define ATTR_REPLACE 0x0020 /* pure set: fail if attr does not exist */ macro
Dxfs_attr.c792 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) { in xfs_attr_shortform_addname()
850 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) { in xfs_attr_leaf_addname()
1187 if ((args->flags & ATTR_REPLACE) && (retval == ENOATTR)) { in xfs_attr_node_addname()
Dxfsidbg.c5752 if (n->flags & ATTR_REPLACE) in xfsidbg_xdaargs()
5757 ATTR_CREATE | ATTR_REPLACE | XFS_ATTR_INCOMPLETE); in xfsidbg_xdaargs()