Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h121 __u32 stx_rdev_major; /* Device ID of special file [if bdev/cdev] */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h121 __u32 stx_rdev_major; /* Device ID of special file [if bdev/cdev] */ member
/openbmc/linux/samples/vfs/
H A Dtest-statx.c117 stx->stx_rdev_major, stx->stx_rdev_minor); in dump_statx()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h1022 | (statx.stx_rdev_major << 8) in stat()
/openbmc/linux/fs/
H A Dstat.c649 tmp.stx_rdev_major = MAJOR(stat->rdev); in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2724 abi_uint stx_rdev_major; /* Device ID of special file [if bdev/cdev] */ member
H A Dsyscall.c7724 __put_user(host_stx->stx_rdev_major, &target_stx->stx_rdev_major); in host_to_target_statx()
11908 __put_user(major(st.st_rdev), &target_stx->stx_rdev_major); in _syscall2()