Searched refs:stx_blocks (Results 1 – 6 of 6) sorted by relevance
132 __u64 stx_blocks; member 213 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */
65 buf->st_blocks = statx.stx_blocks; in fstatat()
87 printf(" Blocks: %-10llu", (unsigned long long)stx->stx_blocks); in dump_statx()
42 p->blocks = buf->stx_blocks; in statx_to_hostfs()