Lines Matching full:minix

3  *  linux/fs/minix/inode.c
8 * Minix V2 fs support.
15 #include "minix.h"
144 printk("MINIX-fs warning: remounting unchecked fs, " in minix_remount()
147 printk("MINIX-fs warning: remounting fs with errors, " in minix_remount()
278 /* Apparently minix can create filesystems that allocate more blocks for in minix_fill_super()
284 printk("MINIX-fs: file system does not have enough " in minix_fill_super()
293 printk("MINIX-fs: file system does not have enough " in minix_fill_super()
319 printk("MINIX-fs: mounting unchecked file system, " in minix_fill_super()
322 printk("MINIX-fs: mounting file system with errors, " in minix_fill_super()
329 printk("MINIX-fs: get root inode failed\n"); in minix_fill_super()
333 printk("MINIX-fs: bad superblock or unable to read bitmaps\n"); in minix_fill_super()
345 printk("MINIX-fs: can't allocate map\n"); in minix_fill_super()
350 printk("MINIX-fs: bad superblock\n"); in minix_fill_super()
355 printk("VFS: Can't find a Minix filesystem V1 | V2 | V3 " in minix_fill_super()
362 printk("MINIX-fs: blocksize too small for device\n"); in minix_fill_super()
366 printk("MINIX-fs: unable to read superblock\n"); in minix_fill_super()
478 * The minix V1 function to read an inode.
493 printk("MINIX-fs: deleted inode referenced: %lu\n", in V1_minix_iget()
515 * The minix V2 function to read an inode.
530 printk("MINIX-fs: deleted inode referenced: %lu\n", in V2_minix_iget()
575 * The minix V1 function to synchronize an inode.
602 * The minix V2 function to synchronize an inode.
644 printk("IO error syncing minix inode [%s:%08lx]\n", in minix_write_inode()
689 .name = "minix",
694 MODULE_ALIAS_FS("minix");