| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bcache.rst | 2 A block layer cache (bcache) 6 nice if you could use them as cache... Hence bcache. 8 The bcache wiki can be found at: 9 https://bcache.evilpiepirate.org 11 This is the git repository of bcache-tools: 12 https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/ 14 The latest bcache kernel code can be found from mainline Linux kernel: 26 doesn't even have a notion of a clean shutdown; bcache simply doesn't return 47 You'll need bcache util from the bcache-tools repository. Both the cache device 50 bcache make -B /dev/sdb [all …]
|
| H A D | index.rst | 66 bcache
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-bcache | 1 What: /sys/block/<disk>/bcache/unregister 11 What: /sys/block/<disk>/bcache/clear_stats 17 What: /sys/block/<disk>/bcache/cache 22 the bcache/ dir of that cache. 24 What: /sys/block/<disk>/bcache/cache_hits 31 What: /sys/block/<disk>/bcache/cache_misses 37 What: /sys/block/<disk>/bcache/cache_hit_ratio 43 What: /sys/block/<disk>/bcache/sequential_cutoff 51 What: /sys/block/<disk>/bcache/bypassed 59 What: /sys/block/<disk>/bcache/writeback [all …]
|
| /OK3568_Linux_fs/buildroot/package/bcache-tools/ |
| H A D | 0001-Don-t-inline-crc64-for-gcc-5-compatability.patch | 5 bcache.c:125:9: warning: 'crc_table' is static but used in inline 8 make-bcache.c:277: undefined reference to `crc64' 16 Forwarded: http://article.gmane.org/gmane.linux.kernel.bcache.devel/2919 20 bcache.c | 2 +- 23 diff --git a/bcache.c b/bcache.c 25 --- a/bcache.c 26 +++ b/bcache.c
|
| H A D | Config.in | 2 bool "bcache tools" 14 http://bcache.evilpiepirate.org/ 16 This is the user space bcache tools, required to setup the 17 linux bcache feature of the Linux kernel. 19 comment "bcache-tools needs udev /dev management"
|
| H A D | bcache-tools.hash | 2 sha256 d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c bcache-tools-1.0.8.tar.gz
|
| H A D | bcache-tools.mk | 8 BCACHE_TOOLS_SITE = $(call github,g2p,bcache-tools,v$(BCACHE_TOOLS_VERSION))
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | Makefile | 3 obj-$(CONFIG_BCACHE) += bcache.o 5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
|
| H A D | Kconfig | 10 See Documentation/admin-guide/bcache.rst for details. 34 Add a sysfs file /sys/fs/bcache/register_async. Writing registering
|
| /OK3568_Linux_fs/buildroot/package/libblockdev/ |
| H A D | 0001-Provide-replacement-function-for-strerror_l.patch | 27 AC_ARG_WITH([bcache], 28 AS_HELP_STRING([--with-bcache], [support bcache @<:@default=yes@:>@]),
|
| H A D | libblockdev.mk | 19 --without-bcache \
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xsk_fwd.c | 244 struct bcache { struct 255 bcache_slab_size(struct bcache *bc) in bcache_slab_size() argument 262 static struct bcache * 265 struct bcache *bc; in bcache_init() 267 bc = calloc(1, sizeof(struct bcache)); in bcache_init() 291 bcache_free(struct bcache *bc) in bcache_free() 318 bcache_cons_check(struct bcache *bc, u32 n_buffers) in bcache_cons_check() 359 bcache_cons(struct bcache *bc) in bcache_cons() 370 bcache_prod(struct bcache *bc, u64 buffer) in bcache_prod() 442 struct bcache *bc;
|
| /OK3568_Linux_fs/buildroot/package/udisks/ |
| H A D | udisks.mk | 29 --disable-bcache \
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/admin-guide/ |
| H A D | index.rst | 65 bcache
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | Makefile | 44 obj-$(CONFIG_BCACHE) += bcache/
|
| H A D | Kconfig | 197 source "drivers/md/bcache/Kconfig"
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | bcache.h | 3 #define TRACE_SYSTEM bcache
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …l.h virtio_balloon.h i8k.h atm_idt77105.h if_alg.h jffs2.h uhid.h l2tp.h bcache.h if_arp.h vtpm_pr…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …l.h virtio_balloon.h i8k.h atm_idt77105.h if_alg.h jffs2.h uhid.h l2tp.h bcache.h if_arp.h vtpm_pr…
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | biovecs.rst | 83 bcache) had some ugly workarounds for this.
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Config.in | 468 source "package/bcache-tools/Config.in"
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 3139 L: linux-bcache@vger.kernel.org 3141 W: http://bcache.evilpiepirate.org 3142 C: irc://irc.oftc.net/bcache 3143 F: drivers/md/bcache/
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 6847 bcache-tools, bdwgc, beecrypt, bind, binutils, bluez5_utils, 8176 bcache-tools, biosdevname, botan, canfestival, clamav,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 43532 data about that object file followed by the byte cache ("bcache") 43537 of memory used by the various tables. The bcache statistics 52616 * bcache statistics: Maintenance Commands.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 43532 data about that object file followed by the byte cache ("bcache") 43537 of memory used by the various tables. The bcache statistics 52616 * bcache statistics: Maintenance Commands.
|