Searched refs:bset_sector_offset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.h | 192 return bset_sector_offset(&b->keys, i) >> b->c->block_bits; in bset_block_offset()
|
H A D | bset.h | 255 static inline unsigned int bset_sector_offset(struct btree_keys *b, in bset_sector_offset() function
|
H A D | btree.c | 209 bset_sector_offset(&b->keys, i) < KEY_SIZE(&b->key); in bch_btree_node_read_done() 373 bset_sector_offset(&b->keys, i)); in do_btree_node_write()
|
H A D | bset.c | 50 bset_sector_offset(b, b->set[i].data)); in bch_dump_bucket()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.h | 192 return bset_sector_offset(&b->keys, i) >> b->c->block_bits; in bset_block_offset()
|
H A D | bset.h | 255 static inline unsigned int bset_sector_offset(struct btree_keys *b, in bset_sector_offset() function
|
H A D | btree.c | 209 bset_sector_offset(&b->keys, i) < KEY_SIZE(&b->key); in bch_btree_node_read_done() 373 bset_sector_offset(&b->keys, i)); in do_btree_node_write()
|
H A D | bset.c | 50 bset_sector_offset(b, b->set[i].data)); in bch_dump_bucket()
|
Completed in 14 milliseconds