Home
last modified time | relevance | path

Searched refs:stx_dev_major (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h123 __u32 stx_dev_major; /* ID of device containing file [uncond] */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h123 __u32 stx_dev_major; /* ID of device containing file [uncond] */ member
/openbmc/linux/samples/vfs/
H A Dtest-statx.c106 sprintf(buffer, "%02x:%02x", stx->stx_dev_major, stx->stx_dev_minor); in dump_statx()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h1014 | (statx.stx_dev_major << 8) in stat()
/openbmc/linux/fs/
H A Dstat.c651 tmp.stx_dev_major = MAJOR(stat->dev); in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2726 abi_uint stx_dev_major; /* ID of device containing file [uncond] */ member
H A Dsyscall.c7724 __put_user(host_stx->stx_dev_major, &target_stx->stx_dev_major); in host_to_target_statx()
11899 __put_user(major(st.st_dev), &target_stx->stx_dev_major); in _syscall2()