Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_stats.c98 linux_kern_stat(struct thread *td, const char *path, enum uio_seg pathseg, in linux_kern_stat() function
242 error = linux_kern_stat(td, args->path, UIO_USERSPACE, &buf); in linux_newstat()
245 error = linux_kern_stat(td, path, UIO_SYSSPACE, &buf); in linux_newstat()
324 error = linux_kern_stat(td, args->path, UIO_USERSPACE, &buf); in linux_stat()
327 error = linux_kern_stat(td, path, UIO_SYSSPACE, &buf); in linux_stat()
618 error = linux_kern_stat(td, args->filename, UIO_USERSPACE, &buf); in linux_stat64()
621 error = linux_kern_stat(td, filename, UIO_SYSSPACE, &buf); in linux_stat64()