Home
last modified time | relevance | path

Searched refs:darray_push (Results 1 – 21 of 21) sorted by relevance

/linux/fs/bcachefs/
A Dsnapshot.h205 int ret = darray_push(s, id); in snapshot_list_add()
215 : darray_push(s, id); in snapshot_list_add_nodup()
A Dchecksum.c140 if (darray_push(&sgl, sg)) { in do_encrypt()
149 BUG_ON(darray_push(&sgl, sg)); in do_encrypt()
352 if (darray_push(&sgl, sg)) { in __bch2_encrypt_bio()
362 BUG_ON(darray_push(&sgl, sg)); in __bch2_encrypt_bio()
A Ddarray.h59 #define darray_push(_d, _item) darray_push_gfp(_d, _item, GFP_KERNEL) macro
A Dbtree_journal_iter.c578 if (darray_push(keys, n)) { in bch2_journal_keys_sort()
587 BUG_ON(darray_push(keys, n)); in bch2_journal_keys_sort()
A Dmovinggc.c188 ret2 = darray_push(buckets, b); in bch2_copygc_get_buckets()
A Drecovery.c325 ret = darray_push(&keys_sorted, k); in bch2_journal_replay()
415 ret = darray_push(&c->btree_roots_extra, (struct btree_root) { NULL }); in journal_replay_entry_early()
A Djournal_io.c206 ret = darray_push(&dup->ptrs, entry_ptr); in journal_entry_add()
241 darray_push(&i->ptrs, *ptr); in journal_entry_add()
244 darray_push(&i->ptrs, entry_ptr); in journal_entry_add()
A Dbtree_node_scan.c201 if (darray_push(&f->nodes, n)) in try_read_btree_node()
A Dfs-io-pagecache.c38 darray_push(fs, f); in bch2_filemap_get_contig_folios_d()
A Dutil.c875 if (darray_push(ret, p)) { in bch2_split_devs()
A Dchardev.c200 ret = darray_push(&devs, dev_str); in bch2_ioctl_fsck_offline()
A Dbtree_write_buffer.c652 int ret = darray_push(&wb->accounting, new); in bch2_accounting_key_to_wb_slowpath()
A Ddisk_accounting.c320 if (darray_push(&acc->k, n)) in __bch2_accounting_mem_insert()
A Dfsck.c802 return darray_push(&w->inodes, ((struct inode_walker_entry) { in add_inode()
2713 ret = darray_push(&subvol_path, k.k->p.offset); in check_subvol_path()
2825 ret = darray_push(p, ((struct pathbuf_entry) { in check_path()
A Dfs-io-buffered.c54 darray_push(&iter->folios, folio)) { in readpages_iter_init()
A Dmove.c407 darray_push(&io_opts->d, e); in bch2_move_get_io_opts()
A Dsuper-io.c955 ret = darray_push(&online_devices, ca); in bch2_write_super()
A Dsnapshot.c1010 darray_push(&r->trees, r->cur_ids); in snapshot_tree_reconstruct_next()
A Dsuper.c2037 BUG_ON(darray_push(&sbs, sb)); in bch2_fs_open()
A Dfs.c2148 ret = darray_push(&devs_to_fs, bch2_path_to_fs(*i)); in bch2_fs_get_tree()
A Dalloc_background.c1725 ret = darray_push(&ca->discard_buckets_in_flight, ((struct discard_in_flight) { in discard_in_flight_add()

Completed in 48 milliseconds