Searched refs:xfs_alloc_has_records (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | alloc.c | 189 error = xfs_alloc_has_records(sc->sa.bno_cur, agbno, len, &outcome); in xchk_xref_is_used_space()
|
D | refcount_repair.c | 148 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rc_startblock, in xrep_refc_check_ext()
|
D | ialloc_repair.c | 387 error = xfs_alloc_has_records(sc->sa.bno_cur, agbno, len, &outcome); in xrep_ibt_check_inode_ext()
|
D | bmap_repair.c | 214 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rm_startblock, in xrep_bmap_check_fork_rmap()
|
D | rmap_repair.c | 197 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rm_startblock, in xrep_rmap_check_mapping()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_alloc.h | 217 int xfs_alloc_has_records(struct xfs_btree_cur *cur, xfs_agblock_t bno,
|
D | xfs_alloc.c | 4092 xfs_alloc_has_records( in xfs_alloc_has_records() function
|