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