fs_ops
struct fs_ops *file_system[] = {
struct fs_ops *file_system[] = {
extern struct fs_ops pxe_fsops;
struct fs_ops *file_system[] = {
struct fs_ops cd9660_fsops = {
struct fs_ops dosfs_fsops = {
struct fs_ops gzipfs_fsops = {
struct fs_ops nfs_fsops = {
struct fs_ops *fs;
struct fs_ops *exclusive_file_system;
extern struct fs_ops ufs_fsops;
extern struct fs_ops tftp_fsops;
extern struct fs_ops nfs_fsops;
extern struct fs_ops cd9660_fsops;
extern struct fs_ops gzipfs_fsops;
extern struct fs_ops dosfs_fsops;
struct fs_ops *f_ops; /* pointer to file system operations */
extern struct fs_ops *file_system[];
extern struct fs_ops *exclusive_file_system;
struct fs_ops tftp_fsops = {
struct fs_ops ufs_fsops = {
extern struct fs_ops zfs_fsops;
struct fs_ops zfs_fsops = {
extern struct fs_ops sfs2_ops;
extern struct fs_ops sfs2cpv_ops;