Searched refs:xrep_newbt (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
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_alloc_blocks(struct xrep_newbt *xnr, uint64_t nr_blocks); 67 int xrep_newbt_add_extent(struct xrep_newbt *xnr, struct xfs_perag *pag, 69 void xrep_newbt_cancel(struct xrep_newbt *xnr); 70 int xrep_newbt_commit(struct xrep_newbt *xnr); 71 int xrep_newbt_claim_block(struct xfs_btree_cur *cur, struct xrep_newbt *xnr, 73 unsigned int xrep_newbt_unused_blocks(struct xrep_newbt *xnr);
|
D | newbt.c | 44 struct xrep_newbt *xnr) in xrep_newbt_estimate_slack() 85 struct xrep_newbt *xnr, in xrep_newbt_init_ag() 91 memset(xnr, 0, sizeof(struct xrep_newbt)); in xrep_newbt_init_ag() 104 struct xrep_newbt *xnr, in xrep_newbt_init_inode() 129 struct xrep_newbt *xnr, in xrep_newbt_init_bare() 142 struct xrep_newbt *xnr, in xrep_newbt_add_blocks() 184 struct xrep_newbt *xnr, in xrep_newbt_add_extent() 204 struct xrep_newbt *xnr) in xrep_newbt_validate_ag_alloc_hint() 220 struct xrep_newbt *xnr, in xrep_newbt_alloc_ag_blocks() 282 struct xrep_newbt *xnr) in xrep_newbt_validate_file_alloc_hint() [all …]
|
D | ialloc_repair.c | 101 struct xrep_newbt new_inobt; 104 struct xrep_newbt new_finobt;
|
D | alloc_repair.c | 101 struct xrep_newbt new_bnobt; 104 struct xrep_newbt new_cntbt;
|
D | refcount_repair.c | 107 struct xrep_newbt new_btree;
|
D | bmap_repair.c | 65 struct xrep_newbt new_bmapbt;
|
D | rmap_repair.c | 129 struct xrep_newbt new_btree;
|