Searched refs:affs (Results 1 – 9 of 9) sorted by relevance
/linux/fs/affs/ |
H A D | Makefile | 8 obj-$(CONFIG_AFFS_FS) += affs.o 10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|
H A D | Kconfig | 14 PCs and workstations. Read <file:Documentation/filesystems/affs.rst> 15 and <file:fs/affs/Changes>. 24 module will be called affs. If unsure, say N.
|
H A D | Changes | 121 doc file (affs.txt). 128 Bill Hawes kindly reviewed the affs and sent me the 169 like the affs itself. 200 affs use it on a 68k, they didn't notice. But why did 342 Let's just call Ray Burr's original affs
|
/linux/Documentation/filesystems/ |
H A D | affs.rst | 77 never be necessary, as the affs can figure it out itself. 174 mount Archive/Amiga/Workbench3.1.adf /mnt -t affs -o loop,verbose 175 mount /dev/sda3 /Amiga -t affs 179 /dev/sdb5 /amiga/Workbench affs noauto,user,exec,verbose 0 0 210 fs/affs/Changes. 215 Case is ignored by the affs in filename matching, but Linux shells 216 do care about the case. Example (with /wb being an affs mounted fs):: 237 system crashes while an affs partition is mounted. There's currently 241 If you mount affs partitions on system startup, you may want to tell
|
H A D | romfs.rst | 37 maybe even affs filesystem until you really know that you need it.
|
/linux/drivers/irqchip/ |
H A D | irq-apple-aic.c | 937 struct device_node *affs; in aic_of_ic_init() local 1026 affs = of_get_child_by_name(node, "affinities"); in aic_of_ic_init() 1027 if (affs) { in aic_of_ic_init() 1030 for_each_child_of_node(affs, chld) in aic_of_ic_init() 1033 of_node_put(affs); in aic_of_ic_init()
|
/linux/fs/ |
H A D | Makefile | 98 obj-$(CONFIG_AFFS_FS) += affs/
|
H A D | Kconfig | 319 source "fs/affs/Kconfig"
|
/linux/ |
H A D | MAINTAINERS | 664 F: Documentation/filesystems/affs.rst 665 F: fs/affs/
|