fbno              413 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	fbno,		/* starting block of free extent */
fbno              437 fs/xfs/libxfs/xfs_alloc.c 			i == 1 && nfbno1 == fbno && nflen1 == flen);
fbno              440 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i)))
fbno              452 fs/xfs/libxfs/xfs_alloc.c 			i == 1 && nfbno1 == fbno && nflen1 == flen);
fbno              455 fs/xfs/libxfs/xfs_alloc.c 		if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i)))
fbno              478 fs/xfs/libxfs/xfs_alloc.c 	if (rbno == fbno && rlen == flen)
fbno              480 fs/xfs/libxfs/xfs_alloc.c 	else if (rbno == fbno) {
fbno              484 fs/xfs/libxfs/xfs_alloc.c 	} else if (rbno + rlen == fbno + flen) {
fbno              485 fs/xfs/libxfs/xfs_alloc.c 		nfbno1 = fbno;
fbno              489 fs/xfs/libxfs/xfs_alloc.c 		nfbno1 = fbno;
fbno              490 fs/xfs/libxfs/xfs_alloc.c 		nflen1 = rbno - fbno;
fbno              492 fs/xfs/libxfs/xfs_alloc.c 		nflen2 = (fbno + flen) - nfbno2;
fbno              712 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		fbno = NULLAGBLOCK;
fbno              727 fs/xfs/libxfs/xfs_alloc.c 		error = xfs_alloc_get_rec(ccur, &fbno, &flen, &i);
fbno              740 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_get_freelist(args->tp, args->agbp, &fbno, 0);
fbno              743 fs/xfs/libxfs/xfs_alloc.c 	if (fbno == NULLAGBLOCK)
fbno              746 fs/xfs/libxfs/xfs_alloc.c 	xfs_extent_busy_reuse(args->mp, args->agno, fbno, 1,
fbno              752 fs/xfs/libxfs/xfs_alloc.c 		bp = xfs_btree_get_bufs(args->mp, args->tp, args->agno, fbno);
fbno              759 fs/xfs/libxfs/xfs_alloc.c 	*fbnop = args->agbno = fbno;
fbno              762 fs/xfs/libxfs/xfs_alloc.c 		fbno < be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length),
fbno              771 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_rmap_free(args->tp, args->agbp, args->agno, fbno, 1,
fbno              788 fs/xfs/libxfs/xfs_alloc.c 	*fbnop = fbno;
fbno              885 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	fbno;	/* start block of found extent */
fbno              915 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i);
fbno              919 fs/xfs/libxfs/xfs_alloc.c 	ASSERT(fbno <= args->agbno);
fbno              924 fs/xfs/libxfs/xfs_alloc.c 	tbno = fbno;
fbno              959 fs/xfs/libxfs/xfs_alloc.c 	error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen, args->agbno,
fbno             1496 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	fbno;		/* start of found freespace */
fbno             1529 fs/xfs/libxfs/xfs_alloc.c 						   &fbno, &flen, &i);
fbno             1538 fs/xfs/libxfs/xfs_alloc.c 		busy = xfs_alloc_compute_aligned(args, fbno, flen, &rbno,
fbno             1545 fs/xfs/libxfs/xfs_alloc.c 			error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen, &i);
fbno             1550 fs/xfs/libxfs/xfs_alloc.c 			busy = xfs_alloc_compute_aligned(args, fbno, flen,
fbno             1583 fs/xfs/libxfs/xfs_alloc.c 			(rlen <= flen && rbno + rlen <= fbno + flen), error0);
fbno             1593 fs/xfs/libxfs/xfs_alloc.c 		bestfbno = fbno;
fbno             1599 fs/xfs/libxfs/xfs_alloc.c 			if ((error = xfs_alloc_get_rec(cnt_cur, &fbno, &flen,
fbno             1605 fs/xfs/libxfs/xfs_alloc.c 			busy = xfs_alloc_compute_aligned(args, fbno, flen,
fbno             1609 fs/xfs/libxfs/xfs_alloc.c 				(rlen <= flen && rbno + rlen <= fbno + flen),
fbno             1615 fs/xfs/libxfs/xfs_alloc.c 				bestfbno = fbno;
fbno             1627 fs/xfs/libxfs/xfs_alloc.c 		fbno = bestfbno;
fbno             1652 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_fixup_trees(cnt_cur, bno_cur, fbno, flen,
fbno              218 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dablk_t		fbno,
fbno              224 fs/xfs/libxfs/xfs_dir2_leaf.c 	err = xfs_da_read_buf(tp, dp, fbno, mappedbno, bpp,
fbno              235 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dablk_t		fbno,
fbno              241 fs/xfs/libxfs/xfs_dir2_leaf.c 	err = xfs_da_read_buf(tp, dp, fbno, mappedbno, bpp,
fbno              159 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dablk_t		fbno,
fbno              167 fs/xfs/libxfs/xfs_dir2_node.c 	firstdb = (xfs_dir2_da_to_db(mp->m_dir_geo, fbno) -
fbno              196 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dablk_t		fbno,
fbno              203 fs/xfs/libxfs/xfs_dir2_node.c 	err = xfs_da_read_buf(tp, dp, fbno, mappedbno, bpp,
fbno              209 fs/xfs/libxfs/xfs_dir2_node.c 	fa = xfs_dir3_free_header_check(dp, fbno, *bpp);
fbno              227 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dablk_t		fbno,
fbno              230 fs/xfs/libxfs/xfs_dir2_node.c 	return __xfs_dir3_free_read(tp, dp, fbno, -1, bpp);
fbno              237 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dablk_t		fbno,
fbno              240 fs/xfs/libxfs/xfs_dir2_node.c 	return __xfs_dir3_free_read(tp, dp, fbno, -2, bpp);
fbno              246 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_db_t		fbno,
fbno              256 fs/xfs/libxfs/xfs_dir2_node.c 	error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(args->geo, fbno),
fbno             1631 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_db_t		fbno;
fbno             1653 fs/xfs/libxfs/xfs_dir2_node.c 	fbno = dp->d_ops->db_to_fdb(args->geo, *dbno);
fbno             1655 fs/xfs/libxfs/xfs_dir2_node.c 			       xfs_dir2_db_to_da(args->geo, fbno), &fbp);
fbno             1664 fs/xfs/libxfs/xfs_dir2_node.c 		error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fbno);
fbno             1668 fs/xfs/libxfs/xfs_dir2_node.c 		if (dp->d_ops->db_to_fdb(args->geo, *dbno) != fbno) {
fbno             1673 fs/xfs/libxfs/xfs_dir2_node.c 				(long long)*dbno, (long long)fbno);
fbno             1687 fs/xfs/libxfs/xfs_dir2_node.c 		error = xfs_dir3_free_get_buf(args, fbno, &fbp);
fbno             1695 fs/xfs/libxfs/xfs_dir2_node.c 		freehdr.firstdb = (fbno - xfs_dir2_byte_to_db(args->geo,
fbno             1752 fs/xfs/libxfs/xfs_dir2_node.c 	xfs_dir2_db_t		fbno;
fbno             1799 fs/xfs/libxfs/xfs_dir2_node.c 	for (fbno = lastfbno - 1; fbno >= firstfbno; fbno--) {
fbno             1801 fs/xfs/libxfs/xfs_dir2_node.c 		if (fbno == ifbno)
fbno             1810 fs/xfs/libxfs/xfs_dir2_node.c 				xfs_dir2_db_to_da(args->geo, fbno),
fbno               51 fs/xfs/libxfs/xfs_dir2_priv.h 		xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp);
fbno               53 fs/xfs/libxfs/xfs_dir2_priv.h 		xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp);
fbno              108 fs/xfs/libxfs/xfs_dir2_priv.h 		xfs_dablk_t fbno, struct xfs_buf **bpp);
fbno             1244 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			*fbno,
fbno             1257 fs/xfs/libxfs/xfs_refcount.c 	*fbno = NULLAGBLOCK;
fbno             1300 fs/xfs/libxfs/xfs_refcount.c 	*fbno = tmp.rc_startblock;
fbno             1301 fs/xfs/libxfs/xfs_refcount.c 	*flen = min(tmp.rc_blockcount, agbno + aglen - *fbno);
fbno             1306 fs/xfs/libxfs/xfs_refcount.c 	while (*fbno + *flen < agbno + aglen) {
fbno             1317 fs/xfs/libxfs/xfs_refcount.c 		    tmp.rc_startblock != *fbno + *flen)
fbno             1319 fs/xfs/libxfs/xfs_refcount.c 		*flen = min(*flen + tmp.rc_blockcount, agbno + aglen - *fbno);
fbno             1324 fs/xfs/libxfs/xfs_refcount.c 			cur->bc_private.a.agno, *fbno, *flen);
fbno               45 fs/xfs/libxfs/xfs_refcount.h 		xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
fbno               42 fs/xfs/scrub/alloc.c 	xfs_agblock_t		fbno;
fbno               62 fs/xfs/scrub/alloc.c 	error = xfs_alloc_get_rec(*pcur, &fbno, &flen, &has_otherrec);
fbno               70 fs/xfs/scrub/alloc.c 	if (fbno != agbno || flen != len)
fbno               38 fs/xfs/scrub/rmap.c 	xfs_agblock_t		fbno;
fbno               56 fs/xfs/scrub/rmap.c 			irec->rm_blockcount, &fbno, &flen, false);
fbno               65 fs/xfs/xfs_discard.c 		xfs_agblock_t	fbno;
fbno               70 fs/xfs/xfs_discard.c 		error = xfs_alloc_get_rec(cur, &fbno, &flen, &i);
fbno               81 fs/xfs/xfs_discard.c 		dbno = XFS_AGB_TO_DADDR(mp, agno, fbno);
fbno               88 fs/xfs/xfs_discard.c 			trace_xfs_discard_toosmall(mp, agno, fbno, flen);
fbno               98 fs/xfs/xfs_discard.c 			trace_xfs_discard_exclude(mp, agno, fbno, flen);
fbno              106 fs/xfs/xfs_discard.c 		if (xfs_extent_busy_search(mp, agno, fbno, flen)) {
fbno              107 fs/xfs/xfs_discard.c 			trace_xfs_discard_busy(mp, agno, fbno, flen);
fbno              111 fs/xfs/xfs_discard.c 		trace_xfs_discard_extent(mp, agno, fbno, flen);
fbno              138 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		fbno,
fbno              143 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		fend = fbno + flen;
fbno              170 fs/xfs/xfs_extent_busy.c 	if (bbno < fbno && bend > fend) {
fbno              189 fs/xfs/xfs_extent_busy.c 	} else if (bbno >= fbno && bend <= fend) {
fbno              247 fs/xfs/xfs_extent_busy.c 	} else if (bbno < fbno) {
fbno              261 fs/xfs/xfs_extent_busy.c 		busyp->length = fbno - busyp->bno;
fbno              266 fs/xfs/xfs_extent_busy.c 	trace_xfs_extent_busy_reuse(mp, pag->pag_agno, fbno, flen);
fbno              272 fs/xfs/xfs_extent_busy.c 	trace_xfs_extent_busy_force(mp, pag->pag_agno, fbno, flen);
fbno              285 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		fbno,
fbno              304 fs/xfs/xfs_extent_busy.c 		if (fbno + flen <= bbno) {
fbno              307 fs/xfs/xfs_extent_busy.c 		} else if (fbno >= bend) {
fbno              312 fs/xfs/xfs_extent_busy.c 		if (!xfs_extent_busy_update_extent(mp, pag, busyp, fbno, flen,
fbno              339 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		fbno;
fbno              348 fs/xfs/xfs_extent_busy.c 	fbno = *bno;
fbno              354 fs/xfs/xfs_extent_busy.c 		xfs_agblock_t	fend = fbno + flen;
fbno              361 fs/xfs/xfs_extent_busy.c 		} else if (fbno >= bend) {
fbno              373 fs/xfs/xfs_extent_busy.c 							  busyp, fbno, flen,
fbno              379 fs/xfs/xfs_extent_busy.c 		if (bbno <= fbno) {
fbno              429 fs/xfs/xfs_extent_busy.c 			fbno = bend;
fbno              485 fs/xfs/xfs_extent_busy.c 			if (bbno - fbno >= args->maxlen) {
fbno              490 fs/xfs/xfs_extent_busy.c 				fbno = bend;
fbno              491 fs/xfs/xfs_extent_busy.c 			} else if (bbno - fbno >= args->minlen) {
fbno              499 fs/xfs/xfs_extent_busy.c 		flen = fend - fbno;
fbno              503 fs/xfs/xfs_extent_busy.c 	if (fbno != *bno || flen != *len) {
fbno              505 fs/xfs/xfs_extent_busy.c 					  fbno, flen);
fbno              506 fs/xfs/xfs_extent_busy.c 		*bno = fbno;
fbno               47 fs/xfs/xfs_extent_busy.h 	xfs_agblock_t fbno, xfs_extlen_t flen, bool userdata);
fbno              199 fs/xfs/xfs_fsmap.c 	xfs_agblock_t			fbno;
fbno              216 fs/xfs/xfs_fsmap.c 			rec->rm_blockcount, &fbno, &flen, false);
fbno              135 fs/xfs/xfs_reflink.c 	xfs_agblock_t		*fbno,
fbno              151 fs/xfs/xfs_reflink.c 	error = xfs_refcount_find_shared(cur, agbno, aglen, fbno, flen,
fbno              179 fs/xfs/xfs_reflink.c 	xfs_agblock_t		fbno;
fbno              196 fs/xfs/xfs_reflink.c 			aglen, &fbno, &flen, true);
fbno              201 fs/xfs/xfs_reflink.c 	if (fbno == NULLAGBLOCK) {
fbno              204 fs/xfs/xfs_reflink.c 	} else if (fbno == agbno) {
fbno              221 fs/xfs/xfs_reflink.c 		irec->br_blockcount = fbno - agbno;
fbno             1396 fs/xfs/xfs_reflink.c 	xfs_fileoff_t		fbno,
fbno             1412 fs/xfs/xfs_reflink.c 	while (end - fbno > 0) {
fbno             1418 fs/xfs/xfs_reflink.c 		error = xfs_bmapi_read(ip, fbno, end - fbno, map, &nmaps, 0);
fbno             1458 fs/xfs/xfs_reflink.c 		fbno = map[0].br_startoff + map[0].br_blockcount;
fbno             1601 fs/xfs/xfs_reflink.c 	xfs_fileoff_t		fbno;
fbno             1615 fs/xfs/xfs_reflink.c 	fbno = XFS_B_TO_FSBT(mp, offset);
fbno             1618 fs/xfs/xfs_reflink.c 	error = xfs_reflink_dirty_extents(ip, fbno, end, isize);
fbno               22 fs/xfs/xfs_reflink.h 		xfs_agblock_t *fbno, xfs_extlen_t *flen, bool find_maximal);