Home
last modified time | relevance | path

Searched refs:set_bytes (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbset.h262 #define set_bytes(i) __set_bytes(i, i->keys) macro
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()
289 return ((void *) i) + roundup(set_bytes(i), block_bytes); in bset_next_set()
H A Djournal.c78 size_t blocks, bytes = set_bytes(j); in journal_read_bucket()
H A Dbtree.c352 b->bio->bi_iter.bi_size = roundup(set_bytes(i), block_bytes(b->c->cache)); in do_btree_node_write()
509 if (set_bytes(i) > PAGE_SIZE - 48 && in bch_btree_leaf_dirty()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbset.h262 #define set_bytes(i) __set_bytes(i, i->keys) macro
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()
289 return ((void *) i) + roundup(set_bytes(i), block_bytes); in bset_next_set()
H A Djournal.c76 size_t blocks, bytes = set_bytes(j); in journal_read_bucket()
153 /* "bytes" was calculated by set_bytes() above */); in journal_read_bucket()
H A Dbtree.c352 b->bio->bi_iter.bi_size = roundup(set_bytes(i), block_bytes(b->c->cache)); in do_btree_node_write()
509 if (set_bytes(i) > PAGE_SIZE - 48 && in bch_btree_leaf_dirty()

Completed in 11 milliseconds