Symbol: fs_ops
stand/boot/efi/loader/conf.c
41
struct fs_ops *file_system[] = {
stand/boot/pc32/libi386/libi386.h
99
extern struct fs_ops pxe_fsops;
stand/boot/pc32/loader/conf.c
55
struct fs_ops *file_system[] = {
stand/lib/bzipfs.c
54
struct fs_ops bzipfs_fsops = {
stand/lib/cd9660.c
82
struct fs_ops cd9660_fsops = {
stand/lib/dosfs.c
52
struct fs_ops dosfs_fsops = {
stand/lib/ext2fs.c
103
struct fs_ops ext2fs_fsops = {
stand/lib/gzipfs.c
51
struct fs_ops gzipfs_fsops = {
stand/lib/hammer1.c
1044
struct fs_ops hammer1_fsops = {
stand/lib/hammer2.c
980
struct fs_ops hammer2_fsops = {
stand/lib/nfs.c
139
struct fs_ops nfs_fsops = {
stand/lib/splitfs.c
53
struct fs_ops splitfs_fsops = {
stand/lib/stand.h
116
extern struct fs_ops ufs_fsops;
stand/lib/stand.h
117
extern struct fs_ops hammer1_fsops;
stand/lib/stand.h
118
extern struct fs_ops hammer2_fsops;
stand/lib/stand.h
119
extern struct fs_ops tftp_fsops;
stand/lib/stand.h
120
extern struct fs_ops nfs_fsops;
stand/lib/stand.h
121
extern struct fs_ops cd9660_fsops;
stand/lib/stand.h
122
extern struct fs_ops gzipfs_fsops;
stand/lib/stand.h
123
extern struct fs_ops bzipfs_fsops;
stand/lib/stand.h
124
extern struct fs_ops dosfs_fsops;
stand/lib/stand.h
125
extern struct fs_ops ext2fs_fsops;
stand/lib/stand.h
126
extern struct fs_ops splitfs_fsops;
stand/lib/stand.h
160
struct fs_ops *f_ops; /* pointer to file system operations */
stand/lib/stand.h
384
extern struct fs_ops *file_system[];
stand/lib/tftp.c
70
struct fs_ops tftp_fsops = {
stand/lib/ufs.c
83
struct fs_ops ufs_fsops = {