Searched refs:STATX_BLOCKS (Results 1 – 12 of 12) sorted by relevance
39 # define STATX_BLOCKS 0x0400U macro
148 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */ macro
151 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */ macro
86 if (stx->stx_mask & STATX_BLOCKS) in dump_statx()
191 u32 lowermask = STATX_INO | STATX_BLOCKS | in ovl_getattr()242 u32 lowermask = STATX_BLOCKS; in ovl_getattr()
1645 if (request_mask & STATX_BLOCKS) { in incfs_getattr()1654 error = vfs_getattr(backing_path, &backing_kstat, STATX_BLOCKS, in incfs_getattr()
844 STATX_SIZE|STATX_BLOCKS))) in nfs_getattr()856 if (request_mask & STATX_BLOCKS) in nfs_getattr()
2359 STATX_BLOCKS)) in statx_to_caps()
2380 if ((request_mask & (STATX_CTIME | STATX_MTIME | STATX_SIZE | STATX_BLOCKS)) &&