Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dstat.h64 #define STATX_ATTR_CHANGE_MONOTONIC 0x8000000000000000ULL /* version monotonically increases */ macro
/linux-6.3-rc2/fs/nfsd/
A Dnfsfh.c784 !(stat->attributes & STATX_ATTR_CHANGE_MONOTONIC)) { in nfsd4_change_attribute()
/linux-6.3-rc2/fs/
A Dstat.c615 tmp.stx_attributes = stat->attributes & ~STATX_ATTR_CHANGE_MONOTONIC; in cp_statx()
/linux-6.3-rc2/fs/nfs/
A Dinode.c918 stat->attributes_mask |= STATX_ATTR_CHANGE_MONOTONIC; in nfs_getattr()
920 stat->attributes |= STATX_ATTR_CHANGE_MONOTONIC; in nfs_getattr()
/linux-6.3-rc2/fs/ceph/
A Dinode.c2526 stat->attributes_mask |= STATX_ATTR_CHANGE_MONOTONIC; in ceph_getattr()
2527 stat->attributes |= STATX_ATTR_CHANGE_MONOTONIC; in ceph_getattr()

Completed in 15 milliseconds