Searched refs:new_whiteouts (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_io.c | 173 struct bkey_packed *new_whiteouts, **ptrs, **ptrs_end, *k; in bch2_sort_whiteouts() local 180 new_whiteouts = btree_bounce_alloc(c, bytes, &used_mempool); in bch2_sort_whiteouts() 182 ptrs = ptrs_end = ((void *) new_whiteouts + bytes); in bch2_sort_whiteouts() 191 k = new_whiteouts; in bch2_sort_whiteouts() 199 verify_no_dups(b, new_whiteouts, in bch2_sort_whiteouts() 200 (void *) ((u64 *) new_whiteouts + b->whiteout_u64s)); in bch2_sort_whiteouts() 203 new_whiteouts, b->whiteout_u64s); in bch2_sort_whiteouts() 205 btree_bounce_free(c, bytes, used_mempool, new_whiteouts); in bch2_sort_whiteouts()
|