Searched refs:fsoptions (Results 1 – 2 of 2) sorted by relevance
624 vfs_donmount(struct thread *td, uint64_t fsflags, struct uio *fsoptions) in vfs_donmount() argument637 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()
990 struct uio *fsoptions);