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 printk(KERN_DEBUG "MINIX-fs: Invalid file type 0%04o for inode %lu.\n", in minix_set_inode()
506 * The minix V1 function to read an inode.
521 printk("MINIX-fs: deleted inode referenced: %lu\n", in V1_minix_iget()
544 * The minix V2 function to read an inode.
559 printk("MINIX-fs: deleted inode referenced: %lu\n", in V2_minix_iget()
602 * The minix V1 function to synchronize an inode.
629 * The minix V2 function to synchronize an inode.
671 printk("IO error syncing minix inode [%s:%08lx]\n", in minix_write_inode()
710 .name = "minix",
715 MODULE_ALIAS_FS("minix");
740 MODULE_DESCRIPTION("Minix file system");