Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c144 if (error == 0 && (vfsp = vfs_byname_kld(fstype, td, &error)) == NULL) in mount_snapshot()
/f-stack/freebsd/kern/
H A Dvfs_init.c140 vfs_byname_kld(const char *fstype, struct thread *td, int *error) in vfs_byname_kld() function
H A Dvfs_mount.c868 vfsp = vfs_byname_kld(fstype, td, &error); in sys_mount()
1341 vfsp = vfs_byname_kld(fstype, td, &error); in vfs_domount()
/f-stack/freebsd/sys/
H A Dmount.h958 struct vfsconf *vfs_byname_kld(const char *, struct thread *td, int *);