Searched refs:bcache (Results 1 – 14 of 14) sorted by relevance
2 A block layer cache (bcache)47 You'll need bcache util from the bcache-tools repository. Both the cache device63 bcache-tools now ships udev rules, and bcache devices are known to the kernel79 /dev/bcache<N>91 You can control bcache devices through sysfs at /sys/block/bcache<N>/bcache .104 /sys/fs/bcache::120 partition, the bcache directory would be at /sys/block/sdb/sdb2/bcache)181 host:/sys/block/md5/bcache# echo /dev/sdh2 > /sys/fs/bcache/register198 --data-offset when you originally formatted bcache with `bcache make`.296 This causes the backing bcache to be removed from /sys/fs/bcache and[all …]
67 bcache
1 What: /sys/block/<disk>/bcache/unregister11 What: /sys/block/<disk>/bcache/clear_stats17 What: /sys/block/<disk>/bcache/cache22 the bcache/ dir of that cache.24 What: /sys/block/<disk>/bcache/cache_hits31 What: /sys/block/<disk>/bcache/cache_misses51 What: /sys/block/<disk>/bcache/bypassed59 What: /sys/block/<disk>/bcache/writeback109 What: /sys/block/<disk>/bcache/discard124 What: /sys/block/<disk>/bcache/nbuckets[all …]
3 obj-$(CONFIG_BCACHE) += bcache.o5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
11 See Documentation/admin-guide/bcache.rst for details.35 Add a sysfs file /sys/fs/bcache/register_async. Writing registering
244 struct bcache { struct255 bcache_slab_size(struct bcache *bc) in bcache_slab_size() argument262 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;
77 bcache
76 bcache
49 obj-$(CONFIG_BCACHE) += bcache/
198 source "drivers/md/bcache/Kconfig"
3 #define TRACE_SYSTEM bcache
85 bcache) had some ugly workarounds for this.
1114 drivers/md/bcache/Kconfig \
3314 L: linux-bcache@vger.kernel.org3316 W: http://bcache.evilpiepirate.org3317 C: irc://irc.oftc.net/bcache3318 F: drivers/md/bcache/
Completed in 42 milliseconds