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

12

/freebsd-9.3-release/contrib/amd/amd/
H A Drestart.c52 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops) argument
85 mf = find_mntfs(fs_ops, &mo, me->mnt_dir,
96 if (fs_ops->fs_init) {
102 (void) (*fs_ops->fs_init) (mf);
105 me->mnt_fsname, fs_ops->fs_type, me->mnt_dir, mf->mf_flags);
143 am_ops *fs_ops = 0; local
159 fs_ops = ops_search(me->mnt_type);
165 if (!fs_ops)
166 fs_ops = &amfs_link_ops;
168 restart_fake_mntfs(me, fs_ops);
206 am_ops *fs_ops = 0; local
[all...]
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dconf.c56 struct fs_ops *file_system[] = {
H A Dlibski.h39 extern struct fs_ops ski_fsops;
H A Dskifs.c131 struct fs_ops ski_fsops = {
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Dconf.c57 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dconf.c57 struct fs_ops *file_system[] = {
H A Dlibuserboot.h46 struct fs_ops host_fsops;
H A Dhost.c177 struct fs_ops host_fsops = {
/freebsd-9.3-release/lib/libstand/
H A Dstand.h97 * XXX note that filesystem providers should export a pointer to their fs_ops
101 struct fs_ops { struct
117 extern struct fs_ops ufs_fsops;
118 extern struct fs_ops tftp_fsops;
119 extern struct fs_ops nfs_fsops;
120 extern struct fs_ops cd9660_fsops;
121 extern struct fs_ops gzipfs_fsops;
122 extern struct fs_ops bzipfs_fsops;
123 extern struct fs_ops dosfs_fsops;
124 extern struct fs_ops ext2fs_fsop
[all...]
H A Dopen.c104 f->f_ops = (struct fs_ops *)0;
H A Dbzipfs.c72 struct fs_ops bzipfs_fsops = {
H A Dgzipfs.c54 struct fs_ops gzipfs_fsops = {
H A Dsplitfs.c54 struct fs_ops splitfs_fsops = {
H A Dcd9660.c84 struct fs_ops cd9660_fsops = {
H A Dtftp.c79 struct fs_ops tftp_fsops = {
H A Dufs.c94 struct fs_ops ufs_fsops = {
/freebsd-9.3-release/sys/boot/arm/uboot/
H A Dconf.c49 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/i386/efi/
H A Dconf.c41 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/powerpc/ofw/
H A Dconf.c59 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/powerpc/uboot/
H A Dconf.c58 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/zfs/
H A Dlibzfs.h67 extern struct fs_ops zfs_fsops;
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dconf.c59 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dconf.c63 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dconf.c72 struct fs_ops *file_system[] = {
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dlibi386.h76 extern struct fs_ops pxe_fsops;

Completed in 115 milliseconds

12