Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux.h332 uint32_t stx_dev_major; member
H A Dlinux_stats.c696 tbuf.stx_dev_major = linux_encode_major(buf->st_dev); in statx_copyout()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dstatx.c140 uint32_t stx_dev_major; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp338 out->st_dev = makedev(in->stx_dev_major, in->stx_dev_minor); in statx_to_stat()