Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_rmap.h209 xfs_failaddr_t xfs_rmap_check_irec(struct xfs_perag *pag,
Dxfs_rmap.c214 xfs_rmap_check_irec( in xfs_rmap_check_irec() function
340 return xfs_rmap_check_irec(to_perag(cur->bc_group), irec); in xfs_rmap_check_btrec()
/linux-6.14.4/fs/xfs/scrub/
Drmap.c361 xfs_rmap_check_irec(to_perag(bs->cur->bc_group), &irec) != NULL) { in xchk_rmapbt_rec()
Drmap_repair.c196 if (xfs_rmap_check_irec(sc->sa.pag, rec) != NULL) in xrep_rmap_check_mapping()