Home
last modified time | relevance | path

Searched refs:bch2_bkey_nr_ptrs_fully_allocated (Results 1 – 6 of 6) sorted by relevance

/linux/fs/bcachefs/
H A Dfs-io-pagecache.c206 unsigned nr_ptrs = bch2_bkey_nr_ptrs_fully_allocated(k); in bch2_folio_set()
240 ? 0 : bch2_bkey_nr_ptrs_fully_allocated(k); in bch2_bio_page_state_set()
H A Dio_misc.c53 (int) bch2_bkey_nr_ptrs_fully_allocated(k)); in bch2_extent_fallocate()
H A Dextents.h605 unsigned bch2_bkey_nr_ptrs_fully_allocated(struct bkey_s_c);
H A Dfs-io.c621 bch2_bkey_nr_ptrs_fully_allocated(k) >= opts.data_replicas) { in __bchfs_fallocate()
H A Dio_write.c179 ? sectors * bch2_bkey_nr_ptrs_fully_allocated(old) in bch2_sum_sector_overwrites()
H A Dextents.c602 unsigned bch2_bkey_nr_ptrs_fully_allocated(struct bkey_s_c k) in bch2_bkey_nr_ptrs_fully_allocated() function