Searched refs:vfs_byname_kld (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_vfs.c | 144 if (error == 0 && (vfsp = vfs_byname_kld(fstype, td, &error)) == NULL) in mount_snapshot()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_init.c | 140 vfs_byname_kld(const char *fstype, struct thread *td, int *error) in vfs_byname_kld() function
|
| H A D | vfs_mount.c | 868 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 D | mount.h | 958 struct vfsconf *vfs_byname_kld(const char *, struct thread *td, int *);
|