Searched refs:XFS_DA_OP_REPLACE (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h88 #define XFS_DA_OP_REPLACE (1u << 1) /* this is an atomic replace op */ macro
99 { XFS_DA_OP_REPLACE, "REPLACE" }, \
H A Dxfs_attr.h611 args->op_flags |= XFS_DA_OP_ADDNAME | XFS_DA_OP_REPLACE;
H A Dxfs_attr.c407 * If the XFS_DA_OP_REPLACE flag is set, this means the operation was the first
411 * We consume the XFS_DA_OP_REPLACE flag so that when we are called again on
421 bool do_replace = args->op_flags & XFS_DA_OP_REPLACE;
423 args->op_flags &= ~XFS_DA_OP_REPLACE;
1076 ASSERT(args->op_flags & XFS_DA_OP_REPLACE);
1083 * Since we have removed the old attr, clear XFS_DA_OP_REPLACE
1088 args->op_flags &= ~XFS_DA_OP_REPLACE;
1090 ASSERT(!(args->op_flags & XFS_DA_OP_REPLACE));
1167 if (args->op_flags & XFS_DA_OP_REPLACE)
1171 if (!(args->op_flags & XFS_DA_OP_REPLACE))
[all...]
H A Dxfs_attr_leaf.c822 !(args->op_flags & (XFS_DA_OP_ADDNAME | XFS_DA_OP_REPLACE))) {
1089 if (!(args->op_flags & XFS_DA_OP_REPLACE)) {
1451 if (args->op_flags & XFS_DA_OP_REPLACE) {

Completed in 118 milliseconds