Home
last modified time | relevance | path

Searched refs:linux_new_encode_dev (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_stats.c146 tbuf.st_dev = linux_new_encode_dev(buf->st_dev); in newstat_copyout()
152 tbuf.st_rdev = linux_new_encode_dev(buf->st_rdev); in newstat_copyout()
496 lbuf.st_dev = linux_new_encode_dev(buf->st_dev); in stat64_copyout()
502 lbuf.st_rdev = linux_new_encode_dev(buf->st_rdev); in stat64_copyout()
H A Dlinux.h63 linux_new_encode_dev(dev_t _dev) in linux_new_encode_dev() function