Directory Files
.. 77
File Size
Kconfig 527 B
Makefile 291 B
attr.c 3.1 kB
bfind.c 5.0 kB
bitmap.c 6.0 kB
bnode.c 12 kB
brec.c 14 kB
btree.c 9.2 kB
btree.h 5.5 kB
catalog.c 10 kB
dir.c 8.2 kB
extent.c 14 kB
hfs.h 9.3 kB
hfs.mod.c 0 B
hfs_fs.h 9.5 kB
inode.c 19 kB
mdb.c 10 kB
part_tbl.c 2.9 kB
string.c 3.8 kB
super.c 12 kB
sysdep.c 1.1 kB
trans.c 3.5 kB

Linux v6.6.1 - hfs

# SPDX-License-Identifier: GPL-2.0-only
config HFS_FS
	tristate "Apple Macintosh file system support"
	depends on BLOCK
	select BUFFER_HEAD
	select NLS
	select LEGACY_DIRECT_IO
	help
	  If you say Y here, you will be able to mount Macintosh-formatted
	  floppy disks and hard drive partitions with full read-write access.
	  Please read <file:Documentation/filesystems/hfs.rst> to learn about
	  the available mount options.

	  To compile this file system support as a module, choose M here: the
	  module will be called hfs.