Searched refs:afs (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.4/fs/afs/ |
D | flock.c | 94 list_for_each_entry_safe(p, _p, &vnode->pending_locks, fl_u.afs.link) { in afs_grant_locks() 98 list_move_tail(&p->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks() 99 p->fl_u.afs.state = AFS_LOCK_GRANTED; in afs_grant_locks() 121 list_for_each_entry_safe(p, _p, &vnode->pending_locks, fl_u.afs.link) { in afs_next_locker() 125 list_del_init(&p->fl_u.afs.link); in afs_next_locker() 126 p->fl_u.afs.state = error; in afs_next_locker() 142 next->fl_u.afs.state = AFS_LOCK_YOUR_TRY; in afs_next_locker() 165 struct file_lock, fl_u.afs.link); in afs_kill_lockers_enoent() 166 list_del_init(&p->fl_u.afs.link); in afs_kill_lockers_enoent() 167 p->fl_u.afs.state = -ENOENT; in afs_kill_lockers_enoent() [all …]
|
D | Kconfig | 11 See <file:Documentation/filesystems/afs.txt> for more information. 21 See <file:Documentation/filesystems/afs.txt> for more information. 40 See <file:Documentation/filesystems/afs.txt> for more information.
|
D | Makefile | 6 afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o 9 $(afs-cache-y) \
|
/Linux-v5.4/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 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 …]
|
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
|
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | si21xx.c | 719 int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, in si21xx_set_frontend() local 769 x1 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend() 770 (afs[i] * 2500) + afs[i] * 2500; in si21xx_set_frontend() 772 x2 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend() 773 (afs[i] * 2500); in si21xx_set_frontend() 782 x1 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend() 783 (afs[i] * 5000) + afs[i] * 5000; in si21xx_set_frontend() 785 x2 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend() 786 (afs[i] * 5000); in si21xx_set_frontend() 804 sample_rate = (u8) afs[i]; in si21xx_set_frontend() [all …]
|
D | tda10086.c | 287 u8 afs = 0; in tda10086_set_symbol_rate() local 302 afs=1; in tda10086_set_symbol_rate() 305 afs=0; in tda10086_set_symbol_rate() 308 afs=1; in tda10086_set_symbol_rate() 311 afs=0; in tda10086_set_symbol_rate() 314 afs=1; in tda10086_set_symbol_rate() 317 afs=0; in tda10086_set_symbol_rate() 320 afs=1; in tda10086_set_symbol_rate() 323 afs=0; in tda10086_set_symbol_rate() 326 afs=1; in tda10086_set_symbol_rate() [all …]
|
/Linux-v5.4/drivers/mtd/parsers/ |
D | Makefile | 8 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
|
/Linux-v5.4/fs/ |
D | Makefile | 120 obj-$(CONFIG_AFS_FS) += afs/
|
D | Kconfig | 316 source "fs/afs/Kconfig"
|
/Linux-v5.4/include/trace/events/ |
D | afs.h | 8 #define TRACE_SYSTEM afs 1124 __entry->debug_id = fl ? fl->fl_u.afs.debug_id : 0; 1158 __entry->debug_id = fl->fl_u.afs.debug_id;
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_nl.c | 330 char *afs; in setup_khelper_env() local 338 afs = "ipv6"; in setup_khelper_env() 343 afs = "ipv4"; in setup_khelper_env() 348 afs = "ssocks"; in setup_khelper_env() 352 snprintf(envp[3], 20, "DRBD_PEER_AF=%s", afs); in setup_khelper_env()
|
/Linux-v5.4/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-v5.4/include/linux/ |
D | fs.h | 1113 } afs; member
|
/Linux-v5.4/include/ |
D | Kbuild | 1013 header-test- += trace/events/afs.h
|
/Linux-v5.4/ |
D | MAINTAINERS | 586 L: linux-afs@lists.infradead.org 588 F: fs/afs/ 589 F: include/trace/events/afs.h 590 F: Documentation/filesystems/afs.txt 14055 L: linux-afs@lists.infradead.org
|