Lines Matching refs:agbno
47 xfs_agblock_t agbno, in xchk_allocbt_xref_other() argument
63 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec); in xchk_allocbt_xref_other()
79 if (fbno != agbno || flen != len) in xchk_allocbt_xref_other()
89 xfs_agblock_t agbno = irec->ar_startblock; in xchk_allocbt_xref() local
95 xchk_allocbt_xref_other(sc, agbno, len); in xchk_allocbt_xref()
96 xchk_xref_is_not_inode_chunk(sc, agbno, len); in xchk_allocbt_xref()
97 xchk_xref_has_no_owner(sc, agbno, len); in xchk_allocbt_xref()
98 xchk_xref_is_not_shared(sc, agbno, len); in xchk_allocbt_xref()
99 xchk_xref_is_not_cow_staging(sc, agbno, len); in xchk_allocbt_xref()
172 xfs_agblock_t agbno, in xchk_xref_is_used_space() argument
181 error = xfs_alloc_has_records(sc->sa.bno_cur, agbno, len, &outcome); in xchk_xref_is_used_space()