| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | sysv-fs.txt | 28 These filesystems are rather similar. Here is a comparison with Minix FS: 31 - Minix FS 0x81 Linux/Minix 37 - Minix FS 1024 48 - Minix FS little endian 0 1 55 - Minix FS little endian 0 1 2 3 62 - Minix FS 1 66 - Minix FS 250 72 - Minix FS a bitmap 78 - Minix FS a bitmap 89 - Minix FS block 1 = bytes 1024..2047 [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | sysv-fs.rst | 43 These filesystems are rather similar. Here is a comparison with Minix FS: 47 - Minix FS 0x81 Linux/Minix 54 - Minix FS 1024 66 - Minix FS little endian 0 1 75 - Minix FS little endian 0 1 2 3 85 Minix FS 1 92 Minix FS 250 100 - Minix FS 108 - Minix FS 122 Minix FS block 1 = bytes 1024..2047 [all …]
|
| /kernel/linux/linux-5.10/fs/minix/ |
| D | inode.c | 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() [all …]
|
| D | Kconfig | 3 tristate "Minix file system support" 6 Minix is a simple operating system used in many classes about OS's. 7 The minix file system (method to organize files on a hard disk 10 You don't want to use the minix file system on your hard disk 16 module will be called minix. Note that the file system of your root
|
| D | file.c | 3 * linux/fs/minix/file.c 7 * minix regular file handling primitives 10 #include "minix.h" 14 * the minix filesystem.
|
| D | Makefile | 3 # Makefile for the Linux minix filesystem routines. 6 obj-$(CONFIG_MINIX_FS) += minix.o 8 minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
|
| D | minix.h | 10 #define MINIX_V1 0x0001 /* original minix fs */ 11 #define MINIX_V2 0x0002 /* minix V2 fs */ 12 #define MINIX_V3 0x0003 /* minix V3 fs */ 15 * minix fs inode data in memory 26 * minix super-block data in memory 98 #error Minix file system byte order broken
|
| D | itree_v1.c | 4 #include "minix.h" 30 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %pg\n", in block_to_path()
|
| D | itree_v2.c | 3 #include "minix.h" 33 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %pg\n", in block_to_path()
|
| /kernel/linux/linux-4.19/fs/minix/ |
| D | inode.c | 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() [all …]
|
| D | Kconfig | 2 tristate "Minix file system support" 5 Minix is a simple operating system used in many classes about OS's. 6 The minix file system (method to organize files on a hard disk 9 You don't want to use the minix file system on your hard disk 15 module will be called minix. Note that the file system of your root
|
| D | file.c | 3 * linux/fs/minix/file.c 7 * minix regular file handling primitives 10 #include "minix.h" 14 * the minix filesystem.
|
| D | Makefile | 2 # Makefile for the Linux minix filesystem routines. 5 obj-$(CONFIG_MINIX_FS) += minix.o 7 minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
|
| D | minix.h | 10 #define MINIX_V1 0x0001 /* original minix fs */ 11 #define MINIX_V2 0x0002 /* minix V2 fs */ 12 #define MINIX_V3 0x0003 /* minix V3 fs */ 15 * minix fs inode data in memory 26 * minix super-block data in memory 98 #error Minix file system byte order broken
|
| D | itree_v1.c | 4 #include "minix.h" 30 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %pg\n", in block_to_path()
|
| D | itree_v2.c | 3 #include "minix.h" 33 printk("MINIX-fs: block_to_path: block %ld < 0 on dev %pg\n", in block_to_path()
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | minix_fs.h | 9 * The minix filesystem constants/structures 14 * minix filesystem (aka V2) with bigger inodes and 32-bit block 32 * This is the original minix inode layout on disk. 46 * The new minix inode has all the time entries, as well as 64 * minix super-block data on disk 80 * V3 minix super-block data on disk
|
| D | magic.h | 37 #define MINIX_SUPER_MAGIC 0x137F /* minix v1 fs, 14 char names */ 38 #define MINIX_SUPER_MAGIC2 0x138F /* minix v1 fs, 30 char names */ 39 #define MINIX2_SUPER_MAGIC 0x2468 /* minix v2 fs, 14 char names */ 40 #define MINIX2_SUPER_MAGIC2 0x2478 /* minix v2 fs, 30 char names */ 41 #define MINIX3_SUPER_MAGIC 0x4d5a /* minix v3 fs, 60 char names */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | minix_fs.h | 9 * The minix filesystem constants/structures 14 * minix filesystem (aka V2) with bigger inodes and 32-bit block 32 * This is the original minix inode layout on disk. 46 * The new minix inode has all the time entries, as well as 64 * minix super-block data on disk 80 * V3 minix super-block data on disk
|
| D | magic.h | 39 #define MINIX_SUPER_MAGIC 0x137F /* minix v1 fs, 14 char names */ 40 #define MINIX_SUPER_MAGIC2 0x138F /* minix v1 fs, 30 char names */ 41 #define MINIX2_SUPER_MAGIC 0x2468 /* minix v2 fs, 14 char names */ 42 #define MINIX2_SUPER_MAGIC2 0x2478 /* minix v2 fs, 30 char names */ 43 #define MINIX3_SUPER_MAGIC 0x4d5a /* minix v3 fs, 60 char names */
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | meson8-minix-neo-x8.dts | 11 model = "MINIX NEO-X8"; 12 compatible = "minix,neo-x8", "amlogic,meson8";
|
| /kernel/linux/linux-5.10/init/ |
| D | do_mounts_rd.c | 45 * minix 143 * Read block 1 to test for minix and ext2 superblock in identify_ramdisk_image() 148 /* Try minix */ in identify_ramdisk_image() 152 "RAMDISK: Minix filesystem found at block %d\n", in identify_ramdisk_image()
|
| /kernel/linux/linux-4.19/init/ |
| D | do_mounts_rd.c | 45 * minix 141 * Read block 1 to test for minix and ext2 superblock in identify_ramdisk_image() 146 /* Try minix */ in identify_ramdisk_image() 150 "RAMDISK: Minix filesystem found at block %d\n", in identify_ramdisk_image()
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | meson8-minix-neo-x8.dts | 48 model = "MINIX NEO-X8"; 49 compatible = "minix,neo-x8", "amlogic,meson8";
|
| /kernel/linux/linux-4.19/block/partitions/ |
| D | Kconfig | 139 bool "Minix subpartition support" 142 Minix 2.0.0/2.0.2 subpartition table support for Linux. 143 Say Y here if you want to mount and use Minix 2.0.0/2.0.2
|