• Home
  • Raw
  • Download

Lines Matching full:minix

2  *  linux/fs/minix/inode.c
7 * Minix V2 fs support.
14 #include "minix.h"
149 printk("MINIX-fs warning: remounting unchecked fs, " in minix_remount()
152 printk("MINIX-fs warning: remounting fs with errors, " in minix_remount()
283 /* Apparently minix can create filesystems that allocate more blocks for in minix_fill_super()
289 printk("MINIX-fs: file system does not have enough " in minix_fill_super()
298 printk("MINIX-fs: file system does not have enough " in minix_fill_super()
322 printk("MINIX-fs: mounting unchecked file system, " in minix_fill_super()
325 printk("MINIX-fs: mounting file system with errors, " in minix_fill_super()
332 printk("MINIX-fs: get root inode failed\n"); in minix_fill_super()
336 printk("MINIX-fs: bad superblock or unable to read bitmaps\n"); in minix_fill_super()
348 printk("MINIX-fs: can't allocate map\n"); in minix_fill_super()
353 printk("MINIX-fs: bad superblock\n"); in minix_fill_super()
358 printk("VFS: Can't find a Minix filesystem V1 | V2 | V3 " in minix_fill_super()
365 printk("MINIX-fs: blocksize too small for device\n"); in minix_fill_super()
369 printk("MINIX-fs: unable to read superblock\n"); in minix_fill_super()
480 * The minix V1 function to read an inode.
495 printk("MINIX-fs: deleted inode referenced: %lu\n", in V1_minix_iget()
520 * The minix V2 function to read an inode.
535 printk("MINIX-fs: deleted inode referenced: %lu\n", in V2_minix_iget()
581 * The minix V1 function to synchronize an inode.
608 * The minix V2 function to synchronize an inode.
650 printk("IO error syncing minix inode [%s:%08lx]\n", in minix_write_inode()
695 .name = "minix",
700 MODULE_ALIAS_FS("minix");