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