Searched refs:vstruct_sectors (Results 1 – 4 of 4) sorted by relevance
| /fs/bcachefs/ |
| A D | vstructs.h | 40 #define vstruct_sectors(_s, _sector_block_bits) \ macro
|
| A D | btree_io.c | 1144 sectors = vstruct_sectors(b->data, c->block_bits); in bch2_btree_node_read_done() 1180 sectors = vstruct_sectors(bne, c->block_bits); in bch2_btree_node_read_done() 1530 offset += vstruct_sectors(bn, c->block_bits); in btree_node_sectors_written() 1535 offset += vstruct_sectors(bne, c->block_bits); in btree_node_sectors_written() 1630 sectors = vstruct_sectors(bn, c->block_bits); in CLOSURE_CALLBACK() 1635 sectors = vstruct_sectors(bne, c->block_bits); in CLOSURE_CALLBACK() 1652 sectors = vstruct_sectors(bne, c->block_bits); in CLOSURE_CALLBACK() 1986 written += vstruct_sectors(data, c->block_bits); in btree_node_scrub_check() 1996 written += vstruct_sectors(bne, c->block_bits); in btree_node_scrub_check()
|
| A D | journal_io.c | 1108 sectors = vstruct_sectors(j, c->block_bits); in journal_read_bucket() 1317 prt_printf(&buf, " size %zu", vstruct_sectors(&prev->j, c->block_bits)); in bch2_journal_check_for_missing() 1618 unsigned sectors = vstruct_sectors(w->data, c->block_bits); in journal_write_alloc() 1855 unsigned sectors = vstruct_sectors(w->data, c->block_bits); in CLOSURE_CALLBACK() 2029 unsigned sectors = vstruct_sectors(jset, c->block_bits); in bch2_journal_write_prep() 2081 unsigned sectors = vstruct_sectors(jset, c->block_bits); in bch2_journal_write_checksum() 2228 vstruct_sectors(w->data, c->block_bits), in CLOSURE_CALLBACK()
|
| A D | debug.c | 254 sectors = vstruct_sectors(n_ondisk, c->block_bits); in bch2_btree_node_ondisk_to_text() 279 sectors = vstruct_sectors(bne, c->block_bits); in bch2_btree_node_ondisk_to_text()
|
Completed in 18 milliseconds