Searched refs:new_whiteouts (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | btree_io.c | 171 struct bkey_packed *new_whiteouts, **ptrs, **ptrs_end, *k; in bch2_sort_whiteouts() local 178 new_whiteouts = btree_bounce_alloc(c, bytes, &used_mempool); in bch2_sort_whiteouts() 180 ptrs = ptrs_end = ((void *) new_whiteouts + bytes); in bch2_sort_whiteouts() 189 k = new_whiteouts; in bch2_sort_whiteouts() 197 verify_no_dups(b, new_whiteouts, in bch2_sort_whiteouts() 198 (void *) ((u64 *) new_whiteouts + b->whiteout_u64s)); in bch2_sort_whiteouts() 201 new_whiteouts, b->whiteout_u64s); in bch2_sort_whiteouts() 203 btree_bounce_free(c, bytes, used_mempool, new_whiteouts); in bch2_sort_whiteouts()
|