Directory Files
.. 77
File Size
Kconfig 1.2 kB
Makefile 567 B
addr_list.c 8.7 kB
afs.h 6.9 kB
afs_cm.h 1.0 kB
afs_fs.h 2.7 kB
afs_vl.h 5.3 kB
callback.c 6.0 kB
cell.c 24 kB
cmservice.c 16 kB
dir.c 54 kB
dir_edit.c 13 kB
dir_silly.c 7.6 kB
dynroot.c 8.9 kB
file.c 15 kB
flock.c 24 kB
fs_operation.c 5.9 kB
fs_probe.c 12 kB
fsclient.c 49 kB
inode.c 26 kB
internal.h 61 kB
kafs.mod.c 0 B
main.c 6.2 kB
misc.c 4.9 kB
mntpt.c 5.1 kB
proc.c 17 kB
protocol_afs.h 654 B
protocol_uae.h 6.9 kB
protocol_yfs.h 5.1 kB
rotate.c 14 kB
rxrpc.c 24 kB
security.c 12 kB
server.c 19 kB
server_list.c 3.0 kB
super.c 18 kB
vl_alias.c 9.4 kB
vl_list.c 8.1 kB
vl_probe.c 7.6 kB
vl_rotate.c 8.7 kB
vlclient.c 19 kB
volume.c 11 kB
write.c 26 kB
xattr.c 8.5 kB
xdr_fs.h 2.8 kB
yfsclient.c 48 kB

Linux v6.6.1 - afs

# SPDX-License-Identifier: GPL-2.0-only
config AFS_FS
	tristate "Andrew File System support (AFS)"
	depends on INET
	select AF_RXRPC
	select DNS_RESOLVER
	select NETFS_SUPPORT
	help
	  If you say Y here, you will get an experimental Andrew File System
	  driver. It currently only supports unsecured read-only AFS access.

	  See <file:Documentation/filesystems/afs.rst> for more information.

	  If unsure, say N.

config AFS_DEBUG
	bool "AFS dynamic debugging"
	depends on AFS_FS
	help
	  Say Y here to make runtime controllable debugging messages appear.

	  See <file:Documentation/filesystems/afs.rst> for more information.

	  If unsure, say N.

config AFS_FSCACHE
	bool "Provide AFS client caching support"
	depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
	help
	  Say Y here if you want AFS data to be cached locally on disk through
	  the generic filesystem cache manager

config AFS_DEBUG_CURSOR
	bool "AFS server cursor debugging"
	depends on AFS_FS
	help
	  Say Y here to cause the contents of a server cursor to be dumped to
	  the dmesg log if the server rotation algorithm fails to successfully
	  contact a server.

	  See <file:Documentation/filesystems/afs.rst> for more information.

	  If unsure, say N.