/openbmc/linux/fs/afs/ |
H A 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 …]
|
H 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.
|
/openbmc/linux/Documentation/filesystems/ |
H A 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 …]
|
H 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
|
H A D | index.rst | 69 afs
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/ |
H A D | uEnv.txt | 4 afs load ${kernel_name} ${kernel_addr_r} ; \ 5 if test $? -eq 1; then echo Loading ${kernel_alt_name} instead of ${kernel_name}; afs load ${kernel… 7 afs load ${fdtfile} ${fdt_addr_r}; \ 9 afs load ${fdt_alt_name} ${fdt_addr_r}; fi; fdt addr ${fdt_addr_r}; fdt resize; \
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H 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 …]
|
H 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 …]
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | Makefile | 12 obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_interrupted_tap_output.log | 11 [ 0.060000] FS-Cache: Netfs 'afs' registered for caching
|
/openbmc/linux/fs/ |
H A D | Makefile | 115 obj-$(CONFIG_AFS_FS) += afs/
|
H A D | Kconfig | 394 source "fs/afs/Kconfig"
|
/openbmc/u-boot/cmd/ |
H A D | armflash.c | 291 U_BOOT_CMD(afs, 4, 0, do_afs, "show AFS partitions",
|
/openbmc/linux/include/linux/ |
H A D | filelock.h | 122 } afs; member
|
/openbmc/linux/include/trace/events/ |
H A D | afs.h | 8 #define TRACE_SYSTEM afs 1108 __entry->debug_id = fl ? fl->fl_u.afs.debug_id : 0; 1142 __entry->debug_id = fl->fl_u.afs.debug_id;
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | fscache.rst | 264 00000001 55 54 1 00 default afs,example.com,100058
|
/openbmc/linux/drivers/block/drbd/ |
H 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()
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 549 afs: 4096 550 afs.c: 6434 553 afs.h: 6110 554 afs.txt: 7976
|
/openbmc/linux/ |
H A D | MAINTAINERS | 606 L: linux-afs@lists.infradead.org 609 F: Documentation/filesystems/afs.rst 610 F: fs/afs/ 611 F: include/trace/events/afs.h 18773 L: linux-afs@lists.infradead.org
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | 3156 2024-12-28 20:09:06.544-0600 FINEST t1083 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/fs/afs/vl_probe.c.gz' 5112 2024-12-28 20:09:06.904-0600 FINEST t1110 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/fs/afs/vl_alias.c.gz' 5236 2024-12-28 20:09:06.918-0600 FINEST t1096 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/mtd/parsers/afs.c.gz' [all...] |
/openbmc/ |
D | opengrok1.0.log | 3045 2025-03-13 03:00:44.590-0500 FINEST t508 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/addr_list.c' (1,365) at 20210307214930990 [all...] |
D | opengrok2.0.log | 3054 2025-03-12 03:00:44.662-0500 FINEST t502 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/fs/afs/addr_list.c' (1,365) at 20210307214930990 [all...] |