Searched refs:bset_byte_offset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bset.h | 249 static inline unsigned int bset_byte_offset(struct btree_keys *b, in bset_byte_offset() function 258 return bset_byte_offset(b, i) >> 9; in bset_sector_offset() 274 (bset_byte_offset(b, t->data) + set_bytes(t->data))); in bch_btree_keys_u64s_remaining() 280 (bset_byte_offset(b, t->data) + set_bytes(t->data))) / in bch_btree_keys_u64s_remaining()
|
H A D | bset.c | 861 BUG_ON(bset_byte_offset(b, t->data) + in bch_bset_insert()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bset.h | 249 static inline unsigned int bset_byte_offset(struct btree_keys *b, in bset_byte_offset() function 258 return bset_byte_offset(b, i) >> 9; in bset_sector_offset() 274 (bset_byte_offset(b, t->data) + set_bytes(t->data))); in bch_btree_keys_u64s_remaining() 280 (bset_byte_offset(b, t->data) + set_bytes(t->data))) / in bch_btree_keys_u64s_remaining()
|
H A D | bset.c | 863 BUG_ON(bset_byte_offset(b, t->data) + in bch_bset_insert()
|
Completed in 6 milliseconds