Searched refs:STATX_ATTR_CHANGE_MONOTONIC (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dstat.h64 #define STATX_ATTR_CHANGE_MONOTONIC 0x8000000000000000ULL /* version monotonically increases */ macro
/linux-master/fs/nfsd/
H A Dnfsfh.c768 * advertises STATX_ATTR_CHANGE_MONOTONIC, then this mitigation is not
782 !(stat->attributes & STATX_ATTR_CHANGE_MONOTONIC)) {
/linux-master/fs/
H A Dstat.c636 /* STATX_ATTR_CHANGE_MONOTONIC is kernel-only for now */
637 tmp.stx_attributes = stat->attributes & ~STATX_ATTR_CHANGE_MONOTONIC;
/linux-master/fs/nfs/
H A Dinode.c918 stat->attributes_mask |= STATX_ATTR_CHANGE_MONOTONIC;
920 stat->attributes |= STATX_ATTR_CHANGE_MONOTONIC;
/linux-master/fs/ceph/
H A Dinode.c3100 stat->attributes |= STATX_ATTR_CHANGE_MONOTONIC;
3103 stat->attributes_mask |= (STATX_ATTR_CHANGE_MONOTONIC |

Completed in 177 milliseconds