Home
last modified time | relevance | path

Searched defs:fstype (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libshare/
H A Dlibshare.c53 sa_fstype_t *fstype; in register_fstype() local
85 sa_fstype_t *fstype; in sa_enable_share() local
119 sa_fstype_t *fstype; in sa_disable_share() local
146 sa_fstype_t *fstype; in sa_is_shared() local
168 sa_fstype_t *fstype = fstypes; in sa_commit_shares() local
301 sa_fstype_t *fstype; in sa_validate_shareopts() local
354 sa_fstype_t *fstype; in free_share() local
H A Dlibshare_impl.h39 #define FSINFO(impl_share, fstype) \ argument
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_zmount.c77 do_mount_(const char *spec, const char *dir, int mflag, char *fstype, in do_mount_()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c122 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot()
/f-stack/freebsd/kern/
H A Dvfs_mount.c628 char *fstype, *fspath, *errmsg; in vfs_donmount() local
836 char *fstype; in sys_mount() local
1288 const char *fstype, /* Filesystem type. */ in vfs_domount()
H A Dvfs_init.c140 vfs_byname_kld(const char *fstype, struct thread *td, int *error) in vfs_byname_kld()