Lines Matching refs:agbno_next
267 xfs_agblock_t agbno_next = agbno + *aglenp; in xreap_agextent_binval() local
275 !xfs_verify_agbno(pag, agbno_next - 1)) in xreap_agextent_binval()
285 while (bno < agbno_next) { in xreap_agextent_binval()
289 agbno_next - bno), in xreap_agextent_binval()
305 *aglenp -= agbno_next - bno; in xreap_agextent_binval()
327 xfs_agblock_t agbno_next, in xreap_agextent_select() argument
356 while (bno < agbno_next) { in xreap_agextent_select()
502 xfs_agblock_t agbno_next = agbno + len; in xreap_agmeta_extent() local
508 while (agbno < agbno_next) { in xreap_agmeta_extent()
512 error = xreap_agextent_select(rs, agbno, agbno_next, in xreap_agmeta_extent()
582 xfs_agblock_t agbno_next = agbno + len; in xreap_fsmeta_extent() local
601 while (agbno < agbno_next) { in xreap_fsmeta_extent()
605 error = xreap_agextent_select(rs, agbno, agbno_next, in xreap_fsmeta_extent()
701 xfs_agblock_t agbno_next; in xreap_bmapi_select() local
705 agbno_next = agbno + imap->br_blockcount; in xreap_bmapi_select()
716 while (bno < agbno_next) { in xreap_bmapi_select()
786 xfs_agblock_t agbno_next; in xreap_bmapi_binval() local
795 agbno_next = agbno + imap->br_blockcount; in xreap_bmapi_binval()
797 !xfs_verify_agbno(pag, agbno_next - 1)) in xreap_bmapi_binval()
838 while (bno < agbno_next) { in xreap_bmapi_binval()
863 imap->br_blockcount = agbno_next - bno; in xreap_bmapi_binval()