Searched refs:ob_push (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | alloc_foreground.h | 42 static inline void ob_push(struct bch_fs *c, struct open_buckets *obs, in ob_push() function 98 ob_push(c, !ob->sectors_free ? &ptrs : &keep, ob); in bch2_alloc_sectors_done_inlined() 116 ob_push(c, ptrs, ob); in bch2_open_bucket_get()
|
H A D | alloc_foreground.c | 766 ob_push(c, ptrs, ob); in add_new_bucket() 944 ob_push(c, &ptrs_skip, ob); in bucket_alloc_set_writepoint() 1165 ob_push(c, &ptrs, ob); in bch2_writepoint_stop() 1370 ob_push(c, ptrs_no_use, ob); in deallocate_extra_replicas() 1372 ob_push(c, &ptrs2, ob); in deallocate_extra_replicas() 1499 ob_push(c, &ptrs, ob); in bch2_alloc_sectors_start_trans()
|