Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h124 __u32 stx_dev_minor; member
/openbmc/linux/include/uapi/linux/
H A Dstat.h124 __u32 stx_dev_minor; 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.h1013 buf->st_dev = ((statx.stx_dev_minor & 0xff) in stat()
1015 | ((statx.stx_dev_minor & ~0xff) << 12)); in stat()
/openbmc/linux/fs/
H A Dstat.c652 tmp.stx_dev_minor = MINOR(stat->dev); in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2727 abi_uint stx_dev_minor; member
H A Dsyscall.c7725 __put_user(host_stx->stx_dev_minor, &target_stx->stx_dev_minor); in host_to_target_statx()
11900 __put_user(minor(st.st_dev), &target_stx->stx_dev_minor); in _syscall2()