Lines Matching full:minix
3 * linux/fs/minix/inode.c
8 * Minix V2 fs support.
15 #include "minix.h"
145 printk("MINIX-fs warning: remounting unchecked fs, " in minix_reconfigure()
148 printk("MINIX-fs warning: remounting fs with errors, " in minix_reconfigure()
280 /* Apparently minix can create filesystems that allocate more blocks for in minix_fill_super()
286 printk("MINIX-fs: file system does not have enough " in minix_fill_super()
295 printk("MINIX-fs: file system does not have enough " in minix_fill_super()
321 printk("MINIX-fs: mounting unchecked file system, " in minix_fill_super()
324 printk("MINIX-fs: mounting file system with errors, " in minix_fill_super()
331 printk("MINIX-fs: get root inode failed\n"); in minix_fill_super()
335 printk("MINIX-fs: bad superblock or unable to read bitmaps\n"); in minix_fill_super()
347 printk("MINIX-fs: can't allocate map\n"); in minix_fill_super()
352 printk("MINIX-fs: bad superblock\n"); in minix_fill_super()
357 printk("VFS: Can't find a Minix filesystem V1 | V2 | V3 " in minix_fill_super()
364 printk("MINIX-fs: blocksize too small for device\n"); in minix_fill_super()
368 printk("MINIX-fs: unable to read superblock\n"); in minix_fill_super()
499 * The minix V1 function to read an inode.
514 printk("MINIX-fs: deleted inode referenced: %lu\n", in V1_minix_iget()
537 * The minix V2 function to read an inode.
552 printk("MINIX-fs: deleted inode referenced: %lu\n", in V2_minix_iget()
595 * The minix V1 function to synchronize an inode.
622 * The minix V2 function to synchronize an inode.
664 printk("IO error syncing minix inode [%s:%08lx]\n", in minix_write_inode()
703 .name = "minix",
708 MODULE_ALIAS_FS("minix");
733 MODULE_DESCRIPTION("Minix file system");