Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_stats.c123 linux_kern_stat(struct thread *td, const char *path, enum uio_seg pathseg, in linux_kern_stat() function
174 error = linux_kern_stat(td, args->path, UIO_USERSPACE, &buf); in linux_newstat()
249 error = linux_kern_stat(td, args->path, UIO_USERSPACE, &buf); in linux_stat()
555 error = linux_kern_stat(td, args->filename, UIO_USERSPACE, &buf); in linux_stat64()