Home
last modified time | relevance | path

Searched refs:btree_id_is_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbtree_node_scan.c168 if (btree_id_is_alloc(BTREE_NODE_ID(bn))) in try_read_btree_node()
490 if (btree_id_is_alloc(btree)) in bch2_get_scanned_nodes()
Drecovery.c516 if (btree_id_is_alloc(i) && c->opts.reconstruct_alloc) in read_btree_roots()
527 if (btree_id_is_alloc(i)) { in read_btree_roots()
Dbcachefs_format.h1356 static inline bool btree_id_is_alloc(enum btree_id id) in btree_id_is_alloc() function
Dbtree_gc.c360 if (!btree_id_is_alloc(b->c.btree_id)) { in bch2_btree_repair_topology_recurse()