Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp300 out->st_dev = makedev(in->stx_dev_major, in->stx_dev_minor); in statx_to_stat()