Searched refs:afs (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/fs/afs/ |
D | flock.c | 95 list_for_each_entry_safe(p, _p, &vnode->pending_locks, fl_u.afs.link) { in afs_grant_locks() 99 list_move_tail(&p->fl_u.afs.link, &vnode->granted_locks); in afs_grant_locks() 100 p->fl_u.afs.state = AFS_LOCK_GRANTED; in afs_grant_locks() 122 list_for_each_entry_safe(p, _p, &vnode->pending_locks, fl_u.afs.link) { in afs_next_locker() 126 list_del_init(&p->fl_u.afs.link); in afs_next_locker() 127 p->fl_u.afs.state = error; in afs_next_locker() 143 next->fl_u.afs.state = AFS_LOCK_YOUR_TRY; in afs_next_locker() 166 struct file_lock, fl_u.afs.link); in afs_kill_lockers_enoent() 167 list_del_init(&p->fl_u.afs.link); in afs_kill_lockers_enoent() 168 p->fl_u.afs.state = -ENOENT; in afs_kill_lockers_enoent() [all …]
|
D | Kconfig | 12 See <file:Documentation/filesystems/afs.rst> for more information. 22 See <file:Documentation/filesystems/afs.rst> for more information. 41 See <file:Documentation/filesystems/afs.rst> for more information.
|
/linux-6.1.9/Documentation/filesystems/ |
D | afs.rst | 81 echo add grand.central.org 18.9.48.14:128.2.203.61:130.237.48.87 >/proc/fs/afs/cells 88 mount -t afs "%cambridge.redhat.com:root.afs." /afs 89 mount -t afs "#cambridge.redhat.com:root.cell." /afs/cambridge 90 mount -t afs "#root.afs." /afs 91 mount -t afs "#root.cell." /afs/cambridge 124 mounted on /afs in one go by doing:: 126 umount /afs 135 mount -t afs none /afs -o dyn 141 ls /afs/grand.central.org/ 147 The AFS module creates a "/proc/fs/afs/" directory and populates it: [all …]
|
D | automount-support.rst | 9 support (such as kAFS which can be found in fs/afs/ and NFS in 22 [root@andromeda root]# mount -t afs \#root.afs. /afs 23 [root@andromeda root]# ls /afs 25 [root@andromeda root]# ls /afs/cambridge 27 [root@andromeda root]# ls /afs/cambridge/afsdoc/ 34 #root.afs. /afs afs rw 0 0 35 #root.cell. /afs/cambridge.redhat.com afs rw 0 0 36 #afsdoc. /afs/cambridge.redhat.com/afsdoc afs rw 0 0
|
D | index.rst | 69 afs
|
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | si21xx.c | 717 int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, in si21xx_set_frontend() local 765 x1 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend() 766 (afs[i] * 2500) + afs[i] * 2500; in si21xx_set_frontend() 768 x2 = ((rf_freq - lnb_lo) / (afs[i] * 2500)) * in si21xx_set_frontend() 769 (afs[i] * 2500); in si21xx_set_frontend() 778 x1 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend() 779 (afs[i] * 5000) + afs[i] * 5000; in si21xx_set_frontend() 781 x2 = ((rf_freq - lnb_lo) / (afs[i] * 5000)) * in si21xx_set_frontend() 782 (afs[i] * 5000); in si21xx_set_frontend() 800 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-6.1.9/drivers/mtd/parsers/ |
D | Makefile | 12 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
|
/linux-6.1.9/tools/testing/kunit/test_data/ |
D | test_interrupted_tap_output.log | 11 [ 0.060000] FS-Cache: Netfs 'afs' registered for caching
|
/linux-6.1.9/fs/ |
D | Makefile | 123 obj-$(CONFIG_AFS_FS) += afs/
|
D | Kconfig | 383 source "fs/afs/Kconfig"
|
/linux-6.1.9/include/trace/events/ |
D | afs.h | 8 #define TRACE_SYSTEM afs 1280 __entry->debug_id = fl ? fl->fl_u.afs.debug_id : 0; 1314 __entry->debug_id = fl->fl_u.afs.debug_id;
|
/linux-6.1.9/Documentation/filesystems/caching/ |
D | fscache.rst | 264 00000001 55 54 1 00 default afs,example.com,100058
|
/linux-6.1.9/drivers/block/drbd/ |
D | drbd_nl.c | 329 char *afs; in setup_khelper_env() local 337 afs = "ipv6"; in setup_khelper_env() 342 afs = "ipv4"; in setup_khelper_env() 347 afs = "ssocks"; in setup_khelper_env() 351 snprintf(envp[3], 20, "DRBD_PEER_AF=%s", afs); in setup_khelper_env()
|
/linux-6.1.9/include/linux/ |
D | fs.h | 1121 } afs; member
|
/linux-6.1.9/ |
D | MAINTAINERS | 664 L: linux-afs@lists.infradead.org 667 F: Documentation/filesystems/afs.rst 668 F: fs/afs/ 669 F: include/trace/events/afs.h 17995 L: linux-afs@lists.infradead.org
|