Home
last modified time | relevance | path

Searched refs:STATX_ATIME (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h147 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h147 #define STATX_ATIME 0x00000020U /* Want/got stx_atime */ macro
/openbmc/linux/samples/vfs/
H A Dtest-statx.c141 if (stx->stx_mask & STATX_ATIME) in dump_statx()
/openbmc/linux/fs/nfs/
H A Dinode.c813 reply_mask |= STATX_ATIME; in nfs_get_valid_attrmask()
847 STATX_GID | STATX_ATIME | STATX_MTIME | STATX_CTIME | in nfs_getattr()
873 request_mask &= ~STATX_ATIME; in nfs_getattr()
876 if (!(request_mask & (STATX_MODE|STATX_NLINK|STATX_ATIME|STATX_CTIME| in nfs_getattr()
886 if (request_mask & STATX_ATIME) in nfs_getattr()
/openbmc/linux/fs/
H A Dstat.c118 stat->result_mask &= ~STATX_ATIME; in vfs_getattr_nosec()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c1068 STATX_ATIME | STATX_MTIME, in ovl_copy_up_one()
/openbmc/qemu/linux-user/
H A Dstrace.c1263 #ifdef STATX_ATIME
1264 FLAG_GENERIC(STATX_ATIME),
/openbmc/linux/fs/fuse/
H A Ddir.c145 fuse_invalidate_attr_mask(inode, STATX_ATIME); in fuse_invalidate_atime()
/openbmc/linux/fs/ceph/
H A Dinode.c2947 if (want & (STATX_ATIME|STATX_MTIME|STATX_CTIME|STATX_SIZE|STATX_BLOCKS|STATX_CHANGE_COOKIE)) in statx_to_caps()