Searched refs:afs (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/fs/afs/ |
A D | flock.c | 126 list_del_init(&p->fl_u.afs.link); in afs_next_locker() 127 p->fl_u.afs.state = error; in afs_next_locker() 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() 565 fl->fl_u.afs.state = ret; in afs_do_setlk() 572 fl->fl_u.afs.state = ret; in afs_do_setlk() 579 fl->fl_u.afs.state = ret; in afs_do_setlk() 648 if (fl->fl_u.afs.state >= 0 && fl->fl_u.afs.state != AFS_LOCK_GRANTED) { in afs_do_setlk() 651 switch (fl->fl_u.afs.state) { in afs_do_setlk() 677 ret = fl->fl_u.afs.state; in afs_do_setlk() [all …]
|
A 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.3-rc2/Documentation/filesystems/ |
A D | afs.rst | 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/ 152 [root@andromeda ~]# cat /proc/fs/afs/cells 167 1 Val 20000000 20000001 20000002 root.afs [all …]
|
A 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
|
A D | index.rst | 69 afs
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A 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 …]
|
A 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.3-rc2/drivers/mtd/parsers/ |
A D | Makefile | 12 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
|
/linux-6.3-rc2/tools/testing/kunit/test_data/ |
A D | test_interrupted_tap_output.log | 11 [ 0.060000] FS-Cache: Netfs 'afs' registered for caching
|
/linux-6.3-rc2/fs/ |
A D | Makefile | 124 obj-$(CONFIG_AFS_FS) += afs/
|
A D | Kconfig | 387 source "fs/afs/Kconfig"
|
/linux-6.3-rc2/include/linux/ |
A D | filelock.h | 122 } afs; member
|
/linux-6.3-rc2/include/trace/events/ |
A 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.3-rc2/Documentation/filesystems/caching/ |
A D | fscache.rst | 264 00000001 55 54 1 00 default afs,example.com,100058
|
/linux-6.3-rc2/drivers/block/drbd/ |
A 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.3-rc2/ |
A D | MAINTAINERS | 673 L: linux-afs@lists.infradead.org 676 F: Documentation/filesystems/afs.rst 677 F: fs/afs/ 678 F: include/trace/events/afs.h 18246 L: linux-afs@lists.infradead.org
|
Completed in 43 milliseconds