Lines Matching refs:op_flags
272 args->op_flags = XFS_DA_OP_OKNOENT;
366 if (!error && !(args->op_flags & XFS_DA_OP_NOTIME))
421 bool do_replace = args->op_flags & XFS_DA_OP_REPLACE;
423 args->op_flags &= ~XFS_DA_OP_REPLACE;
738 (args->op_flags & XFS_DA_OP_RECOVERY)) {
886 unsigned int op_flags, /* op flag (set or remove) */
893 new->xattri_op_flags = op_flags;
991 args->op_flags = XFS_DA_OP_OKNOENT |
992 (args->op_flags & XFS_DA_OP_LOGGED);
1076 if (!(args->op_flags & XFS_DA_OP_NOTIME))
1122 if (args->op_flags & XFS_DA_OP_REPLACE)
1126 if (!(args->op_flags & XFS_DA_OP_REPLACE))
1139 args->op_flags &= ~XFS_DA_OP_REPLACE;
1221 if (args->op_flags & XFS_DA_OP_REPLACE)
1225 if (!(args->op_flags & XFS_DA_OP_REPLACE))
1294 if (args->op_flags & XFS_DA_OP_RECOVERY)
1380 if (args->op_flags & XFS_DA_OP_REPLACE)
1384 if (!(args->op_flags & XFS_DA_OP_REPLACE))