Home
last modified time | relevance | path

Searched refs:stx_rdev_minor (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx01.c177 if (buff.stx_rdev_minor == MINOR) in test_device_file()
178 tst_res(TPASS, "stx_rdev_minor(%u) is correct", in test_device_file()
179 buff.stx_rdev_minor); in test_device_file()
182 "stx_rdev_minor(%u) is different from expected(%u)", in test_device_file()
183 buff.stx_rdev_minor, MINOR); in test_device_file()
/third_party/musl/src/stat/
H A Dfstatat.c29 uint32_t stx_rdev_minor; member
50 .st_rdev = makedev(stx.stx_rdev_major, stx.stx_rdev_minor), in fstatat_statx()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dstat.h52 uint32_t stx_rdev_minor; member
/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.h55 uint32_t stx_rdev_minor; member
H A Dfs.c1567 buf->st_rdev = makedev(statxbuf.stx_rdev_major, statxbuf.stx_rdev_minor); in uv__fs_statx()
/third_party/ltp/include/lapi/
H A Dstat.h94 uint32_t stx_rdev_minor; member
/third_party/musl/include/sys/
H A Dstat.h148 uint32_t stx_rdev_minor; member
/third_party/libuv/src/unix/
H A Dinternal.h210 uint32_t stx_rdev_minor; member
H A Dlinux.c1128 buf->st_rdev = makedev(statxbuf->stx_rdev_major, statxbuf->stx_rdev_minor); in uv__statx_to_stat()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1340 st_rdev: crate::fs::makedev(x.stx_rdev_major, x.stx_rdev_minor).into(), in statx_to_stat()
1381 result.st_rdev = crate::fs::makedev(x.stx_rdev_major, x.stx_rdev_minor); in statx_to_stat()
H A Dtypes.rs1028 pub stx_rdev_minor: u32,
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs627 st_rdev: crate::fs::makedev(x.stx_rdev_major, x.stx_rdev_minor), in statx_to_stat()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs36 pub stx_rdev_minor: u32,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3632 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3630 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs3610 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3755 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3815 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3783 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs3879 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3716 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs3994 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3690 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3964 pub stx_rdev_minor: __u32,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3659 pub stx_rdev_minor: __u32,

Completed in 179 milliseconds

12