agbno             759 fs/xfs/libxfs/xfs_alloc.c 	*fbnop = args->agbno = fbno;
agbno             784 fs/xfs/libxfs/xfs_alloc.c 		args->agbno = NULLAGBLOCK;
agbno             838 fs/xfs/libxfs/xfs_alloc.c 	if (error || args->agbno == NULLAGBLOCK)
agbno             844 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(args->agbno % args->alignment == 0);
agbno             849 fs/xfs/libxfs/xfs_alloc.c 				       args->agbno, args->len, &args->oinfo);
agbno             862 fs/xfs/libxfs/xfs_alloc.c 					      args->agbno, args->len));
agbno             906 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i);
agbno             919 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(fbno <= args->agbno);
agbno             932 fs/xfs/libxfs/xfs_alloc.c 	if (tbno > args->agbno)
agbno             937 fs/xfs/libxfs/xfs_alloc.c 	if (tend < args->agbno + args->minlen)
agbno             946 fs/xfs/libxfs/xfs_alloc.c 	args->len = XFS_AGBLOCK_MIN(tend, args->agbno + args->maxlen)
agbno             947 fs/xfs/libxfs/xfs_alloc.c 						- args->agbno;
agbno             949 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(args->agbno + args->len <= tend);
agbno             957 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(args->agbno + args->len <=
agbno             959 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen, args->agbno,
agbno             976 fs/xfs/libxfs/xfs_alloc.c 	args->agbno = NULLAGBLOCK;
agbno            1029 fs/xfs/libxfs/xfs_alloc.c 			if (*sbnoa >= args->agbno + gdiff)
agbno            1034 fs/xfs/libxfs/xfs_alloc.c 			if (*sbnoa <= args->agbno - gdiff)
agbno            1045 fs/xfs/libxfs/xfs_alloc.c 			sdiff = xfs_alloc_compute_diff(args->agbno, args->len,
agbno            1127 fs/xfs/libxfs/xfs_alloc.c 	if (args->agbno < args->min_agbno)
agbno            1128 fs/xfs/libxfs/xfs_alloc.c 		args->agbno = args->min_agbno;
agbno            1129 fs/xfs/libxfs/xfs_alloc.c 	if (args->agbno > args->max_agbno)
agbno            1130 fs/xfs/libxfs/xfs_alloc.c 		args->agbno = args->max_agbno;
agbno            1232 fs/xfs/libxfs/xfs_alloc.c 			ltdiff = xfs_alloc_compute_diff(args->agbno, args->len,
agbno            1262 fs/xfs/libxfs/xfs_alloc.c 		args->agbno = bnew;
agbno            1302 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_lookup_le(bno_cur_lt, args->agbno, args->maxlen, &i)))
agbno            1380 fs/xfs/libxfs/xfs_alloc.c 			ltdiff = xfs_alloc_compute_diff(args->agbno, args->len,
agbno            1397 fs/xfs/libxfs/xfs_alloc.c 			gtdiff = xfs_alloc_compute_diff(args->agbno, args->len,
agbno            1424 fs/xfs/libxfs/xfs_alloc.c 		args->agbno = NULLAGBLOCK;
agbno            1451 fs/xfs/libxfs/xfs_alloc.c 	(void)xfs_alloc_compute_diff(args->agbno, rlen, args->alignment,
agbno            1457 fs/xfs/libxfs/xfs_alloc.c 	args->agbno = ltnew;
agbno            1659 fs/xfs/libxfs/xfs_alloc.c 	args->agbno = rbno;
agbno            1661 fs/xfs/libxfs/xfs_alloc.c 		args->agbno + args->len <=
agbno            1678 fs/xfs/libxfs/xfs_alloc.c 	args->agbno = NULLAGBLOCK;
agbno            2077 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		agbno,
agbno            2084 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_free_ag_extent(tp, agbp, agno, agbno, 1, oinfo,
agbno            2089 fs/xfs/libxfs/xfs_alloc.c 	bp = xfs_btree_get_bufs(tp->t_mountp, tp, agno, agbno);
agbno            2199 fs/xfs/libxfs/xfs_alloc.c 	xfs_fsblock_t			agbno,
agbno            2209 fs/xfs/libxfs/xfs_alloc.c 	new->xefi_startblock = XFS_AGB_TO_FSB(mp, agno, agbno);
agbno            2213 fs/xfs/libxfs/xfs_alloc.c 	trace_xfs_agfl_free_defer(mp, agno, 0, agbno, 1);
agbno            2343 fs/xfs/libxfs/xfs_alloc.c 		targs.agbno = 0;
agbno            2357 fs/xfs/libxfs/xfs_alloc.c 		if (targs.agbno == NULLAGBLOCK) {
agbno            2365 fs/xfs/libxfs/xfs_alloc.c 		for (bno = targs.agbno; bno < targs.agbno + targs.len; bno++) {
agbno            2792 fs/xfs/libxfs/xfs_alloc.c 	args->agbno = NULLAGBLOCK;
agbno            2835 fs/xfs/libxfs/xfs_alloc.c 		args->agbno = XFS_FSB_TO_AGBNO(mp, args->fsbno);
agbno            2851 fs/xfs/libxfs/xfs_alloc.c 		args->agbno = XFS_FSB_TO_AGBNO(mp, args->fsbno);
agbno            2920 fs/xfs/libxfs/xfs_alloc.c 					args->agbno = NULLAGBLOCK;
agbno            2927 fs/xfs/libxfs/xfs_alloc.c 					args->agbno = XFS_FSB_TO_AGBNO(mp,
agbno            2947 fs/xfs/libxfs/xfs_alloc.c 	if (args->agbno == NULLAGBLOCK)
agbno            2950 fs/xfs/libxfs/xfs_alloc.c 		args->fsbno = XFS_AGB_TO_FSB(mp, args->agno, args->agbno);
agbno            2954 fs/xfs/libxfs/xfs_alloc.c 		ASSERT(args->agbno % args->alignment == 0);
agbno            3026 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t			agbno = XFS_FSB_TO_AGBNO(mp, bno);
agbno            3041 fs/xfs/libxfs/xfs_alloc.c 	XFS_WANT_CORRUPTED_GOTO(mp, agbno < mp->m_sb.sb_agblocks, err);
agbno            3045 fs/xfs/libxfs/xfs_alloc.c 		agbno + len <= be32_to_cpu(XFS_BUF_TO_AGF(agbp)->agf_length),
agbno            3048 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_free_ag_extent(tp, agbp, agno, agbno, len, oinfo, type);
agbno            3054 fs/xfs/libxfs/xfs_alloc.c 	xfs_extent_busy_insert(tp, agno, agbno, len, busy_flags);
agbno              60 fs/xfs/libxfs/xfs_alloc.h 	xfs_agblock_t	agbno;		/* allocation group-relative block # */
agbno             541 fs/xfs/libxfs/xfs_bmap.c 	xfs_agblock_t			agbno;
agbno             548 fs/xfs/libxfs/xfs_bmap.c 	agbno = XFS_FSB_TO_AGBNO(mp, bno);
agbno             550 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(agbno < mp->m_sb.sb_agblocks);
agbno             552 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(agbno + len <= mp->m_sb.sb_agblocks);
agbno             214 fs/xfs/libxfs/xfs_btree.c 	xfs_agblock_t		agbno,
agbno             219 fs/xfs/libxfs/xfs_btree.c 	return xfs_verify_agbno(cur->bc_mp, cur->bc_private.a.agno, agbno);
agbno             709 fs/xfs/libxfs/xfs_btree.c 	xfs_agblock_t	agbno)		/* allocation group block number */
agbno             714 fs/xfs/libxfs/xfs_btree.c 	ASSERT(agbno != NULLAGBLOCK);
agbno             715 fs/xfs/libxfs/xfs_btree.c 	d = XFS_AGB_TO_DADDR(mp, agno, agbno);
agbno             892 fs/xfs/libxfs/xfs_btree.c 	xfs_agblock_t		agbno,		/* allocation group block number */
agbno             899 fs/xfs/libxfs/xfs_btree.c 	ASSERT(agbno != NULLAGBLOCK);
agbno             900 fs/xfs/libxfs/xfs_btree.c 	d = XFS_AGB_TO_DADDR(mp, agno, agbno);
agbno             993 fs/xfs/libxfs/xfs_btree.c 	xfs_agblock_t		agbno;
agbno            1004 fs/xfs/libxfs/xfs_btree.c 		agbno = be32_to_cpu(ptr->s);
agbno            1006 fs/xfs/libxfs/xfs_btree.c 				agbno);
agbno             276 fs/xfs/libxfs/xfs_btree.h 	xfs_agblock_t		agbno,	/* btree block disk address */
agbno             315 fs/xfs/libxfs/xfs_btree.h 	xfs_agblock_t		agbno);	/* allocation group block number */
agbno             369 fs/xfs/libxfs/xfs_btree.h 	xfs_agblock_t		agbno,	/* allocation group block number */
agbno             804 fs/xfs/libxfs/xfs_format.h #define XFS_AGB_TO_FSB(mp,agno,agbno)	\
agbno             805 fs/xfs/libxfs/xfs_format.h 	(((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
agbno             810 fs/xfs/libxfs/xfs_format.h #define	XFS_AGB_TO_DADDR(mp,agno,agbno)	\
agbno             812 fs/xfs/libxfs/xfs_format.h 		(xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
agbno             268 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agblock_t		agbno,
agbno             308 fs/xfs/libxfs/xfs_ialloc.c 		ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno));
agbno             319 fs/xfs/libxfs/xfs_ialloc.c 			xfs_icreate_log(tp, agno, agbno, icount,
agbno             328 fs/xfs/libxfs/xfs_ialloc.c 		d = XFS_AGB_TO_DADDR(mp, agno, agbno +
agbno             420 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agblock_t			agbno;
agbno             424 fs/xfs/libxfs/xfs_ialloc.c 	agbno = XFS_AGINO_TO_AGBNO(mp, *startino);
agbno             425 fs/xfs/libxfs/xfs_ialloc.c 	mod = agbno % mp->m_sb.sb_inoalignmt;
agbno             655 fs/xfs/libxfs/xfs_ialloc.c 	args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) +
agbno             660 fs/xfs/libxfs/xfs_ialloc.c 		  (args.agbno < be32_to_cpu(agi->agi_length)))) {
agbno             661 fs/xfs/libxfs/xfs_ialloc.c 		args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno);
agbno             720 fs/xfs/libxfs/xfs_ialloc.c 		args.agbno = be32_to_cpu(agi->agi_root);
agbno             721 fs/xfs/libxfs/xfs_ialloc.c 		args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno);
agbno             741 fs/xfs/libxfs/xfs_ialloc.c 		args.agbno = be32_to_cpu(agi->agi_root);
agbno             742 fs/xfs/libxfs/xfs_ialloc.c 		args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno);
agbno             757 fs/xfs/libxfs/xfs_ialloc.c 		args.agbno = be32_to_cpu(agi->agi_root);
agbno             758 fs/xfs/libxfs/xfs_ialloc.c 		args.fsbno = XFS_AGB_TO_FSB(args.mp, agno, args.agbno);
agbno             805 fs/xfs/libxfs/xfs_ialloc.c 			args.agbno, args.len, prandom_u32());
agbno             812 fs/xfs/libxfs/xfs_ialloc.c 	newino = XFS_AGB_TO_AGINO(args.mp, args.agbno);
agbno            1835 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agblock_t			agbno;
agbno            1878 fs/xfs/libxfs/xfs_ialloc.c 		agbno = sagbno + (startidx * XFS_INODES_PER_HOLEMASK_BIT) /
agbno            1884 fs/xfs/libxfs/xfs_ialloc.c 		ASSERT(agbno % mp->m_sb.sb_spino_align == 0);
agbno            1886 fs/xfs/libxfs/xfs_ialloc.c 		xfs_bmap_add_free(tp, XFS_AGB_TO_FSB(mp, agno, agbno),
agbno            2138 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agblock_t		agbno;	/* block number containing inode */
agbno            2166 fs/xfs/libxfs/xfs_ialloc.c 	agbno = XFS_AGINO_TO_AGBNO(mp, agino);
agbno            2167 fs/xfs/libxfs/xfs_ialloc.c 	if (agbno >= mp->m_sb.sb_agblocks)  {
agbno            2169 fs/xfs/libxfs/xfs_ialloc.c 			__func__, agbno, mp->m_sb.sb_agblocks);
agbno            2211 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agblock_t		agbno,
agbno            2261 fs/xfs/libxfs/xfs_ialloc.c 	*offset_agbno = agbno - *chunk_agbno;
agbno            2276 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agblock_t	agbno;	/* block number of inode in the alloc group */
agbno            2292 fs/xfs/libxfs/xfs_ialloc.c 	agbno = XFS_AGINO_TO_AGBNO(mp, agino);
agbno            2293 fs/xfs/libxfs/xfs_ialloc.c 	if (agno >= mp->m_sb.sb_agcount || agbno >= mp->m_sb.sb_agblocks ||
agbno            2307 fs/xfs/libxfs/xfs_ialloc.c 		if (agbno >= mp->m_sb.sb_agblocks) {
agbno            2310 fs/xfs/libxfs/xfs_ialloc.c 				__func__, (unsigned long long)agbno,
agbno            2332 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_imap_lookup(mp, tp, agno, agino, agbno,
agbno            2347 fs/xfs/libxfs/xfs_ialloc.c 		imap->im_blkno = XFS_AGB_TO_DADDR(mp, agno, agbno);
agbno            2360 fs/xfs/libxfs/xfs_ialloc.c 		offset_agbno = agbno & M_IGEO(mp)->inoalign_mask;
agbno            2361 fs/xfs/libxfs/xfs_ialloc.c 		chunk_agbno = agbno - offset_agbno;
agbno            2363 fs/xfs/libxfs/xfs_ialloc.c 		error = xfs_imap_lookup(mp, tp, agno, agino, agbno,
agbno            2370 fs/xfs/libxfs/xfs_ialloc.c 	ASSERT(agbno >= chunk_agbno);
agbno            2374 fs/xfs/libxfs/xfs_ialloc.c 	offset = ((agbno - cluster_agbno) * mp->m_sb.sb_inopblock) +
agbno             134 fs/xfs/libxfs/xfs_ialloc.h 			  xfs_agnumber_t agno, xfs_agblock_t agbno,
agbno              35 fs/xfs/libxfs/xfs_refcount.c 		xfs_agblock_t agbno, xfs_extlen_t aglen);
agbno              37 fs/xfs/libxfs/xfs_refcount.c 		xfs_agblock_t agbno, xfs_extlen_t aglen);
agbno             335 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			agbno,
agbno             343 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_lookup_le(cur, agbno, &found_rec);
agbno             353 fs/xfs/libxfs/xfs_refcount.c 	if (rcext.rc_startblock == agbno || xfs_refc_next(&rcext) <= agbno)
agbno             358 fs/xfs/libxfs/xfs_refcount.c 			&rcext, agbno);
agbno             362 fs/xfs/libxfs/xfs_refcount.c 	tmp.rc_startblock = agbno;
agbno             363 fs/xfs/libxfs/xfs_refcount.c 	tmp.rc_blockcount -= (agbno - rcext.rc_startblock);
agbno             370 fs/xfs/libxfs/xfs_refcount.c 	tmp.rc_blockcount = agbno - rcext.rc_startblock;
agbno             457 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			*agbno,
agbno             494 fs/xfs/libxfs/xfs_refcount.c 	*agbno += cleft->rc_blockcount;
agbno             572 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			agbno,
agbno             581 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_lookup_le(cur, agbno - 1, &found_rec);
agbno             592 fs/xfs/libxfs/xfs_refcount.c 	if (xfs_refc_next(&tmp) != agbno)
agbno             612 fs/xfs/libxfs/xfs_refcount.c 		if (tmp.rc_startblock == agbno)
agbno             623 fs/xfs/libxfs/xfs_refcount.c 			cleft->rc_startblock = agbno;
agbno             625 fs/xfs/libxfs/xfs_refcount.c 					tmp.rc_startblock - agbno);
agbno             633 fs/xfs/libxfs/xfs_refcount.c 		cleft->rc_startblock = agbno;
agbno             638 fs/xfs/libxfs/xfs_refcount.c 			left, cleft, agbno);
agbno             656 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			agbno,
agbno             665 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_lookup_ge(cur, agbno + aglen, &found_rec);
agbno             676 fs/xfs/libxfs/xfs_refcount.c 	if (tmp.rc_startblock != agbno + aglen)
agbno             696 fs/xfs/libxfs/xfs_refcount.c 		if (xfs_refc_next(&tmp) == agbno + aglen)
agbno             707 fs/xfs/libxfs/xfs_refcount.c 			cright->rc_startblock = max(agbno, xfs_refc_next(&tmp));
agbno             717 fs/xfs/libxfs/xfs_refcount.c 		cright->rc_startblock = agbno;
agbno             722 fs/xfs/libxfs/xfs_refcount.c 			cright, right, agbno + aglen);
agbno             745 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		*agbno,
agbno             763 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_find_left_extents(cur, &left, &cleft, *agbno,
agbno             767 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_find_right_extents(cur, &right, &cright, *agbno,
agbno             799 fs/xfs/libxfs/xfs_refcount.c 				agbno, aglen);
agbno             866 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		*agbno,
agbno             880 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_lookup_ge(cur, *agbno, &found_rec);
agbno             899 fs/xfs/libxfs/xfs_refcount.c 		if (ext.rc_startblock != *agbno) {
agbno             900 fs/xfs/libxfs/xfs_refcount.c 			tmp.rc_startblock = *agbno;
agbno             902 fs/xfs/libxfs/xfs_refcount.c 					ext.rc_startblock - *agbno);
agbno             927 fs/xfs/libxfs/xfs_refcount.c 			(*agbno) += tmp.rc_blockcount;
agbno             930 fs/xfs/libxfs/xfs_refcount.c 			error = xfs_refcount_lookup_ge(cur, *agbno,
agbno             976 fs/xfs/libxfs/xfs_refcount.c 		(*agbno) += ext.rc_blockcount;
agbno             991 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		agbno,
agbno            1002 fs/xfs/libxfs/xfs_refcount.c 	*new_agbno = agbno;
agbno            1006 fs/xfs/libxfs/xfs_refcount.c 				agbno, aglen);
agbno            1009 fs/xfs/libxfs/xfs_refcount.c 				agbno, aglen);
agbno            1014 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_split_extent(cur, agbno, &shape_changed);
agbno            1020 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed);
agbno            1242 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			agbno,
agbno            1254 fs/xfs/libxfs/xfs_refcount.c 			agbno, aglen);
agbno            1261 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_lookup_le(cur, agbno, &have);
agbno            1278 fs/xfs/libxfs/xfs_refcount.c 	if (tmp.rc_startblock + tmp.rc_blockcount <= agbno) {
agbno            1291 fs/xfs/libxfs/xfs_refcount.c 	if (tmp.rc_startblock >= agbno + aglen)
agbno            1295 fs/xfs/libxfs/xfs_refcount.c 	if (tmp.rc_startblock < agbno) {
agbno            1296 fs/xfs/libxfs/xfs_refcount.c 		tmp.rc_blockcount -= (agbno - tmp.rc_startblock);
agbno            1297 fs/xfs/libxfs/xfs_refcount.c 		tmp.rc_startblock = agbno;
agbno            1301 fs/xfs/libxfs/xfs_refcount.c 	*flen = min(tmp.rc_blockcount, agbno + aglen - *fbno);
agbno            1306 fs/xfs/libxfs/xfs_refcount.c 	while (*fbno + *flen < agbno + aglen) {
agbno            1316 fs/xfs/libxfs/xfs_refcount.c 		if (tmp.rc_startblock >= agbno + aglen ||
agbno            1319 fs/xfs/libxfs/xfs_refcount.c 		*flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno);
agbno            1388 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		agbno,
agbno            1400 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_lookup_ge(cur, agbno, &found_rec);
agbno            1417 fs/xfs/libxfs/xfs_refcount.c 				ext.rc_startblock >= agbno + aglen, out_error);
agbno            1419 fs/xfs/libxfs/xfs_refcount.c 		tmp.rc_startblock = agbno;
agbno            1435 fs/xfs/libxfs/xfs_refcount.c 			ext.rc_startblock == agbno, out_error);
agbno            1467 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		agbno,
agbno            1474 fs/xfs/libxfs/xfs_refcount.c 	agbno += XFS_REFC_COW_START;
agbno            1479 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_split_extent(cur, agbno, &shape_changed);
agbno            1483 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed);
agbno            1490 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_merge_extents(cur, &agbno, &aglen, adj,
agbno            1496 fs/xfs/libxfs/xfs_refcount.c 	error = xfs_refcount_adjust_cow_extents(cur, agbno, aglen, adj);
agbno            1514 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		agbno,
agbno            1518 fs/xfs/libxfs/xfs_refcount.c 			agbno, aglen);
agbno            1521 fs/xfs/libxfs/xfs_refcount.c 	return xfs_refcount_adjust_cow(rcur, agbno, aglen,
agbno            1531 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		agbno,
agbno            1535 fs/xfs/libxfs/xfs_refcount.c 			agbno, aglen);
agbno            1538 fs/xfs/libxfs/xfs_refcount.c 	return xfs_refcount_adjust_cow(rcur, agbno, aglen,
agbno            1618 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			agbno;
agbno            1672 fs/xfs/libxfs/xfs_refcount.c 		agbno = rr->rr_rrec.rc_startblock - XFS_REFC_COW_START;
agbno            1673 fs/xfs/libxfs/xfs_refcount.c 		fsb = XFS_AGB_TO_FSB(mp, agno, agbno);
agbno              45 fs/xfs/libxfs/xfs_refcount.h 		xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
agbno              79 fs/xfs/libxfs/xfs_refcount_btree.c 			args.agbno, 1);
agbno              87 fs/xfs/libxfs/xfs_refcount_btree.c 	new->s = cpu_to_be32(args.agbno);
agbno             101 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		agbno,
agbno             110 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_insert(rcur->bc_mp, rcur->bc_private.a.agno, agbno,
agbno             113 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_eq(rcur, agbno, len, owner, offset, flags, &i);
agbno             118 fs/xfs/libxfs/xfs_rmap.c 	rcur->bc_rec.r.rm_startblock = agbno;
agbno             137 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		agbno,
agbno             146 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_delete(rcur->bc_mp, rcur->bc_private.a.agno, agbno,
agbno             149 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_eq(rcur, agbno, len, owner, offset, flags, &i);
agbno             128 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_insert(struct xfs_btree_cur *rcur, xfs_agblock_t agbno,
agbno              36 fs/xfs/libxfs/xfs_types.c 	xfs_agblock_t		agbno)
agbno              41 fs/xfs/libxfs/xfs_types.c 	if (agbno >= eoag)
agbno              43 fs/xfs/libxfs/xfs_types.c 	if (agbno <= XFS_AGFL_BLOCK(mp))
agbno             187 fs/xfs/libxfs/xfs_types.h 		xfs_agblock_t agbno);
agbno              30 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno;
agbno              36 fs/xfs/scrub/agheader.c 	agbno = XFS_SB_BLOCK(mp);
agbno              39 fs/xfs/scrub/agheader.c 	if (!xchk_xref_process_error(sc, agno, agbno, &error))
agbno              42 fs/xfs/scrub/agheader.c 	xchk_xref_is_used_space(sc, agbno, 1);
agbno              43 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_inode_chunk(sc, agbno, 1);
agbno              44 fs/xfs/scrub/agheader.c 	xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
agbno              45 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_shared(sc, agbno, 1);
agbno             382 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno;
agbno             401 fs/xfs/scrub/agheader.c 	error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have);
agbno             479 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno;
agbno             485 fs/xfs/scrub/agheader.c 	agbno = XFS_AGF_BLOCK(mp);
agbno             491 fs/xfs/scrub/agheader.c 	xchk_xref_is_used_space(sc, agbno, 1);
agbno             494 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_inode_chunk(sc, agbno, 1);
agbno             495 fs/xfs/scrub/agheader.c 	xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
agbno             497 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_shared(sc, agbno, 1);
agbno             512 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno;
agbno             536 fs/xfs/scrub/agheader.c 	agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]);
agbno             537 fs/xfs/scrub/agheader.c 	if (!xfs_verify_agbno(mp, agno, agbno))
agbno             540 fs/xfs/scrub/agheader.c 	agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]);
agbno             541 fs/xfs/scrub/agheader.c 	if (!xfs_verify_agbno(mp, agno, agbno))
agbno             553 fs/xfs/scrub/agheader.c 		agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]);
agbno             554 fs/xfs/scrub/agheader.c 		if (!xfs_verify_agbno(mp, agno, agbno))
agbno             563 fs/xfs/scrub/agheader.c 		agbno = be32_to_cpu(agf->agf_refcount_root);
agbno             564 fs/xfs/scrub/agheader.c 		if (!xfs_verify_agbno(mp, agno, agbno))
agbno             611 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno)
agbno             616 fs/xfs/scrub/agheader.c 	xchk_xref_is_used_space(sc, agbno, 1);
agbno             617 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_inode_chunk(sc, agbno, 1);
agbno             618 fs/xfs/scrub/agheader.c 	xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_AG);
agbno             619 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_shared(sc, agbno, 1);
agbno             626 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno,
agbno             633 fs/xfs/scrub/agheader.c 	if (xfs_verify_agbno(mp, agno, agbno) &&
agbno             635 fs/xfs/scrub/agheader.c 		sai->entries[sai->nr_entries++] = agbno;
agbno             639 fs/xfs/scrub/agheader.c 	xchk_agfl_block_xref(sc, agbno);
agbno             664 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno;
agbno             670 fs/xfs/scrub/agheader.c 	agbno = XFS_AGFL_BLOCK(mp);
agbno             676 fs/xfs/scrub/agheader.c 	xchk_xref_is_used_space(sc, agbno, 1);
agbno             677 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_inode_chunk(sc, agbno, 1);
agbno             678 fs/xfs/scrub/agheader.c 	xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
agbno             679 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_shared(sc, agbno, 1);
agbno             790 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno;
agbno             796 fs/xfs/scrub/agheader.c 	agbno = XFS_AGI_BLOCK(mp);
agbno             802 fs/xfs/scrub/agheader.c 	xchk_xref_is_used_space(sc, agbno, 1);
agbno             803 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_inode_chunk(sc, agbno, 1);
agbno             805 fs/xfs/scrub/agheader.c 	xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
agbno             806 fs/xfs/scrub/agheader.c 	xchk_xref_is_not_shared(sc, agbno, 1);
agbno             820 fs/xfs/scrub/agheader.c 	xfs_agblock_t		agbno;
agbno             845 fs/xfs/scrub/agheader.c 	agbno = be32_to_cpu(agi->agi_root);
agbno             846 fs/xfs/scrub/agheader.c 	if (!xfs_verify_agbno(mp, agno, agbno))
agbno             854 fs/xfs/scrub/agheader.c 		agbno = be32_to_cpu(agi->agi_free_root);
agbno             855 fs/xfs/scrub/agheader.c 		if (!xfs_verify_agbno(mp, agno, agbno))
agbno              91 fs/xfs/scrub/agheader_repair.c 	xfs_agblock_t		agbno,
agbno              96 fs/xfs/scrub/agheader_repair.c 	if (!xfs_verify_agbno(mp, sc->sa.agno, agbno))
agbno             584 fs/xfs/scrub/agheader_repair.c 	xfs_agblock_t		agbno;
agbno             607 fs/xfs/scrub/agheader_repair.c 		agbno = XFS_FSB_TO_AGBNO(mp, br->start);
agbno             609 fs/xfs/scrub/agheader_repair.c 		trace_xrep_agfl_insert(mp, sc->sa.agno, agbno, br->len);
agbno             612 fs/xfs/scrub/agheader_repair.c 			agfl_bno[fl_off] = cpu_to_be32(agbno);
agbno             614 fs/xfs/scrub/agheader_repair.c 			agbno++;
agbno              38 fs/xfs/scrub/alloc.c 	xfs_agblock_t		agbno,
agbno              54 fs/xfs/scrub/alloc.c 	error = xfs_alloc_lookup_le(*pcur, agbno, len, &has_otherrec);
agbno              70 fs/xfs/scrub/alloc.c 	if (fbno != agbno || flen != len)
agbno              78 fs/xfs/scrub/alloc.c 	xfs_agblock_t		agbno,
agbno              84 fs/xfs/scrub/alloc.c 	xchk_allocbt_xref_other(sc, agbno, len);
agbno              85 fs/xfs/scrub/alloc.c 	xchk_xref_is_not_inode_chunk(sc, agbno, len);
agbno              86 fs/xfs/scrub/alloc.c 	xchk_xref_has_no_owner(sc, agbno, len);
agbno              87 fs/xfs/scrub/alloc.c 	xchk_xref_is_not_shared(sc, agbno, len);
agbno             144 fs/xfs/scrub/alloc.c 	xfs_agblock_t		agbno,
agbno             153 fs/xfs/scrub/alloc.c 	error = xfs_alloc_has_record(sc->sa.bno_cur, agbno, len, &is_freesp);
agbno              87 fs/xfs/scrub/bmap.c 	xfs_agblock_t		agbno,
agbno             114 fs/xfs/scrub/bmap.c 		error = xfs_rmap_lookup_le_range(info->sc->sa.rmap_cur, agbno,
agbno             125 fs/xfs/scrub/bmap.c 	error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner,
agbno             150 fs/xfs/scrub/bmap.c 	xfs_agblock_t		agbno)
agbno             165 fs/xfs/scrub/bmap.c 	if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
agbno             170 fs/xfs/scrub/bmap.c 	if (rmap.rm_startblock > agbno ||
agbno             171 fs/xfs/scrub/bmap.c 	    agbno + irec->br_blockcount > rmap_end)
agbno             235 fs/xfs/scrub/bmap.c 	xfs_agblock_t		agbno;
agbno             240 fs/xfs/scrub/bmap.c 	agbno = XFS_FSB_TO_AGBNO(mp, irec->br_startblock);
agbno             248 fs/xfs/scrub/bmap.c 	xchk_xref_is_used_space(info->sc, agbno, len);
agbno             249 fs/xfs/scrub/bmap.c 	xchk_xref_is_not_inode_chunk(info->sc, agbno, len);
agbno             250 fs/xfs/scrub/bmap.c 	xchk_bmap_xref_rmap(info, irec, agbno);
agbno             257 fs/xfs/scrub/bmap.c 		xchk_xref_is_not_shared(info->sc, agbno,
agbno             261 fs/xfs/scrub/bmap.c 		xchk_xref_is_cow_staging(info->sc, agbno,
agbno             362 fs/xfs/scrub/btree.c 	xfs_agblock_t		agbno;
agbno             372 fs/xfs/scrub/btree.c 	agbno = xfs_daddr_to_agbno(bs->cur->bc_mp, daddr);
agbno             382 fs/xfs/scrub/btree.c 	xchk_xref_is_used_space(bs->sc, agbno, 1);
agbno             391 fs/xfs/scrub/btree.c 	xchk_xref_is_owned_by(bs->sc, agbno, 1, bs->oinfo);
agbno              86 fs/xfs/scrub/ialloc.c 	xfs_agblock_t			agbno,
agbno              92 fs/xfs/scrub/ialloc.c 	xchk_xref_is_used_space(sc, agbno, len);
agbno              94 fs/xfs/scrub/ialloc.c 	xchk_xref_is_owned_by(sc, agbno, len, &XFS_RMAP_OINFO_INODES);
agbno              95 fs/xfs/scrub/ialloc.c 	xchk_xref_is_not_shared(sc, agbno, len);
agbno             219 fs/xfs/scrub/ialloc.c 	xfs_agblock_t			agbno;
agbno             229 fs/xfs/scrub/ialloc.c 	agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base);
agbno             246 fs/xfs/scrub/ialloc.c 	imap.im_blkno = XFS_AGB_TO_DADDR(mp, agno, agbno);
agbno             271 fs/xfs/scrub/ialloc.c 		xchk_xref_is_not_owned_by(bs->sc, agbno,
agbno             277 fs/xfs/scrub/ialloc.c 	xchk_xref_is_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster,
agbno             625 fs/xfs/scrub/ialloc.c 	xfs_agblock_t		agbno,
agbno             636 fs/xfs/scrub/ialloc.c 	error = xfs_ialloc_has_inodes_at_extent(*icur, agbno, len, &has_inodes);
agbno             647 fs/xfs/scrub/ialloc.c 	xfs_agblock_t		agbno,
agbno             650 fs/xfs/scrub/ialloc.c 	xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, false);
agbno             651 fs/xfs/scrub/ialloc.c 	xchk_xref_inode_check(sc, agbno, len, &sc->sa.fino_cur, false);
agbno             658 fs/xfs/scrub/ialloc.c 	xfs_agblock_t		agbno,
agbno             661 fs/xfs/scrub/ialloc.c 	xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, true);
agbno             503 fs/xfs/scrub/inode.c 	xfs_agblock_t		agbno;
agbno             510 fs/xfs/scrub/inode.c 	agbno = XFS_INO_TO_AGBNO(sc->mp, ino);
agbno             513 fs/xfs/scrub/inode.c 	if (!xchk_xref_process_error(sc, agno, agbno, &error))
agbno             516 fs/xfs/scrub/inode.c 	xchk_xref_is_used_space(sc, agbno, 1);
agbno             518 fs/xfs/scrub/inode.c 	xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_INODES);
agbno             519 fs/xfs/scrub/inode.c 	xchk_xref_is_not_shared(sc, agbno, 1);
agbno             319 fs/xfs/scrub/refcount.c 	xfs_agblock_t		agbno,
agbno             326 fs/xfs/scrub/refcount.c 	xchk_xref_is_used_space(sc, agbno, len);
agbno             327 fs/xfs/scrub/refcount.c 	xchk_xref_is_not_inode_chunk(sc, agbno, len);
agbno             328 fs/xfs/scrub/refcount.c 	xchk_refcountbt_xref_rmap(sc, agbno, len, refcount);
agbno             426 fs/xfs/scrub/refcount.c 	xfs_agblock_t			agbno,
agbno             439 fs/xfs/scrub/refcount.c 			agbno + XFS_REFC_COW_START, &has_refcount);
agbno             472 fs/xfs/scrub/refcount.c 	xfs_agblock_t		agbno,
agbno             481 fs/xfs/scrub/refcount.c 	error = xfs_refcount_has_record(sc->sa.refc_cur, agbno, len, &shared);
agbno             488 fs/xfs/scrub/repair.c 	xfs_agblock_t		agbno)
agbno             502 fs/xfs/scrub/repair.c 	error = xfs_rmap_alloc(sc->tp, sc->sa.agf_bp, sc->sa.agno, agbno, 1,
agbno             509 fs/xfs/scrub/repair.c 			agbno, 0);
agbno             512 fs/xfs/scrub/repair.c 	xfs_extent_busy_insert(sc->tp, sc->sa.agno, agbno, 1,
agbno             529 fs/xfs/scrub/repair.c 	xfs_agblock_t			agbno;
agbno             534 fs/xfs/scrub/repair.c 	agbno = XFS_FSB_TO_AGBNO(sc->mp, fsbno);
agbno             553 fs/xfs/scrub/repair.c 	error = xfs_rmap_has_other_keys(cur, agbno, 1, oinfo, &has_other_rmap);
agbno             572 fs/xfs/scrub/repair.c 		error = xfs_rmap_free(sc->tp, agf_bp, agno, agbno, 1, oinfo);
agbno             574 fs/xfs/scrub/repair.c 		error = xrep_put_freelist(sc, agbno);
agbno             665 fs/xfs/scrub/repair.c 	xfs_agblock_t		*agbno = priv;
agbno             667 fs/xfs/scrub/repair.c 	return (*agbno == bno) ? -ECANCELED : 0;
agbno             676 fs/xfs/scrub/repair.c 	xfs_agblock_t			agbno,
agbno             686 fs/xfs/scrub/repair.c 	daddr = XFS_AGB_TO_DADDR(mp, ri->sc->sa.agno, agbno);
agbno             696 fs/xfs/scrub/repair.c 				xrep_findroot_agfl_walk, &agbno);
agbno             811 fs/xfs/scrub/repair.c 		fab->root = agbno;
agbno             815 fs/xfs/scrub/repair.c 	trace_xrep_findroot_block(mp, ri->sc->sa.agno, agbno,
agbno              69 fs/xfs/scrub/rmap.c 	xfs_agblock_t		agbno = irec->rm_startblock;
agbno              75 fs/xfs/scrub/rmap.c 	xchk_xref_is_used_space(sc, agbno, len);
agbno              77 fs/xfs/scrub/rmap.c 		xchk_xref_is_inode_chunk(sc, agbno, len);
agbno              79 fs/xfs/scrub/rmap.c 		xchk_xref_is_not_inode_chunk(sc, agbno, len);
agbno             133 fs/xfs/scrub/scrub.h void xchk_xref_is_used_space(struct xfs_scrub *sc, xfs_agblock_t agbno,
agbno             135 fs/xfs/scrub/scrub.h void xchk_xref_is_not_inode_chunk(struct xfs_scrub *sc, xfs_agblock_t agbno,
agbno             137 fs/xfs/scrub/scrub.h void xchk_xref_is_inode_chunk(struct xfs_scrub *sc, xfs_agblock_t agbno,
agbno             139 fs/xfs/scrub/scrub.h void xchk_xref_is_owned_by(struct xfs_scrub *sc, xfs_agblock_t agbno,
agbno             141 fs/xfs/scrub/scrub.h void xchk_xref_is_not_owned_by(struct xfs_scrub *sc, xfs_agblock_t agbno,
agbno             143 fs/xfs/scrub/scrub.h void xchk_xref_has_no_owner(struct xfs_scrub *sc, xfs_agblock_t agbno,
agbno             659 fs/xfs/scrub/trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len),
agbno             660 fs/xfs/scrub/trace.h 	TP_ARGS(mp, agno, agbno, len),
agbno             664 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, agbno)
agbno             670 fs/xfs/scrub/trace.h 		__entry->agbno = agbno;
agbno             676 fs/xfs/scrub/trace.h 		  __entry->agbno,
agbno             682 fs/xfs/scrub/trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len), \
agbno             683 fs/xfs/scrub/trace.h 	TP_ARGS(mp, agno, agbno, len))
agbno             689 fs/xfs/scrub/trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len,
agbno             691 fs/xfs/scrub/trace.h 	TP_ARGS(mp, agno, agbno, len, owner, offset, flags),
agbno             695 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, agbno)
agbno             704 fs/xfs/scrub/trace.h 		__entry->agbno = agbno;
agbno             713 fs/xfs/scrub/trace.h 		  __entry->agbno,
agbno             722 fs/xfs/scrub/trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len, \
agbno             724 fs/xfs/scrub/trace.h 	TP_ARGS(mp, agno, agbno, len, owner, offset, flags))
agbno             757 fs/xfs/scrub/trace.h 	TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno,
agbno             759 fs/xfs/scrub/trace.h 	TP_ARGS(mp, agno, agbno, btnum),
agbno             763 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, agbno)
agbno             769 fs/xfs/scrub/trace.h 		__entry->agbno = agbno;
agbno             775 fs/xfs/scrub/trace.h 		  __entry->agbno,
agbno             779 fs/xfs/scrub/trace.h 	TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno,
agbno             781 fs/xfs/scrub/trace.h 	TP_ARGS(mp, agno, agbno, magic, level),
agbno             785 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, agbno)
agbno             792 fs/xfs/scrub/trace.h 		__entry->agbno = agbno;
agbno             799 fs/xfs/scrub/trace.h 		  __entry->agbno,
agbno             369 fs/xfs/xfs_extfree_item.c 	xfs_agblock_t			agbno = XFS_FSB_TO_AGBNO(mp,
agbno             373 fs/xfs/xfs_extfree_item.c 	trace_xfs_bmap_free_deferred(tp->t_mountp, agno, 0, agbno, ext_len);
agbno             542 fs/xfs/xfs_extfree_item.c 	xfs_agblock_t			agbno;
agbno             548 fs/xfs/xfs_extfree_item.c 	agbno = XFS_FSB_TO_AGBNO(mp, free->xefi_startblock);
agbno             550 fs/xfs/xfs_extfree_item.c 	trace_xfs_agfl_free_deferred(mp, agno, 0, agbno, free->xefi_blockcount);
agbno             554 fs/xfs/xfs_extfree_item.c 		error = xfs_free_agfl_block(tp, agno, agbno, agbp,
agbno              84 fs/xfs/xfs_icreate_item.c 	xfs_agblock_t		agbno,
agbno             100 fs/xfs/xfs_icreate_item.c 	icp->ic_format.icl_agbno = cpu_to_be32(agbno);
agbno              18 fs/xfs/xfs_icreate_item.h 			xfs_agblock_t agbno, unsigned int count,
agbno              94 fs/xfs/xfs_iwalk.c 	xfs_agblock_t			agbno;
agbno              98 fs/xfs/xfs_iwalk.c 	agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino);
agbno             106 fs/xfs/xfs_iwalk.c 			xfs_btree_reada_bufs(mp, agno, agbno,
agbno             110 fs/xfs/xfs_iwalk.c 		agbno += igeo->blocks_per_cluster;
agbno            3774 fs/xfs/xfs_log_recover.c 	xfs_agblock_t		agbno;
agbno            3799 fs/xfs/xfs_log_recover.c 	agbno = be32_to_cpu(icl->icl_agbno);
agbno            3800 fs/xfs/xfs_log_recover.c 	if (!agbno || agbno == NULLAGBLOCK || agbno >= mp->m_sb.sb_agblocks) {
agbno            3851 fs/xfs/xfs_log_recover.c 				agbno + i * igeo->blocks_per_cluster);
agbno            3876 fs/xfs/xfs_log_recover.c 	return xfs_ialloc_inode_init(mp, NULL, buffer_list, count, agno, agbno,
agbno             133 fs/xfs/xfs_reflink.c 	xfs_agblock_t		agbno,
agbno             151 fs/xfs/xfs_reflink.c 	error = xfs_refcount_find_shared(cur, agbno, aglen, fbno, flen,
agbno             177 fs/xfs/xfs_reflink.c 	xfs_agblock_t		agbno;
agbno             192 fs/xfs/xfs_reflink.c 	agbno = XFS_FSB_TO_AGBNO(ip->i_mount, irec->br_startblock);
agbno             195 fs/xfs/xfs_reflink.c 	error = xfs_reflink_find_shared(ip->i_mount, NULL, agno, agbno,
agbno             204 fs/xfs/xfs_reflink.c 	} else if (fbno == agbno) {
agbno             221 fs/xfs/xfs_reflink.c 		irec->br_blockcount = fbno - agbno;
agbno            1402 fs/xfs/xfs_reflink.c 	xfs_agblock_t		agbno;
agbno            1429 fs/xfs/xfs_reflink.c 			agbno = XFS_FSB_TO_AGBNO(mp, map[1].br_startblock);
agbno            1432 fs/xfs/xfs_reflink.c 			error = xfs_reflink_find_shared(mp, NULL, agno, agbno,
agbno            1442 fs/xfs/xfs_reflink.c 					(rbno - agbno));
agbno            1452 fs/xfs/xfs_reflink.c 			map[1].br_blockcount -= (rbno - agbno + rlen);
agbno            1453 fs/xfs/xfs_reflink.c 			map[1].br_startoff += (rbno - agbno + rlen);
agbno            1454 fs/xfs/xfs_reflink.c 			map[1].br_startblock += (rbno - agbno + rlen);
agbno            1475 fs/xfs/xfs_reflink.c 	xfs_agblock_t			agbno;
agbno            1497 fs/xfs/xfs_reflink.c 		agbno = XFS_FSB_TO_AGBNO(mp, got.br_startblock);
agbno            1500 fs/xfs/xfs_reflink.c 		error = xfs_reflink_find_shared(mp, tp, agno, agbno, aglen,
agbno              21 fs/xfs/xfs_reflink.h 		xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_extlen_t aglen,
agbno            1406 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len),
agbno            1407 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len),
agbno            1411 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            1417 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            1423 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            1429 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len), \
agbno            1430 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len))
agbno            1439 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len,
agbno            1441 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len, tbno, tlen),
agbno            1445 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            1453 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            1461 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            1532 fs/xfs/xfs_trace.h 	TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, xfs_agblock_t agbno,
agbno            1535 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len, resv, haveleft, haveright),
agbno            1539 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            1548 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            1557 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            1572 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            1593 fs/xfs/xfs_trace.h 		__entry->agbno = args->agbno;
agbno            1617 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            2134 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2143 fs/xfs/xfs_trace.h 		__entry->agbno = be32_to_cpu(in_f->icl_agbno);
agbno            2151 fs/xfs/xfs_trace.h 		  __entry->agno, __entry->agbno, __entry->count, __entry->isize,
agbno            2164 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len),
agbno            2165 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len),
agbno            2169 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2175 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2181 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            2188 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len), \
agbno            2189 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len))
agbno            2321 fs/xfs/xfs_trace.h 		 int type, xfs_agblock_t agbno, xfs_extlen_t len),
agbno            2322 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, type, agbno, len),
agbno            2327 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2334 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2341 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            2355 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno,
agbno            2361 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state),
agbno            2366 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2377 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2388 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            2399 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, \
agbno            2405 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state))
agbno            2430 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len, bool unwritten,
agbno            2432 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len, unwritten, oinfo),
agbno            2436 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2445 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2456 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            2465 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len, bool unwritten, \
agbno            2467 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len, unwritten, oinfo))
agbno            2512 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len,
agbno            2514 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len, owner, offset, flags),
agbno            2518 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2527 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2536 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            2545 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_extlen_t len, \
agbno            2547 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, len, owner, offset, flags))
agbno            2641 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_lookup_t dir),
agbno            2642 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, dir),
agbno            2646 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2652 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2658 fs/xfs/xfs_trace.h 		  __entry->agbno,
agbno            2666 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno, xfs_lookup_t dir), \
agbno            2667 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, agbno, dir))
agbno            2705 fs/xfs/xfs_trace.h 		 struct xfs_refcount_irec *irec, xfs_agblock_t agbno),
agbno            2706 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, irec, agbno),
agbno            2713 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2721 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2729 fs/xfs/xfs_trace.h 		  __entry->agbno)
agbno            2735 fs/xfs/xfs_trace.h 		 struct xfs_refcount_irec *irec, xfs_agblock_t agbno), \
agbno            2736 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, irec, agbno))
agbno            2785 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno),
agbno            2786 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, i1, i2, agbno),
agbno            2796 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2807 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2819 fs/xfs/xfs_trace.h 		  __entry->agbno)
agbno            2826 fs/xfs/xfs_trace.h 		 xfs_agblock_t agbno), \
agbno            2827 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, i1, i2, agbno))
agbno            2929 fs/xfs/xfs_trace.h 		 int type, xfs_agblock_t agbno, xfs_extlen_t len,
agbno            2931 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, type, agbno, len, new_agbno, new_len),
agbno            2936 fs/xfs/xfs_trace.h 		__field(xfs_agblock_t, agbno)
agbno            2945 fs/xfs/xfs_trace.h 		__entry->agbno = agbno;
agbno            2954 fs/xfs/xfs_trace.h 		  __entry->agbno,