Home
last modified time | relevance | path

Searched refs:STATX_MTIME (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h148 #define STATX_MTIME 0x00000040U /* Want/got stx_mtime */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h148 #define STATX_MTIME 0x00000040U /* Want/got stx_mtime */ macro
/openbmc/linux/samples/vfs/
H A Dtest-statx.c143 if (stx->stx_mask & STATX_MTIME) in dump_statx()
/openbmc/linux/fs/nfs/
H A Dinode.c817 reply_mask |= STATX_MTIME; in nfs_get_valid_attrmask()
847 STATX_GID | STATX_ATIME | STATX_MTIME | STATX_CTIME | in nfs_getattr()
858 if ((request_mask & (STATX_CTIME | STATX_MTIME | STATX_CHANGE_COOKIE)) && in nfs_getattr()
877 STATX_MTIME|STATX_UID|STATX_GID| in nfs_getattr()
890 if (request_mask & STATX_MTIME) in nfs_getattr()
/openbmc/linux/fs/fuse/
H A Dinode.c229 if (!(cache_mask & STATX_MTIME)) { in fuse_change_attributes_common()
290 return STATX_MTIME | STATX_CTIME | STATX_SIZE; in fuse_get_cache_mask()
313 if (cache_mask & STATX_MTIME) { in fuse_change_attributes()
H A Dreaddir.c467 int err = fuse_update_attributes(inode, file, STATX_MTIME); in fuse_readdir_cached()
H A Dfuse_i.h1130 #define FUSE_STATX_MODIFY (STATX_MTIME | STATX_CTIME | STATX_BLOCKS)
/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.c1266 #ifdef STATX_MTIME
1267 FLAG_GENERIC(STATX_MTIME),
/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()
/openbmc/linux/fs/smb/client/
H A Dinode.c2631 if ((request_mask & (STATX_CTIME | STATX_MTIME | STATX_SIZE | STATX_BLOCKS)) &&