Symbol: fs_ops
sys/arch/acorn32/stand/nbfs/nbfs.c
73
struct fs_ops file_system[] = {
sys/arch/alpha/stand/boot/filesystem.c
42
struct fs_ops file_system[] = {
sys/arch/alpha/stand/boot/filesystem.c
51
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/alpha/stand/netboot/conf.c
10
struct fs_ops file_system[] = {
sys/arch/amiga/stand/bootblock/boot/xd.c
55
struct fs_ops file_system[] = {
sys/arch/amiga/stand/bootblock/boot/xd.c
65
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/arc/stand/boot/conf.c
94
struct fs_ops file_system[] = {
sys/arch/atari/stand/bootxx/filesystem.c
37
struct fs_ops file_system[] = {
sys/arch/atari/stand/bootxxx/filesystem.c
37
struct fs_ops file_system[] = {
sys/arch/bebox/stand/boot/filesystem.c
36
struct fs_ops file_system[] = {
sys/arch/bebox/stand/boot/filesystem.c
43
int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
sys/arch/cobalt/stand/boot/conf.c
64
struct fs_ops file_system[] = {
sys/arch/cobalt/stand/boot/conf.c
72
const struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/cobalt/stand/boot/devopen.c
37
extern const struct fs_ops file_system_nfs;
sys/arch/emips/stand/common/conf.c
103
struct fs_ops file_system[] = {
sys/arch/emips/stand/common/conf.c
114
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/evbarm/stand/boot2440/devopen.c
61
struct fs_ops ops_nfs = FS_OPS(nfs);
sys/arch/evbarm/stand/boot2440/devopen.c
62
struct fs_ops ops_tftp = FS_OPS(tftp);
sys/arch/evbarm/stand/boot2440/devopen.c
63
struct fs_ops ops_ext2fs = FS_OPS(ext2fs);
sys/arch/evbarm/stand/boot2440/devopen.c
64
struct fs_ops ops_dosfs = FS_OPS(dosfs);
sys/arch/evbarm/stand/boot2440/devopen.c
65
struct fs_ops ops_bsdfs = FS_OPS(ufs);
sys/arch/evbarm/stand/boot2440/devopen.c
66
struct fs_ops file_system[1];
sys/arch/evbmips/stand/sbmips/boot/filesystem.c
42
struct fs_ops file_system[] = {
sys/arch/evbmips/stand/sbmips/boot/filesystem.c
50
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/evbmips/stand/sbmips/netboot/conf.c
10
struct fs_ops file_system[] = {
sys/arch/evbppc/stand/wii/conf.c
46
struct fs_ops file_system[] = {
sys/arch/evbppc/stand/wii/conf.c
54
struct fs_ops null_fs_ops = FS_OPS(null);
sys/arch/ews4800mips/stand/common/bootfs.c
45
struct fs_ops bfs_ops = {
sys/arch/ews4800mips/stand/common/datafs.c
39
struct fs_ops datafs_ops = {
sys/arch/ews4800mips/stand/common/devopen.c
47
extern struct fs_ops datafs_ops;
sys/arch/ews4800mips/stand/common/devopen.c
48
extern struct fs_ops bfs_ops;
sys/arch/ews4800mips/stand/common/devopen.c
49
struct fs_ops ufs_ops = FS_OPS(ufs);
sys/arch/ews4800mips/stand/common/devopen.c
50
struct fs_ops nfs_ops = FS_OPS(nfs);
sys/arch/ews4800mips/stand/common/devopen.c
57
struct fs_ops file_system[1];
sys/arch/hp300/stand/common/conf.c
141
struct fs_ops file_system_rawfs[1] = { FS_OPS(rawfs) };
sys/arch/hp300/stand/common/conf.c
142
struct fs_ops file_system_ufs[NFSYS_FS] = {
sys/arch/hp300/stand/common/conf.c
151
struct fs_ops file_system_nfs[1] = { FS_OPS(nfs) };
sys/arch/hp300/stand/common/conf.c
153
struct fs_ops file_system[NFSYS_FS];
sys/arch/hp300/stand/common/conf.h
80
extern struct fs_ops file_system_rawfs[1];
sys/arch/hp300/stand/common/conf.h
81
extern struct fs_ops file_system_ufs[NFSYS_FS];
sys/arch/hp300/stand/common/conf.h
82
extern struct fs_ops file_system_nfs[1];
sys/arch/hpcmips/stand/lcboot/conf.c
57
struct fs_ops file_system[] = {
sys/arch/hpcmips/stand/libsa/devopen.c
52
static struct fs_ops winop = {
sys/arch/hpcmips/stand/libsa/devopen.c
56
static struct fs_ops ufsop = {
sys/arch/hpcmips/stand/libsa/devopen.c
60
struct fs_ops file_system[] = {
sys/arch/hppa/stand/boot/conf.c
40
struct fs_ops file_system[] = {
sys/arch/hppa/stand/cdboot/conf.c
40
struct fs_ops file_system[] = {
sys/arch/i386/stand/boot/conf.c
60
struct fs_ops file_system[] = {
sys/arch/i386/stand/boot/conf.c
79
int nfsys = sizeof(file_system) / sizeof(struct fs_ops);
sys/arch/i386/stand/dosboot/devopen.c
44
static struct fs_ops dosfs = {
sys/arch/i386/stand/dosboot/devopen.c
47
static struct fs_ops ufsfs = {
sys/arch/i386/stand/dosboot/devopen.c
51
struct fs_ops file_system[] = {
sys/arch/i386/stand/efiboot/conf.c
112
struct fs_ops file_system_null = FS_OPS(null);
sys/arch/i386/stand/efiboot/conf.c
114
struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/i386/stand/efiboot/conf.c
117
struct fs_ops file_system_tftp = FS_OPS(tftp);
sys/arch/i386/stand/efiboot/conf.c
75
struct fs_ops file_system[] = {
sys/arch/i386/stand/efiboot/conf.c
93
struct fs_ops file_system_disk[] = {
sys/arch/i386/stand/efiboot/devopen.c
172
sizeof(struct fs_ops) * nfsys_disk);
sys/arch/i386/stand/efiboot/devopen.c
203
sizeof(struct fs_ops));
sys/arch/i386/stand/efiboot/devopen.c
207
sizeof(struct fs_ops));
sys/arch/i386/stand/efiboot/devopen.c
262
memcpy(file_system, nf->ops, sizeof(struct fs_ops));
sys/arch/i386/stand/efiboot/devopen.h
32
extern struct fs_ops file_system_disk[];
sys/arch/i386/stand/efiboot/devopen.h
33
extern struct fs_ops file_system_nfs;
sys/arch/i386/stand/efiboot/devopen.h
34
extern struct fs_ops file_system_tftp;
sys/arch/i386/stand/efiboot/devopen.h
35
extern struct fs_ops file_system_null;
sys/arch/i386/stand/efiboot/devopen.h
48
struct fs_ops *ops;
sys/arch/i386/stand/pxeboot/conf.c
54
struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/i386/stand/pxeboot/conf.c
58
struct fs_ops file_system_tftp = FS_OPS(tftp);
sys/arch/i386/stand/pxeboot/conf.c
72
struct fs_ops file_system[1];
sys/arch/i386/stand/pxeboot/devopen.c
115
sizeof(struct fs_ops));
sys/arch/i386/stand/pxeboot/devopen.c
82
memcpy(file_system, pxeboot_fstab[0].fst_ops, sizeof(struct fs_ops));
sys/arch/i386/stand/pxeboot/pxeboot.h
48
struct fs_ops *fst_ops;
sys/arch/ia64/stand/efi/libefi/efiboot.h
77
extern struct fs_ops efi_fsops;
sys/arch/ia64/stand/ia64/efi/conf.c
68
struct fs_ops file_system[] = {
sys/arch/ia64/stand/ia64/efi/conf.c
73
int nfsys = sizeof(file_system) / sizeof(struct fs_ops);
sys/arch/ia64/stand/ia64/efi/main.c
153
memcpy(&file_system[0], &file_system[1], sizeof(struct fs_ops));
sys/arch/ia64/stand/ia64/ski/conf.c
83
struct fs_ops file_system[] = {
sys/arch/ia64/stand/ia64/ski/conf.c
87
int nfsys = sizeof(file_system) / sizeof(struct fs_ops);
sys/arch/ia64/stand/ia64/ski/libski.h
63
extern struct fs_ops ski_fsops;
sys/arch/landisk/stand/boot/conf.c
51
struct fs_ops file_system[] = {
sys/arch/luna68k/stand/boot/conf.c
102
struct fs_ops file_system_disk[] = {
sys/arch/luna68k/stand/boot/conf.c
109
struct fs_ops file_system_nfs[] = { FS_OPS(nfs) };
sys/arch/luna68k/stand/boot/conf.c
113
struct fs_ops file_system[MAX_NFSYS];
sys/arch/luna68k/stand/boot/samachdep.h
223
extern struct fs_ops file_system_disk[];
sys/arch/luna68k/stand/boot/samachdep.h
225
extern struct fs_ops file_system_nfs[];
sys/arch/macppc/stand/ofwboot/ofdev.c
122
static struct fs_ops file_system_ffsv1 = FS_OPS(ffsv1);
sys/arch/macppc/stand/ofwboot/ofdev.c
123
static struct fs_ops file_system_ffsv2 = FS_OPS(ffsv2);
sys/arch/macppc/stand/ofwboot/ofdev.c
124
static struct fs_ops file_system_lfsv1 = FS_OPS(lfsv1);
sys/arch/macppc/stand/ofwboot/ofdev.c
125
static struct fs_ops file_system_lfsv2 = FS_OPS(lfsv2);
sys/arch/macppc/stand/ofwboot/ofdev.c
126
static struct fs_ops file_system_hfs = FS_OPS(hfs);
sys/arch/macppc/stand/ofwboot/ofdev.c
127
static struct fs_ops file_system_ustarfs = FS_OPS(ustarfs);
sys/arch/macppc/stand/ofwboot/ofdev.c
128
static struct fs_ops file_system_cd9660 = FS_OPS(cd9660);
sys/arch/macppc/stand/ofwboot/ofdev.c
129
static struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/macppc/stand/ofwboot/ofdev.c
130
static struct fs_ops file_system_dosfs = FS_OPS(dosfs);
sys/arch/macppc/stand/ofwboot/ofdev.c
132
struct fs_ops file_system[9];
sys/arch/mipsco/stand/common/conf.c
102
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/mipsco/stand/common/conf.c
91
struct fs_ops file_system[] = {
sys/arch/mmeye/stand/boot/conf.c
53
struct fs_ops file_system[] = {
sys/arch/mmeye/stand/boot/devopen.c
37
extern const struct fs_ops file_system_nfs;
sys/arch/mvme68k/stand/bootsd/conf.c
10
struct fs_ops file_system[] = {
sys/arch/mvme68k/stand/bootst/conf.c
7
struct fs_ops file_system[] = {
sys/arch/mvme68k/stand/netboot/conf.c
11
struct fs_ops file_system[] = {
sys/arch/mvmeppc/stand/boot/conf.c
11
struct fs_ops file_system[] = {
sys/arch/news68k/stand/boot/devopen.c
51
struct fs_ops file_system[] = {
sys/arch/newsmips/stand/boot/devopen.c
58
struct fs_ops file_system_ufs = FS_OPS(ufs);
sys/arch/newsmips/stand/boot/devopen.c
59
struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/newsmips/stand/boot/devopen.c
61
struct fs_ops file_system_ustarfs = FS_OPS(ustarfs);
sys/arch/newsmips/stand/boot/devopen.c
62
struct fs_ops file_system[2];
sys/arch/newsmips/stand/boot/devopen.c
64
struct fs_ops file_system[1];
sys/arch/next68k/stand/boot/conf.c
74
struct fs_ops file_system[] = {
sys/arch/ofppc/stand/ofwboot/ofdev.c
175
static struct fs_ops file_system_ufs = FS_OPS(ufs);
sys/arch/ofppc/stand/ofwboot/ofdev.c
176
static struct fs_ops file_system_cd9660 = FS_OPS(cd9660);
sys/arch/ofppc/stand/ofwboot/ofdev.c
177
static struct fs_ops file_system_dosfs = FS_OPS(dosfs);
sys/arch/ofppc/stand/ofwboot/ofdev.c
178
static struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/ofppc/stand/ofwboot/ofdev.c
180
struct fs_ops file_system[3];
sys/arch/pmax/stand/common/conf.c
102
struct fs_ops file_system[] = {
sys/arch/pmax/stand/common/conf.c
114
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/prep/stand/boot/filesystem.c
36
struct fs_ops file_system[] = {
sys/arch/prep/stand/boot/filesystem.c
42
int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
sys/arch/rs6000/stand/boot/filesystem.c
34
struct fs_ops file_system[] = {
sys/arch/rs6000/stand/boot/filesystem.c
38
int nfsys = sizeof (file_system)/sizeof (struct fs_ops);
sys/arch/sandpoint/stand/altboot/devopen.c
48
struct fs_ops file_system[1] = { FS_OPS(null) };
sys/arch/sandpoint/stand/altboot/devopen.c
50
struct fs_ops fs_nfs = FS_OPS(nfs);
sys/arch/sandpoint/stand/altboot/devopen.c
51
struct fs_ops fs_tftp = FS_OPS(tftp);
sys/arch/sandpoint/stand/altboot/devopen.c
52
struct fs_ops fs_ffsv2 = FS_OPS(ffsv2);
sys/arch/sandpoint/stand/altboot/devopen.c
53
struct fs_ops fs_ffsv1 = FS_OPS(ffsv1);
sys/arch/sandpoint/stand/altboot/devopen.c
54
struct fs_ops fs_mem = FS_OPS(mem);
sys/arch/sandpoint/stand/altboot/dsk.c
488
struct fs_ops *fs;
sys/arch/sandpoint/stand/altboot/dsk.c
492
extern struct fs_ops fs_ffsv2, fs_ffsv1;
sys/arch/sandpoint/stand/altboot/dsk.c
534
struct fs_ops *fs = d->fsops;
sys/arch/sandpoint/stand/altboot/dsk.c
564
struct fs_ops *
sys/arch/sandpoint/stand/altboot/globals.h
191
struct fs_ops *dsk_fsops(struct open_file *);
sys/arch/sbmips/stand/boot/filesystem.c
42
struct fs_ops file_system[] = {
sys/arch/sbmips/stand/boot/filesystem.c
50
int nfsys = sizeof(file_system)/sizeof(struct fs_ops);
sys/arch/sbmips/stand/netboot/conf.c
10
struct fs_ops file_system[] = {
sys/arch/sgimips/stand/common/conf.c
94
struct fs_ops file_system[] = {
sys/arch/sgimips/stand/common/iris_conf.c
48
struct fs_ops file_system[] = {
sys/arch/shark/stand/ofwboot/ofdev.c
158
static struct fs_ops file_system_ufs = FS_OPS(ufs);
sys/arch/shark/stand/ofwboot/ofdev.c
159
static struct fs_ops file_system_cd9660 = FS_OPS(cd9660);
sys/arch/shark/stand/ofwboot/ofdev.c
160
static struct fs_ops file_system_dosfs = FS_OPS(dosfs);
sys/arch/shark/stand/ofwboot/ofdev.c
161
static struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/shark/stand/ofwboot/ofdev.c
163
struct fs_ops file_system[3];
sys/arch/sparc/stand/common/conf.c
39
struct fs_ops file_system_ufs[] = {
sys/arch/sparc/stand/common/conf.c
44
struct fs_ops file_system_nfs[] = {
sys/arch/sparc/stand/common/conf.c
48
struct fs_ops file_system[2];
sys/arch/sparc/stand/common/promdev.c
270
sizeof(struct fs_ops) * nfsys);
sys/arch/sparc/stand/common/promdev.c
278
sizeof(struct fs_ops) * nfsys);
sys/arch/sparc/stand/common/promdev.c
88
extern struct fs_ops file_system_nfs[];
sys/arch/sparc/stand/common/promdev.c
89
extern struct fs_ops file_system_ufs[];
sys/arch/sparc/stand/ofwboot/ofdev.c
203
static struct fs_ops file_system_ufs[] =
sys/arch/sparc/stand/ofwboot/ofdev.c
207
static struct fs_ops file_system_cd9660 = FS_OPS(cd9660);
sys/arch/sparc/stand/ofwboot/ofdev.c
210
static struct fs_ops file_system_nfs = FS_OPS(nfs);
sys/arch/sparc/stand/ofwboot/ofdev.c
211
static struct fs_ops file_system_tftp = FS_OPS(tftp);
sys/arch/sparc/stand/ofwboot/ofdev.c
214
struct fs_ops file_system[7];
sys/arch/sun68k/stand/netboot/conf.c
11
struct fs_ops file_system[] = {
sys/arch/sun68k/stand/tapeboot/conf.c
7
struct fs_ops file_system[] = {
sys/arch/sun68k/stand/ufsboot/conf.c
9
struct fs_ops file_system[] = {
sys/arch/vax/boot/boot/conf.c
85
struct fs_ops file_system[] = {
sys/arch/vax/boot/xxboot/bootxx.c
187
struct fs_ops file_system[] = {
sys/arch/x68k/stand/boot/boot.c
139
struct fs_ops *fs;
sys/arch/x68k/stand/boot/boot.c
74
extern struct fs_ops file_system_ustarfs[];
sys/arch/x68k/stand/boot/boot.c
75
extern struct fs_ops file_system_nfs[];
sys/arch/x68k/stand/boot/conf.c
60
struct fs_ops file_system_ustarfs[] = {
sys/arch/x68k/stand/boot/conf.c
63
struct fs_ops file_system_nfs[] = {
sys/arch/x68k/stand/boot/conf.c
67
struct fs_ops file_system[] = {
sys/arch/x68k/stand/boot/conf.c
78
struct fs_ops file_system_net = FS_OPS(nfs);
sys/arch/zaurus/stand/zboot/conf.c
46
struct fs_ops file_system[] = {
sys/lib/libsa/open.c
103
f->f_ops = (struct fs_ops *)0;
sys/lib/libsa/stand.h
123
extern struct fs_ops file_system[];
sys/lib/libsa/stand.h
219
const struct fs_ops *f_ops; /* pointer to file system operations */
sys/stand/efiboot/conf.c
54
struct fs_ops file_system[] = {
sys/stand/efiboot/conf.c
63
struct fs_ops null_fs_ops = FS_OPS(null);
sys/stand/efiboot/conf.c
64
struct fs_ops tftp_fs_ops = FS_OPS(tftp);
sys/stand/efiboot/conf.c
65
struct fs_ops nfs_fs_ops = FS_OPS(nfs);
sys/stand/efiboot/efiboot.h
47
extern struct fs_ops null_fs_ops;
sys/stand/efiboot/efiboot.h
48
extern struct fs_ops tftp_fs_ops;
sys/stand/efiboot/efiboot.h
49
extern struct fs_ops nfs_fs_ops;