Searched refs:darray_push (Results 1 – 21 of 21) sorted by relevance
/linux/fs/bcachefs/ |
H A D | snapshot.h | 180 int ret = darray_push(s, id); in snapshot_list_add() 190 : darray_push(s, id); in snapshot_list_add_nodup()
|
H A D | btree_node_scan.c | 216 if (darray_push(&f->nodes, n)) in try_read_btree_node() 444 ret = darray_push(&f->nodes, *min_heap_peek(&nodes_heap)); in bch2_scan_for_btree_nodes() 459 ret = darray_push(&f->nodes, *min_heap_peek(&nodes_heap)); in bch2_scan_for_btree_nodes()
|
H A D | darray.h | 71 #define darray_push(_d, _item) darray_push_gfp(_d, _item, GFP_KERNEL) macro
|
H A D | btree_journal_iter.c | 760 if (darray_push(keys, n)) { in bch2_journal_keys_sort() 769 BUG_ON(darray_push(keys, n)); in bch2_journal_keys_sort()
|
H A D | movinggc.c | 182 ret2 = darray_push(&buckets_in_flight->to_evacuate, b_i); in bch2_copygc_get_buckets()
|
H A D | recovery.c | 415 ret = darray_push(&keys_sorted, k); in bch2_journal_replay() 510 ret = darray_push(&c->btree_roots_extra, (struct btree_root) { NULL }); in journal_replay_entry_early()
|
H A D | journal_io.c | 224 ret = darray_push(&dup->ptrs, entry_ptr); in journal_entry_add() 259 darray_push(&i->ptrs, *ptr); in journal_entry_add() 262 darray_push(&i->ptrs, entry_ptr); in journal_entry_add()
|
H A D | super-io.c | 86 darray_push(&c->incompat_versions_requested, version); in bch2_set_version_incompat() 1051 ret = darray_push(&online_devices, ca); in bch2_write_super()
|
H A D | fsck.c | 824 int ret = darray_push(&w->inodes, ((struct inode_walker_entry) { in add_inode() 2598 ret = darray_push(&subvol_path, k.k->p.offset); in check_subvol_path() 2754 ret = darray_push(&path, inode.bi_inum); in check_path_loop() 3218 ret = darray_push(&devs, dev_str); in bch2_ioctl_fsck_offline()
|
H A D | fs-io-pagecache.c | 38 darray_push(fs, f); in bch2_filemap_get_contig_folios_d()
|
H A D | util.c | 1035 if (darray_push(ret, p)) { in bch2_split_devs()
|
H A D | btree_write_buffer.c | 718 int ret = darray_push(&wb->accounting, new); in bch2_accounting_key_to_wb_slowpath()
|
H A D | btree_iter.h | 568 darray_push(&trans->trans_kmalloc_trace, in bch2_trans_kmalloc_trace()
|
H A D | namei.c | 644 ret = darray_push(&inums, n); in __bch2_inum_to_path()
|
H A D | snapshot.c | 965 darray_push(&r->trees, r->cur_ids); in snapshot_tree_reconstruct_next() 1720 darray_push(&d->delete_interior, n); in check_should_delete_snapshot()
|
H A D | fs-io-buffered.c | 54 darray_push(&iter->folios, folio)) { in readpages_iter_init()
|
H A D | disk_accounting.c | 376 if (darray_push(&acc->k, n)) in __bch2_accounting_mem_insert()
|
H A D | move.c | 496 darray_push(&io_opts->d, e); in bch2_move_get_io_opts()
|
H A D | super.c | 2405 BUG_ON(darray_push(&sbs, sb)); in bch2_fs_open()
|
H A D | alloc_background.c | 1800 ret = darray_push(&ca->discard_buckets_in_flight, ((struct discard_in_flight) { in discard_in_flight_add()
|
H A D | fs.c | 2463 ret = darray_push(&devs_to_fs, bch2_path_to_fs(*i)); in bch2_fs_get_tree()
|