/linux/fs/minix/ |
H A D | inode.c | 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() [all …]
|
H A D | Kconfig | 3 tristate "Minix file system support" 7 Minix is a simple operating system used in many classes about OS's. 8 The minix file system (method to organize files on a hard disk 11 You don't want to use the minix file system on your hard disk 17 module will be called minix. Note that the file system of your root
|
H A D | file.c | 3 * linux/fs/minix/file.c 7 * minix regular file handling primitives 10 #include "minix.h" 14 * the minix filesystem.
|
H A 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 100 #error Minix file system byte order broken
|
H A 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
|
H A 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()
|
H A 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()
|
H A D | dir.c | 3 * linux/fs/minix/dir.c 7 * minix directory handling functions 12 #include "minix.h"
|
H A D | bitmap.c | 3 * linux/fs/minix/bitmap.c 15 #include "minix.h"
|
/linux/include/uapi/linux/ |
H A 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
|
H A D | magic.h | 42 #define MINIX_SUPER_MAGIC 0x137F /* minix v1 fs, 14 char names */ 43 #define MINIX_SUPER_MAGIC2 0x138F /* minix v1 fs, 30 char names */ 44 #define MINIX2_SUPER_MAGIC 0x2468 /* minix v2 fs, 14 char names */ 45 #define MINIX2_SUPER_MAGIC2 0x2478 /* minix v2 fs, 30 char names */ 46 #define MINIX3_SUPER_MAGIC 0x4d5a /* minix v3 fs, 60 char names */
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxm-minix-neo-u9h.dts | 14 compatible = "minix,neo-u9h", "amlogic,s912", "amlogic,meson-gxm"; 15 model = "Minix Neo U9-H"; 79 linux,rc-map-name = "rc-minix-neo";
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-minix-neo.c | 9 // Keytable for the Minix NEO remote control 56 MODULE_DESCRIPTION("Minix NEO remote controller keytable");
|
/linux/init/ |
H A D | do_mounts_rd.c | 46 * minix 144 * Read block 1 to test for minix and ext2 superblock in identify_ramdisk_image() 149 /* Try minix */ in identify_ramdisk_image() 153 "RAMDISK: Minix filesystem found at block %d\n", in identify_ramdisk_image()
|
/linux/arch/arm/boot/dts/amlogic/ |
H A D | Makefile | 3 meson8-minix-neo-x8.dtb \
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | amlogic.yaml | 29 - minix,neo-x8 135 - minix,neo-u9h
|
/linux/fs/ext2/ |
H A D | symlink.c | 14 * linux/fs/minix/symlink.c
|
/linux/fs/adfs/ |
H A D | file.c | 17 * linux/fs/minix/file.c
|
/linux/fs/ufs/ |
H A D | file.c | 20 * linux/fs/minix/file.c
|
/linux/include/linux/ |
H A D | msdos_partition.h | 46 MINIX_PARTITION = 0x81, /* Minix Partition ID */
|
/linux/Documentation/filesystems/ |
H A D | romfs.rst | 14 For comparison, both the older minix and xiafs (the latter is now 36 flash, but with romfs, you can even spare off your ext2 or minix or
|
/linux/drivers/gpio/ |
H A D | gpiolib-acpi-quirks.c | 142 * The Minix Neo Z83-4 has a micro-USB-B id-pin handler for 147 DMI_MATCH(DMI_SYS_VENDOR, "MINIX"),
|
/linux/fs/ext4/ |
H A D | symlink.c | 14 * linux/fs/minix/symlink.c
|
/linux/arch/m68k/lib/ |
H A D | mulsi3.S | 32 Some of this code comes from MINIX, via the folks at ericsson.
|
H A D | divsi3.S | 32 Some of this code comes from MINIX, via the folks at ericsson.
|