• Home
  • Raw
  • Download

Lines Matching refs:agbno

30 	xfs_agblock_t		agbno;  in xchk_superblock_xref()  local
36 agbno = XFS_SB_BLOCK(mp); in xchk_superblock_xref()
39 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_superblock_xref()
42 xchk_xref_is_used_space(sc, agbno, 1); in xchk_superblock_xref()
43 xchk_xref_is_not_inode_chunk(sc, agbno, 1); in xchk_superblock_xref()
44 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS); in xchk_superblock_xref()
45 xchk_xref_is_not_shared(sc, agbno, 1); in xchk_superblock_xref()
382 xfs_agblock_t agbno; in xchk_agf_xref_cntbt() local
401 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have); in xchk_agf_xref_cntbt()
479 xfs_agblock_t agbno; in xchk_agf_xref() local
485 agbno = XFS_AGF_BLOCK(mp); in xchk_agf_xref()
491 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agf_xref()
494 xchk_xref_is_not_inode_chunk(sc, agbno, 1); in xchk_agf_xref()
495 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS); in xchk_agf_xref()
497 xchk_xref_is_not_shared(sc, agbno, 1); in xchk_agf_xref()
512 xfs_agblock_t agbno; in xchk_agf() local
536 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); in xchk_agf()
537 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
540 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); in xchk_agf()
541 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
553 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]); in xchk_agf()
554 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
563 agbno = be32_to_cpu(agf->agf_refcount_root); in xchk_agf()
564 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
611 xfs_agblock_t agbno) in xchk_agfl_block_xref() argument
616 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agfl_block_xref()
617 xchk_xref_is_not_inode_chunk(sc, agbno, 1); in xchk_agfl_block_xref()
618 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_AG); in xchk_agfl_block_xref()
619 xchk_xref_is_not_shared(sc, agbno, 1); in xchk_agfl_block_xref()
626 xfs_agblock_t agbno, in xchk_agfl_block() argument
633 if (xfs_verify_agbno(mp, agno, agbno) && in xchk_agfl_block()
635 sai->entries[sai->nr_entries++] = agbno; in xchk_agfl_block()
639 xchk_agfl_block_xref(sc, agbno); in xchk_agfl_block()
664 xfs_agblock_t agbno; in xchk_agfl_xref() local
670 agbno = XFS_AGFL_BLOCK(mp); in xchk_agfl_xref()
676 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agfl_xref()
677 xchk_xref_is_not_inode_chunk(sc, agbno, 1); in xchk_agfl_xref()
678 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS); in xchk_agfl_xref()
679 xchk_xref_is_not_shared(sc, agbno, 1); in xchk_agfl_xref()
819 xfs_agblock_t agbno; in xchk_agi_xref() local
825 agbno = XFS_AGI_BLOCK(mp); in xchk_agi_xref()
831 xchk_xref_is_used_space(sc, agbno, 1); in xchk_agi_xref()
832 xchk_xref_is_not_inode_chunk(sc, agbno, 1); in xchk_agi_xref()
834 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS); in xchk_agi_xref()
835 xchk_xref_is_not_shared(sc, agbno, 1); in xchk_agi_xref()
850 xfs_agblock_t agbno; in xchk_agi() local
875 agbno = be32_to_cpu(agi->agi_root); in xchk_agi()
876 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi()
884 agbno = be32_to_cpu(agi->agi_free_root); in xchk_agi()
885 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi()