Searched refs:stx_blocks (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h113 __u64 stx_blocks; /* Number of 512-byte blocks allocated */ member in struct:statx
152 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */
/linux-master/tools/include/uapi/linux/
H A Dstat.h113 __u64 stx_blocks; /* Number of 512-byte blocks allocated */ member in struct:statx
152 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */
/linux-master/samples/vfs/
H A Dtest-statx.c87 printf(" Blocks: %-10llu", (unsigned long long)stx->stx_blocks);
/linux-master/fs/
H A Dstat.c644 tmp.stx_blocks = stat->blocks;
/linux-master/tools/include/nolibc/
H A Dsys.h1073 buf->st_blocks = statx.stx_blocks;

Completed in 1055 milliseconds