Searched refs:afs (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/Documentation/filesystems/ |
D | afs.txt | 82 echo add grand.central.org 18.9.48.14:128.2.203.61:130.237.48.87 >/proc/fs/afs/cells 89 mount -t afs "%cambridge.redhat.com:root.afs." /afs 90 mount -t afs "#cambridge.redhat.com:root.cell." /afs/cambridge 91 mount -t afs "#root.afs." /afs 92 mount -t afs "#root.cell." /afs/cambridge 126 mounted on /afs in one go by doing: 128 umount /afs 135 The AFS modules creates a "/proc/fs/afs/" directory and populates it: 137 (*) A "cells" file that lists cells currently known to the afs module and 140 [root@andromeda ~]# cat /proc/fs/afs/cells [all …]
|
D | automount-support.txt | 2 support (such as kAFS which can be found in fs/afs/ and NFS in 16 [root@andromeda root]# mount -t afs \#root.afs. /afs 17 [root@andromeda root]# ls /afs 19 [root@andromeda root]# ls /afs/cambridge 21 [root@andromeda root]# ls /afs/cambridge/afsdoc/ 28 #root.afs. /afs afs rw 0 0 29 #root.cell. /afs/cambridge.redhat.com afs rw 0 0 30 #afsdoc. /afs/cambridge.redhat.com/afsdoc afs rw 0 0
|
D | 00-INDEX | 11 afs.txt
|
/linux-4.4.14/fs/afs/ |
D | flock.c | 87 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks() 90 fl_u.afs.link) { in afs_grant_locks() 92 p->fl_u.afs.state = AFS_LOCK_GRANTED; in afs_grant_locks() 93 list_move_tail(&p->fl_u.afs.link, in afs_grant_locks() 145 struct file_lock, fl_u.afs.link); in afs_lock_work() 179 struct file_lock, fl_u.afs.link); in afs_lock_work() 203 struct file_lock, fl_u.afs.link) == fl) { in afs_lock_work() 204 fl->fl_u.afs.state = ret; in afs_lock_work() 208 list_del_init(&fl->fl_u.afs.link); in afs_lock_work() 272 INIT_LIST_HEAD(&fl->fl_u.afs.link); in afs_do_setlk() [all …]
|
D | Makefile | 5 afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o 8 $(afs-cache-y) \
|
D | Kconfig | 10 See <file:Documentation/filesystems/afs.txt> for more information. 20 See <file:Documentation/filesystems/afs.txt> for more information.
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | si21xx.c | 724 int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, in si21xx_set_frontend() local 774 x1 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend() 775 (afs[i] * 2500) + afs[i] * 2500; in si21xx_set_frontend() 777 x2 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend() 778 (afs[i] * 2500); in si21xx_set_frontend() 787 x1 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend() 788 (afs[i] * 5000) + afs[i] * 5000; in si21xx_set_frontend() 790 x2 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend() 791 (afs[i] * 5000); in si21xx_set_frontend() 809 sample_rate = (u8) afs[i]; in si21xx_set_frontend() [all …]
|
D | tda10086.c | 300 u8 afs = 0; in tda10086_set_symbol_rate() local 315 afs=1; in tda10086_set_symbol_rate() 318 afs=0; in tda10086_set_symbol_rate() 321 afs=1; in tda10086_set_symbol_rate() 324 afs=0; in tda10086_set_symbol_rate() 327 afs=1; in tda10086_set_symbol_rate() 330 afs=0; in tda10086_set_symbol_rate() 333 afs=1; in tda10086_set_symbol_rate() 336 afs=0; in tda10086_set_symbol_rate() 339 afs=1; in tda10086_set_symbol_rate() [all …]
|
/linux-4.4.14/drivers/mtd/ |
D | Makefile | 12 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
|
/linux-4.4.14/fs/ |
D | Makefile | 114 obj-$(CONFIG_AFS_FS) += afs/
|
D | Kconfig | 276 source "fs/afs/Kconfig"
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | juno-motherboard.dtsi | 109 linux,part-probe = "afs";
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nl.c | 299 char *afs; in setup_khelper_env() local 307 afs = "ipv6"; in setup_khelper_env() 312 afs = "ipv4"; in setup_khelper_env() 317 afs = "ssocks"; in setup_khelper_env() 321 snprintf(envp[3], 20, "DRBD_PEER_AF=%s", afs); in setup_khelper_env()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 73 For example, kAFS (linux/fs/afs/) uses the following definitions to describe 78 .name = "afs",
|
D | fscache.txt | 142 homedir mirror afs.org redhat.com
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1008 } afs; member
|
/linux-4.4.14/ |
D | MAINTAINERS | 494 L: linux-afs@lists.infradead.org 496 F: fs/afs/
|