Home
last modified time | relevance | path

Searched refs:stx_blocks (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Dstat.h132 __u64 stx_blocks; member
213 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h132 __u64 stx_blocks; member
213 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */
/linux/tools/include/uapi/linux/
H A Dstat.h132 __u64 stx_blocks; member
213 #define STATX_BLOCKS 0x00000400U /* Want/got stx_blocks */
/linux/tools/include/nolibc/sys/
H A Dstat.h65 buf->st_blocks = statx.stx_blocks; in fstatat()
/linux/samples/vfs/
H A Dtest-statx.c87 printf(" Blocks: %-10llu", (unsigned long long)stx->stx_blocks); in dump_statx()
/linux/fs/hostfs/
H A Dhostfs_user.c42 p->blocks = buf->stx_blocks; in statx_to_hostfs()