Lines Matching refs:agbno
38 xfs_agblock_t agbno,
54 error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec);
70 if (fbno != agbno || flen != len)
78 xfs_agblock_t agbno,
84 xchk_allocbt_xref_other(sc, agbno, len);
85 xchk_xref_is_not_inode_chunk(sc, agbno, len);
86 xchk_xref_has_no_owner(sc, agbno, len);
87 xchk_xref_is_not_shared(sc, agbno, len);
144 xfs_agblock_t agbno,
153 error = xfs_alloc_has_record(sc->sa.bno_cur, agbno, len, &is_freesp);