bcache.h (88b9f8c426f35e04738220c1bc05dd1ea1b513a3) | bcache.h (78b77bf8b20431f8ad8a4db7e3120103bd922337) |
---|---|
1#ifndef _BCACHE_H 2#define _BCACHE_H 3 4/* 5 * SOME HIGH LEVEL CODE DOCUMENTATION: 6 * 7 * Bcache mostly works with cache sets, cache devices, and backing devices. 8 * --- 615 unchanged lines hidden (view full) --- 624 struct keybuf moving_gc_keys; 625 /* Number of moving GC bios in flight */ 626 struct semaphore moving_in_flight; 627 628 struct btree *root; 629 630#ifdef CONFIG_BCACHE_DEBUG 631 struct btree *verify_data; | 1#ifndef _BCACHE_H 2#define _BCACHE_H 3 4/* 5 * SOME HIGH LEVEL CODE DOCUMENTATION: 6 * 7 * Bcache mostly works with cache sets, cache devices, and backing devices. 8 * --- 615 unchanged lines hidden (view full) --- 624 struct keybuf moving_gc_keys; 625 /* Number of moving GC bios in flight */ 626 struct semaphore moving_in_flight; 627 628 struct btree *root; 629 630#ifdef CONFIG_BCACHE_DEBUG 631 struct btree *verify_data; |
632 struct bset *verify_ondisk; |
|
632 struct mutex verify_lock; 633#endif 634 635 unsigned nr_uuids; 636 struct uuid_entry *uuids; 637 BKEY_PADDED(uuid_bucket); 638 struct closure uuid_write; 639 struct semaphore uuid_write_mutex; --- 332 unchanged lines hidden --- | 633 struct mutex verify_lock; 634#endif 635 636 unsigned nr_uuids; 637 struct uuid_entry *uuids; 638 BKEY_PADDED(uuid_bucket); 639 struct closure uuid_write; 640 struct semaphore uuid_write_mutex; --- 332 unchanged lines hidden --- |