Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dbset.h241 static inline unsigned bset_byte_offset(struct btree_keys *b, struct bset *i) in bset_byte_offset() function
248 return bset_byte_offset(b, i) >> 9; in bset_sector_offset()
264 (bset_byte_offset(b, t->data) + set_bytes(t->data))); in bch_btree_keys_u64s_remaining()
270 (bset_byte_offset(b, t->data) + set_bytes(t->data))) / in bch_btree_keys_u64s_remaining()
Dbset.c805 BUG_ON(bset_byte_offset(b, t->data) + in bch_bset_insert()