Home
last modified time | relevance | path

Searched refs:xfs_alloc_has_records (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dalloc.c189 error = xfs_alloc_has_records(sc->sa.bno_cur, agbno, len, &outcome); in xchk_xref_is_used_space()
Drefcount_repair.c148 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rc_startblock, in xrep_refc_check_ext()
Dialloc_repair.c387 error = xfs_alloc_has_records(sc->sa.bno_cur, agbno, len, &outcome); in xrep_ibt_check_inode_ext()
Dbmap_repair.c214 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rm_startblock, in xrep_bmap_check_fork_rmap()
Drmap_repair.c197 error = xfs_alloc_has_records(sc->sa.bno_cur, rec->rm_startblock, in xrep_rmap_check_mapping()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.h217 int xfs_alloc_has_records(struct xfs_btree_cur *cur, xfs_agblock_t bno,
Dxfs_alloc.c4092 xfs_alloc_has_records( in xfs_alloc_has_records() function