Searched refs:xrep_newbt (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/xfs/scrub/ |
| H A D | newbt.h | 30 struct xrep_newbt { struct 60 void xrep_newbt_init_bare(struct xrep_newbt *xnr, struct xfs_scrub *sc); argument 61 void xrep_newbt_init_ag(struct xrep_newbt *xnr, struct xfs_scrub *sc, 64 int xrep_newbt_init_inode(struct xrep_newbt *xnr, struct xfs_scrub *sc, 66 int xrep_newbt_init_metadir_inode(struct xrep_newbt *xnr, struct xfs_scrub *sc); 67 int xrep_newbt_alloc_blocks(struct xrep_newbt *xnr, uint64_t nr_blocks); 68 int xrep_newbt_add_extent(struct xrep_newbt *xnr, struct xfs_perag *pag, 70 void xrep_newbt_cancel(struct xrep_newbt *xnr); 71 int xrep_newbt_commit(struct xrep_newbt *xnr); 72 int xrep_newbt_claim_block(struct xfs_btree_cur *cur, struct xrep_newbt *xnr, [all …]
|
| H A D | newbt.c | 46 struct xrep_newbt *xnr) in xrep_newbt_estimate_slack() 87 struct xrep_newbt *xnr, in xrep_newbt_init_ag() 106 struct xrep_newbt *xnr, in xrep_newbt_init_inode() 132 struct xrep_newbt *xnr, in xrep_newbt_init_metadir_inode() 168 struct xrep_newbt *xnr, in xrep_newbt_init_bare() 181 struct xrep_newbt *xnr, in xrep_newbt_add_blocks() 223 struct xrep_newbt *xnr, in xrep_newbt_add_extent() 242 struct xrep_newbt *xnr) in xrep_newbt_validate_ag_alloc_hint() 258 struct xrep_newbt *xnr, in xrep_newbt_alloc_ag_blocks() 320 struct xrep_newbt *xnr) in xrep_newbt_validate_file_alloc_hint() [all …]
|
| H A D | ialloc_repair.c | 101 struct xrep_newbt new_inobt; 104 struct xrep_newbt new_finobt;
|
| H A D | alloc_repair.c | 101 struct xrep_newbt new_bnobt; 104 struct xrep_newbt new_cntbt;
|
| H A D | refcount_repair.c | 107 struct xrep_newbt new_btree;
|
| H A D | rtrefcount_repair.c | 112 struct xrep_newbt new_btree;
|
| H A D | rtrmap_repair.c | 74 struct xrep_newbt new_btree;
|
| H A D | bmap_repair.c | 67 struct xrep_newbt new_bmapbt;
|
| H A D | rmap_repair.c | 132 struct xrep_newbt new_btree;
|