XFS_DA_OP_REPLACE
args->op_flags |= XFS_DA_OP_ADDNAME | XFS_DA_OP_REPLACE;
args->op_flags &= ~XFS_DA_OP_REPLACE;
ASSERT(args->op_flags & XFS_DA_OP_REPLACE);
args->op_flags &= ~XFS_DA_OP_REPLACE;
ASSERT(!(args->op_flags & XFS_DA_OP_REPLACE));
if (args->op_flags & XFS_DA_OP_REPLACE)
if (!(args->op_flags & XFS_DA_OP_REPLACE))
if (!(args->op_flags & XFS_DA_OP_REPLACE))
args->op_flags &= ~XFS_DA_OP_REPLACE;
if (args->op_flags & XFS_DA_OP_REPLACE)
if (!(args->op_flags & XFS_DA_OP_REPLACE))
args->op_flags |= XFS_DA_OP_ADDNAME | XFS_DA_OP_REPLACE;
if (!(args->op_flags & XFS_DA_OP_REPLACE)) {
if (args->op_flags & XFS_DA_OP_REPLACE) {
!(args->op_flags & (XFS_DA_OP_ADDNAME | XFS_DA_OP_REPLACE)) &&
{ XFS_DA_OP_REPLACE, "REPLACE" }, \