Lines Matching refs:agbno
41 * b. Otherwise, record the fragment (in agbno order) for later
125 * is healthy each rmap_irec we see will be in agbno order
174 /* Make sure the fragments actually /are/ in agbno order. */
317 xfs_agblock_t agbno,
324 xchk_xref_is_used_space(sc, agbno, len);
325 xchk_xref_is_not_inode_chunk(sc, agbno, len);
326 xchk_refcountbt_xref_rmap(sc, agbno, len, refcount);
424 xfs_agblock_t agbno,
437 agbno + XFS_REFC_COW_START, &has_refcount);
470 xfs_agblock_t agbno,
479 error = xfs_refcount_has_record(sc->sa.refc_cur, agbno, len, &shared);