Home
last modified time | relevance | path

Searched refs:DARRAY (Results 1 – 16 of 16) sorted by relevance

/linux/fs/bcachefs/
H A Dbtree_write_buffer_types.h45 DARRAY(struct btree_write_buffered_key) keys;
51 DARRAY(struct wb_key_ref) sorted;
56 DARRAY(struct btree_write_buffered_key) accounting;
H A Ddarray.h20 #define DARRAY(_type) DARRAY_PREALLOCATED(_type, 0) macro
22 typedef DARRAY(char) darray_char;
23 typedef DARRAY(char *) darray_str;
H A Ddisk_accounting_types.h15 DARRAY(struct accounting_mem_entry) k;
H A Dbtree_node_scan_types.h23 typedef DARRAY(struct found_btree_node) found_btree_nodes;
H A Dsubvolume_types.h7 typedef DARRAY(u32) snapshot_id_list;
H A Dmove.h99 DARRAY(struct snapshot_io_opts_entry) d;
H A Dfs-io-pagecache.h7 typedef DARRAY(struct folio *) folios;
H A Djournal_types.h169 typedef DARRAY(u64) darray_u64;
H A Dbcachefs.h577 DARRAY(struct discard_in_flight) discard_buckets_in_flight;
809 DARRAY(struct btree_root) btree_roots_extra;
H A Dmovinggc.c146 typedef DARRAY(struct move_bucket) move_buckets;
H A Dutil.h216 typedef DARRAY(unsigned long) bch_stacktrace;
H A Dfs.c226 DARRAY(u32) subvols; in bch2_inode_or_descendents_is_open()
1886 DARRAY(struct bch_inode_info *) grabbed; in bch2_evict_subvolume_inodes()
2143 typedef DARRAY(struct bch_fs *) darray_fs;
H A Dfsck.c835 DARRAY(struct inode_walker_entry) inodes;
1555 DARRAY(struct extent_end) e;
2586 typedef DARRAY(u32) darray_u32;
2670 typedef DARRAY(struct pathbuf_entry) pathbuf;
H A Dsnapshot.c902 DARRAY(snapshot_id_list) trees;
1345 typedef DARRAY(struct snapshot_interior_delete) interior_delete_list;
H A Dsuper-io.c989 DARRAY(struct bch_dev *) online_devices = {}; in bch2_write_super()
H A Dsuper.c2012 DARRAY(struct bch_sb_handle) sbs = { 0 }; in bch2_fs_open()