Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c624 vfs_donmount(struct thread *td, uint64_t fsflags, struct uio *fsoptions) in vfs_donmount() argument
637 error = vfs_buildopts(fsoptions, &optlist); in vfs_donmount()
803 if (errmsg_pos != -1 && ((2 * errmsg_pos + 1) < fsoptions->uio_iovcnt) in vfs_donmount()
805 if (fsoptions->uio_segflg == UIO_SYSSPACE) { in vfs_donmount()
807 fsoptions->uio_iov[2 * errmsg_pos + 1].iov_base, in vfs_donmount()
808 fsoptions->uio_iov[2 * errmsg_pos + 1].iov_len); in vfs_donmount()
811 fsoptions->uio_iov[2 * errmsg_pos + 1].iov_base, in vfs_donmount()
812 fsoptions->uio_iov[2 * errmsg_pos + 1].iov_len); in vfs_donmount()
/f-stack/freebsd/sys/
H A Dmount.h990 struct uio *fsoptions);