Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c141 if (error == 0 && (vfsp = vfs_byname_kld(fstype, td, &error)) == NULL) in mount_snapshot()
/freebsd/sys/kern/
H A Dvfs_init.c133 vfs_byname_kld(const char *fstype, struct thread *td, int *error) in vfs_byname_kld() function
H A Dvfs_mount.c1085 vfsp = vfs_byname_kld(fstype, td, &error); in sys_mount()
1645 if ((vfsp = vfs_byname_kld(fstype, td, &error)) == NULL) in vfs_domount()
/freebsd/sys/sys/
H A Dmount.h1002 struct vfsconf *vfs_byname_kld(const char *, struct thread *td, int *);