Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h152 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h152 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */ macro
/openbmc/linux/samples/vfs/
H A Dtest-statx.c86 if (stx->stx_mask & STATX_BLOCKS) in dump_statx()
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c304 STATX_SIZE | STATX_BLOCKS, AT_STATX_DONT_SYNC); in xfile_stat()
/openbmc/linux/fs/nfs/
H A Dinode.c827 reply_mask |= STATX_BLOCKS; in nfs_get_valid_attrmask()
848 STATX_INO | STATX_SIZE | STATX_BLOCKS | in nfs_getattr()
878 STATX_SIZE|STATX_BLOCKS| in nfs_getattr()
900 if (request_mask & STATX_BLOCKS) in nfs_getattr()
/openbmc/linux/fs/overlayfs/
H A Dinode.c195 u32 lowermask = STATX_INO | STATX_BLOCKS | in ovl_getattr()
248 u32 lowermask = STATX_BLOCKS; in ovl_getattr()
/openbmc/linux/fs/fuse/
H A Dfuse_i.h1130 #define FUSE_STATX_MODIFY (STATX_MTIME | STATX_CTIME | STATX_BLOCKS)
H A Dfile.c534 fuse_invalidate_attr_mask(inode, STATX_BLOCKS); in fuse_flush()
/openbmc/qemu/linux-user/
H A Dstrace.c1278 #ifdef STATX_BLOCKS
1279 FLAG_GENERIC(STATX_BLOCKS),
/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)) &&