Home
last modified time | relevance | path

Searched refs:bset_byte_offset (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/md/bcache/
Dbset.h249 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()
Dbset.c863 BUG_ON(bset_byte_offset(b, t->data) + in bch_bset_insert()