Searched refs:XFS_DA_OP_NOTIME (Results 1 – 3 of 3) sorted by relevance
91 #define XFS_DA_OP_NOTIME 0x0020 /* don't update inode timestamps */ macro99 { XFS_DA_OP_NOTIME, "NOTIME" }
224 if (!error && !(args->op_flags & XFS_DA_OP_NOTIME)) in xfs_attr_try_sf_addname()814 if (!(args->op_flags & XFS_DA_OP_NOTIME)) in xfs_attr_set()
150 args.op_flags = XFS_DA_OP_NOTIME; in xchk_xattr_listent()
Completed in 698 milliseconds