Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c441 error = vfs_donmount(td, flags, auio); in sys_nmount()
624 vfs_donmount(struct thread *td, uint64_t fsflags, struct uio *fsoptions) in vfs_donmount() function
2445 error = vfs_donmount(curthread, flags, &auio); in kernel_mount()
/f-stack/freebsd/sys/
H A Dmount.h989 int vfs_donmount(struct thread *td, uint64_t fsflags,