Searched refs:fs_ops (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/amd/amd/
H A Drestart.c48 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops) argument
81 mf = find_mntfs(fs_ops, &mo, me->mnt_dir,
91 if (fs_ops->fs_init) {
97 (void) (*fs_ops->fs_init) (mf);
100 me->mnt_fsname, fs_ops->fs_type, me->mnt_dir, mf->mf_flags);
136 am_ops *fs_ops = NULL; local
152 fs_ops = ops_search(me->mnt_type);
158 if (!fs_ops)
159 fs_ops = &amfs_link_ops;
161 restart_fake_mntfs(me, fs_ops);
199 am_ops *fs_ops = NULL; local
[all...]
/freebsd-11-stable/stand/powerpc/kboot/
H A Dconf.c59 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/arm/uboot/
H A Dconf.c52 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/userboot/userboot/
H A Dconf.c64 struct fs_ops *file_system[] = {
H A Dlibuserboot.h46 extern struct fs_ops host_fsops;
H A Dhost.c171 struct fs_ops host_fsops = {
/freebsd-11-stable/stand/powerpc/uboot/
H A Dconf.c61 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/libsa/zfs/
H A Dlibzfs.h59 extern struct fs_ops zfs_fsops;
/freebsd-11-stable/stand/libsa/
H A Dstand.h98 * XXX note that filesystem providers should export a pointer to their fs_ops
102 struct fs_ops { struct
118 extern struct fs_ops ufs_fsops;
119 extern struct fs_ops tftp_fsops;
120 extern struct fs_ops nfs_fsops;
121 extern struct fs_ops cd9660_fsops;
122 extern struct fs_ops nandfs_fsops;
123 extern struct fs_ops gzipfs_fsops;
124 extern struct fs_ops bzipfs_fsops;
125 extern struct fs_ops dosfs_fsop
[all...]
H A Dopen.c68 struct fs_ops *exclusive_file_system;
94 struct fs_ops *fs;
H A Dsplitfs.c54 struct fs_ops splitfs_fsops = {
H A Dgzipfs.c54 struct fs_ops gzipfs_fsops = {
H A Dbzipfs.c72 struct fs_ops bzipfs_fsops = {
H A Dpkgfs.c50 struct fs_ops pkgfs_fsops = {
161 pkgfs_init(const char *pkgname, struct fs_ops *proto)
H A Dtftp.c75 struct fs_ops tftp_fsops = {
H A Dufs.c95 struct fs_ops ufs_fsops = {
H A Dcd9660.c83 struct fs_ops cd9660_fsops = {
/freebsd-11-stable/stand/pc98/loader/
H A Dconf.c55 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/efi/loader/
H A Dconf.c49 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/mips/uboot/
H A Dconf.c52 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/powerpc/ofw/
H A Dconf.c62 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/i386/loader/
H A Dconf.c69 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/i386/libi386/
H A Dlibi386.h97 extern struct fs_ops pxe_fsops;
/freebsd-11-stable/stand/mips/beri/loader/
H A Dmain.c67 struct fs_ops *file_system[] = {
/freebsd-11-stable/stand/common/
H A Dinstall.c44 extern int pkgfs_init(const char *, struct fs_ops *);
193 struct fs_ops *proto;

Completed in 258 milliseconds

12