Home
last modified time | relevance | path

Searched refs:affs (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/fs/affs/
DMakefile8 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
DKconfig14 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.
DChanges121 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-v6.6/Documentation/filesystems/
Daffs.rst77 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
Dindex.rst68 affs
Dromfs.rst37 maybe even affs filesystem until you really know that you need it.
/Linux-v6.6/drivers/irqchip/
Dirq-apple-aic.c919 struct device_node *affs; in aic_of_ic_init() local
1007 affs = of_get_child_by_name(node, "affinities"); in aic_of_ic_init()
1008 if (affs) { in aic_of_ic_init()
1011 for_each_child_of_node(affs, chld) in aic_of_ic_init()
1014 of_node_put(affs); in aic_of_ic_init()
/Linux-v6.6/fs/
DMakefile100 obj-$(CONFIG_AFFS_FS) += affs/
DKconfig310 source "fs/affs/Kconfig"
/Linux-v6.6/
DMAINTAINERS600 F: Documentation/filesystems/affs.rst
601 F: fs/affs/