Searched refs:xfs_verify_agbno (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.h178 xfs_verify_agbno(struct xfs_perag *pag, xfs_agblock_t agbno) function
196 if (!xfs_verify_agbno(pag, agbno))
199 return xfs_verify_agbno(pag, agbno + len - 1);
H A Dxfs_btree.c113 if (!xfs_verify_agbno(pag, sibling))
334 if (!xfs_verify_agbno(cur->bc_ag.pag,
H A Dxfs_alloc.c3013 if (XFS_IS_CORRUPT(tp->t_mountp, !xfs_verify_agbno(pag, bno)))
/linux-master/fs/xfs/scrub/
H A Dagheader.c560 if (!xfs_verify_agbno(pag, agbno))
564 if (!xfs_verify_agbno(pag, agbno))
577 if (!xfs_verify_agbno(pag, agbno))
587 if (!xfs_verify_agbno(pag, agbno))
662 if (xfs_verify_agbno(sc->sa.pag, agbno) &&
903 if (!xfs_verify_agbno(pag, agbno))
912 if (!xfs_verify_agbno(pag, agbno))
H A Dreap.c232 if (!xfs_verify_agbno(pag, agbno) ||
233 !xfs_verify_agbno(pag, agbno_next - 1))
H A Dagheader_repair.c115 if (!xfs_verify_agbno(sc->sa.pag, agbno))
139 return xfs_verify_agbno(sc->sa.pag, fab->root) &&

Completed in 300 milliseconds