Home
last modified time | relevance | path

Searched refs:afs (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/Documentation/filesystems/
Dafs.txt82 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
138 mount -t afs none /afs -o dyn
144 ls /afs/grand.central.org/
151 The AFS modules creates a "/proc/fs/afs/" directory and populates it:
[all …]
Dautomount-support.txt2 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
D00-INDEX9 afs.txt
/Linux-v4.19/fs/afs/
Dflock.c56 list_move_tail(&fl->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks()
59 fl_u.afs.link) { in afs_grant_locks()
61 p->fl_u.afs.state = AFS_LOCK_GRANTED; in afs_grant_locks()
62 list_move_tail(&p->fl_u.afs.link, in afs_grant_locks()
210 struct file_lock, fl_u.afs.link); in afs_lock_work()
287 struct file_lock, fl_u.afs.link); in afs_lock_work()
295 fl->fl_u.afs.state = ret; in afs_lock_work()
299 list_del_init(&fl->fl_u.afs.link); in afs_lock_work()
392 if (vnode->granted_locks.next == &fl->fl_u.afs.link && in afs_dequeue_lock()
393 vnode->granted_locks.prev == &fl->fl_u.afs.link) { in afs_dequeue_lock()
[all …]
DMakefile6 afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o
9 $(afs-cache-y) \
DKconfig10 See <file:Documentation/filesystems/afs.txt> for more information.
20 See <file:Documentation/filesystems/afs.txt> for more information.
/Linux-v4.19/drivers/media/dvb-frontends/
Dsi21xx.c724 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 …]
Dtda10086.c300 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-v4.19/drivers/mtd/
DMakefile13 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
/Linux-v4.19/fs/
DMakefile116 obj-$(CONFIG_AFS_FS) += afs/
DKconfig309 source "fs/afs/Kconfig"
/Linux-v4.19/arch/arm64/boot/dts/arm/
Djuno-motherboard.dtsi109 linux,part-probe = "afs";
/Linux-v4.19/include/trace/events/
Dafs.h12 #define TRACE_SYSTEM afs
/Linux-v4.19/drivers/block/drbd/
Ddrbd_nl.c313 char *afs; in setup_khelper_env() local
321 afs = "ipv6"; in setup_khelper_env()
326 afs = "ipv4"; in setup_khelper_env()
331 afs = "ssocks"; in setup_khelper_env()
335 snprintf(envp[3], 20, "DRBD_PEER_AF=%s", afs); in setup_khelper_env()
/Linux-v4.19/Documentation/filesystems/caching/
Dnetfs-api.txt73 For example, kAFS (linux/fs/afs/) uses the following definitions to describe
78 .name = "afs",
Dfscache.txt142 homedir mirror afs.org redhat.com
/Linux-v4.19/include/linux/
Dfs.h1055 } afs; member
/Linux-v4.19/
DMAINTAINERS581 L: linux-afs@lists.infradead.org
583 F: fs/afs/
584 F: include/trace/events/afs.h
585 F: Documentation/filesystems/afs.txt
12594 L: linux-afs@lists.infradead.org