bno               625 fs/ext2/inode.c 			   u32 *bno, bool *new, bool *boundary,
bno               778 fs/ext2/inode.c 		*bno = le32_to_cpu(chain[depth-1].key);
bno               787 fs/ext2/inode.c 	u32 bno;
bno               790 fs/ext2/inode.c 	ret = ext2_get_blocks(inode, iblock, max_blocks, &bno, &new, &boundary,
bno               795 fs/ext2/inode.c 	map_bh(bh_result, inode->i_sb, bno);
bno               814 fs/ext2/inode.c 	u32 bno;
bno               818 fs/ext2/inode.c 			&bno, &new, &boundary, flags & IOMAP_WRITE);
bno               833 fs/ext2/inode.c 		iomap->addr = (u64)bno << blkbits;
bno                88 fs/freevxfs/vxfs_bmap.c 		daddr_t	bno;
bno                97 fs/freevxfs/vxfs_bmap.c 		bno = fs32_to_cpu(sbi, indir[(bn / indsize) % (indsize * bn)]) +
bno               101 fs/freevxfs/vxfs_bmap.c 		return bno;
bno               116 fs/iomap/fiemap.c 	sector_t *bno = data, addr;
bno               123 fs/iomap/fiemap.c 			*bno = addr;
bno               130 fs/iomap/fiemap.c iomap_bmap(struct address_space *mapping, sector_t bno,
bno               134 fs/iomap/fiemap.c 	loff_t pos = bno << inode->i_blkbits;
bno               140 fs/iomap/fiemap.c 	bno = 0;
bno               141 fs/iomap/fiemap.c 	iomap_apply(inode, pos, blocksize, 0, ops, &bno, iomap_bmap_actor);
bno               142 fs/iomap/fiemap.c 	return bno;
bno               237 fs/ufs/ufs_fs.h #define ufs_cbtocylno(bno) \
bno               238 fs/ufs/ufs_fs.h 	((bno) * uspi->s_nspf / uspi->s_spc)
bno               239 fs/ufs/ufs_fs.h #define ufs_cbtorpos(bno)				      \
bno               241 fs/ufs/ufs_fs.h 	 (((((bno) * uspi->s_nspf % uspi->s_spc) %	      \
bno               245 fs/ufs/ufs_fs.h 	((((bno) * uspi->s_nspf % uspi->s_spc / uspi->s_nsect \
bno               246 fs/ufs/ufs_fs.h 	* uspi->s_trackskew + (bno) * uspi->s_nspf % uspi->s_spc \
bno               145 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		bno,	/* starting block of extent */
bno               149 fs/xfs/libxfs/xfs_alloc.c 	cur->bc_rec.a.ar_startblock = bno;
bno               161 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		bno,	/* starting block of extent */
bno               165 fs/xfs/libxfs/xfs_alloc.c 	cur->bc_rec.a.ar_startblock = bno;
bno               177 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		bno,	/* starting block of extent */
bno               181 fs/xfs/libxfs/xfs_alloc.c 	cur->bc_rec.a.ar_startblock = bno;
bno               194 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		bno,	/* starting block of extent */
bno               199 fs/xfs/libxfs/xfs_alloc.c 	rec.alloc.ar_startblock = cpu_to_be32(bno);
bno               210 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		*bno,	/* output: starting block of extent */
bno               223 fs/xfs/libxfs/xfs_alloc.c 	*bno = be32_to_cpu(rec->alloc.ar_startblock);
bno               230 fs/xfs/libxfs/xfs_alloc.c 	if (!xfs_verify_agbno(mp, agno, *bno))
bno               232 fs/xfs/libxfs/xfs_alloc.c 	if (*bno > *bno + *len)
bno               234 fs/xfs/libxfs/xfs_alloc.c 	if (!xfs_verify_agbno(mp, agno, *bno + *len - 1))
bno               244 fs/xfs/libxfs/xfs_alloc.c 		"start block 0x%x block count 0x%x", *bno, *len);
bno               261 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	bno = foundbno;
bno               267 fs/xfs/libxfs/xfs_alloc.c 	busy = xfs_extent_busy_trim(args, &bno, &len, busy_gen);
bno               273 fs/xfs/libxfs/xfs_alloc.c 	if (bno < args->min_agbno && bno + len > args->min_agbno) {
bno               274 fs/xfs/libxfs/xfs_alloc.c 		diff = args->min_agbno - bno;
bno               276 fs/xfs/libxfs/xfs_alloc.c 			bno += diff;
bno               282 fs/xfs/libxfs/xfs_alloc.c 		xfs_agblock_t	aligned_bno = roundup(bno, args->alignment);
bno               284 fs/xfs/libxfs/xfs_alloc.c 		diff = aligned_bno - bno;
bno               289 fs/xfs/libxfs/xfs_alloc.c 		*resbno = bno;
bno              1690 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t			bno,
bno              1714 fs/xfs/libxfs/xfs_alloc.c 		error = xfs_rmap_free(tp, agbp, agno, bno, len, oinfo);
bno              1727 fs/xfs/libxfs/xfs_alloc.c 	if ((error = xfs_alloc_lookup_le(bno_cur, bno, len, &haveleft)))
bno              1739 fs/xfs/libxfs/xfs_alloc.c 		if (ltbno + ltlen < bno)
bno              1748 fs/xfs/libxfs/xfs_alloc.c 						ltbno + ltlen <= bno, error0);
bno              1767 fs/xfs/libxfs/xfs_alloc.c 		if (bno + len < gtbno)
bno              1775 fs/xfs/libxfs/xfs_alloc.c 			XFS_WANT_CORRUPTED_GOTO(mp, gtbno >= bno + len, error0);
bno              1886 fs/xfs/libxfs/xfs_alloc.c 		nbno = bno;
bno              1896 fs/xfs/libxfs/xfs_alloc.c 		nbno = bno;
bno              1929 fs/xfs/libxfs/xfs_alloc.c 	trace_xfs_free_extent(mp, agno, bno, len, type, haveleft, haveright);
bno              1934 fs/xfs/libxfs/xfs_alloc.c 	trace_xfs_free_extent(mp, agno, bno, len, type, -1, -1);
bno              2233 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		bno;	/* freelist block */
bno              2322 fs/xfs/libxfs/xfs_alloc.c 		error = xfs_alloc_get_freelist(tp, agbp, &bno, 0);
bno              2327 fs/xfs/libxfs/xfs_alloc.c 		xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo);
bno              2365 fs/xfs/libxfs/xfs_alloc.c 		for (bno = targs.agbno; bno < targs.agbno + targs.len; bno++) {
bno              2367 fs/xfs/libxfs/xfs_alloc.c 							agflbp, bno, 0);
bno              2399 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t	bno;	/* block number returned */
bno              2427 fs/xfs/libxfs/xfs_alloc.c 	bno = be32_to_cpu(agfl_bno[be32_to_cpu(agf->agf_flfirst)]);
bno              2448 fs/xfs/libxfs/xfs_alloc.c 	*bnop = bno;
bno              2523 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		bno,	/* block being freed */
bno              2565 fs/xfs/libxfs/xfs_alloc.c 	*blockp = cpu_to_be32(bno);
bno              3017 fs/xfs/libxfs/xfs_alloc.c 	xfs_fsblock_t			bno,
bno              3025 fs/xfs/libxfs/xfs_alloc.c 	xfs_agnumber_t			agno = XFS_FSB_TO_AGNO(mp, bno);
bno              3026 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t			agbno = XFS_FSB_TO_AGBNO(mp, bno);
bno              3123 fs/xfs/libxfs/xfs_alloc.c 	xfs_agblock_t		bno,
bno              3131 fs/xfs/libxfs/xfs_alloc.c 	low.a.ar_startblock = bno;
bno              3133 fs/xfs/libxfs/xfs_alloc.c 	high.a.ar_startblock = bno + len - 1;
bno               156 fs/xfs/libxfs/xfs_alloc.h 	xfs_agblock_t	bno,	/* block being freed */
bno               183 fs/xfs/libxfs/xfs_alloc.h 	xfs_fsblock_t		bno,	/* starting block number of extent */
bno               192 fs/xfs/libxfs/xfs_alloc.h 	xfs_fsblock_t		bno,
bno               197 fs/xfs/libxfs/xfs_alloc.h 	return __xfs_free_extent(tp, bno, len, oinfo, type, false);
bno               203 fs/xfs/libxfs/xfs_alloc.h 	xfs_agblock_t		bno,	/* starting block of extent */
bno               210 fs/xfs/libxfs/xfs_alloc.h 	xfs_agblock_t		bno,	/* starting block of extent */
bno               217 fs/xfs/libxfs/xfs_alloc.h 	xfs_agblock_t		*bno,	/* output: starting block of extent */
bno               245 fs/xfs/libxfs/xfs_alloc.h int xfs_alloc_has_record(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno               248 fs/xfs/libxfs/xfs_alloc.h typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno,
bno                62 fs/xfs/libxfs/xfs_alloc_btree.c 	xfs_agblock_t		bno;
bno                66 fs/xfs/libxfs/xfs_alloc_btree.c 				       &bno, 1);
bno                70 fs/xfs/libxfs/xfs_alloc_btree.c 	if (bno == NULLAGBLOCK) {
bno                75 fs/xfs/libxfs/xfs_alloc_btree.c 	xfs_extent_busy_reuse(cur->bc_mp, cur->bc_private.a.agno, bno, 1, false);
bno                78 fs/xfs/libxfs/xfs_alloc_btree.c 	new->s = cpu_to_be32(bno);
bno                91 fs/xfs/libxfs/xfs_alloc_btree.c 	xfs_agblock_t		bno;
bno                94 fs/xfs/libxfs/xfs_alloc_btree.c 	bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp));
bno                95 fs/xfs/libxfs/xfs_alloc_btree.c 	error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NULL, bno, 1);
bno                99 fs/xfs/libxfs/xfs_alloc_btree.c 	xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1,
bno               369 fs/xfs/libxfs/xfs_attr_leaf.c 	xfs_dablk_t		bno,
bno               375 fs/xfs/libxfs/xfs_attr_leaf.c 	err = xfs_da_read_buf(tp, dp, bno, mappedbno, bpp,
bno                88 fs/xfs/libxfs/xfs_attr_leaf.h 			xfs_dablk_t bno, xfs_daddr_t mappedbno,
bno                54 fs/xfs/libxfs/xfs_attr_remote.c 	xfs_daddr_t		bno)
bno                58 fs/xfs/libxfs/xfs_attr_remote.c 	if (bno != be64_to_cpu(rmt->rm_blkno))
bno                77 fs/xfs/libxfs/xfs_attr_remote.c 	xfs_daddr_t		bno)
bno                87 fs/xfs/libxfs/xfs_attr_remote.c 	if (be64_to_cpu(rmt->rm_blkno) != bno)
bno               109 fs/xfs/libxfs/xfs_attr_remote.c 	xfs_daddr_t	bno;
bno               117 fs/xfs/libxfs/xfs_attr_remote.c 	bno = bp->b_bn;
bno               127 fs/xfs/libxfs/xfs_attr_remote.c 		*failaddr = xfs_attr3_rmt_verify(mp, bp, ptr, blksize, bno);
bno               132 fs/xfs/libxfs/xfs_attr_remote.c 		bno += BTOBB(blksize);
bno               175 fs/xfs/libxfs/xfs_attr_remote.c 	xfs_daddr_t	bno;
bno               182 fs/xfs/libxfs/xfs_attr_remote.c 	bno = bp->b_bn;
bno               189 fs/xfs/libxfs/xfs_attr_remote.c 		fa = xfs_attr3_rmt_verify(mp, bp, ptr, blksize, bno);
bno               207 fs/xfs/libxfs/xfs_attr_remote.c 		bno += BTOBB(blksize);
bno               229 fs/xfs/libxfs/xfs_attr_remote.c 	xfs_daddr_t		bno)
bno               241 fs/xfs/libxfs/xfs_attr_remote.c 	rmt->rm_blkno = cpu_to_be64(bno);
bno               271 fs/xfs/libxfs/xfs_attr_remote.c 	xfs_daddr_t	bno = bp->b_bn;
bno               285 fs/xfs/libxfs/xfs_attr_remote.c 						  byte_cnt, bno)) {
bno               288 fs/xfs/libxfs/xfs_attr_remote.c 					bno, *offset, byte_cnt, ino);
bno               299 fs/xfs/libxfs/xfs_attr_remote.c 		bno += BTOBB(blksize);
bno               319 fs/xfs/libxfs/xfs_attr_remote.c 	xfs_daddr_t	bno = bp->b_bn;
bno               331 fs/xfs/libxfs/xfs_attr_remote.c 						 byte_cnt, bno);
bno               349 fs/xfs/libxfs/xfs_attr_remote.c 		bno += BTOBB(blksize);
bno               230 fs/xfs/libxfs/xfs_bmap.c 	xfs_fsblock_t		bno)
bno               241 fs/xfs/libxfs/xfs_bmap.c 		if (XFS_BUF_ADDR(cur->bc_bufs[i]) == bno)
bno               250 fs/xfs/libxfs/xfs_bmap.c 		    XFS_BUF_ADDR(bip->bli_buf) == bno)
bno               320 fs/xfs/libxfs/xfs_bmap.c 	xfs_fsblock_t		bno;	/* block # of "block" */
bno               341 fs/xfs/libxfs/xfs_bmap.c 	bno = NULLFSBLOCK;
bno               352 fs/xfs/libxfs/xfs_bmap.c 	bno = be64_to_cpu(*pp);
bno               354 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(bno != NULLFSBLOCK);
bno               355 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
bno               356 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
bno               365 fs/xfs/libxfs/xfs_bmap.c 		bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
bno               368 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_btree_read_bufl(mp, NULL, bno, &bp,
bno               385 fs/xfs/libxfs/xfs_bmap.c 		bno = be64_to_cpu(*pp);
bno               387 fs/xfs/libxfs/xfs_bmap.c 					xfs_verify_fsbno(mp, bno), error0);
bno               441 fs/xfs/libxfs/xfs_bmap.c 		bno = nextbno;
bno               445 fs/xfs/libxfs/xfs_bmap.c 		if (bno == NULLFSBLOCK)
bno               449 fs/xfs/libxfs/xfs_bmap.c 		bp = xfs_bmap_get_bp(cur, XFS_FSB_TO_DADDR(mp, bno));
bno               452 fs/xfs/libxfs/xfs_bmap.c 			error = xfs_btree_read_bufl(mp, NULL, bno, &bp,
bno               483 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		bno,
bno               497 fs/xfs/libxfs/xfs_bmap.c 			ASSERT(mval[i].br_startoff >= bno);
bno               500 fs/xfs/libxfs/xfs_bmap.c 			       bno + len);
bno               502 fs/xfs/libxfs/xfs_bmap.c 			ASSERT(mval[i].br_startoff < bno + len);
bno               504 fs/xfs/libxfs/xfs_bmap.c 			       bno);
bno               518 fs/xfs/libxfs/xfs_bmap.c #define	xfs_bmap_validate_ret(bno,len,flags,mval,onmap,nmap)	do { } while (0)
bno               532 fs/xfs/libxfs/xfs_bmap.c 	xfs_fsblock_t			bno,
bno               543 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(bno != NULLFSBLOCK);
bno               546 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(!isnullstartblock(bno));
bno               547 fs/xfs/libxfs/xfs_bmap.c 	agno = XFS_FSB_TO_AGNO(mp, bno);
bno               548 fs/xfs/libxfs/xfs_bmap.c 	agbno = XFS_FSB_TO_AGBNO(mp, bno);
bno               557 fs/xfs/libxfs/xfs_bmap.c 	new->xefi_startblock = bno;
bno               565 fs/xfs/libxfs/xfs_bmap.c 			XFS_FSB_TO_AGNO(tp->t_mountp, bno), 0,
bno               566 fs/xfs/libxfs/xfs_bmap.c 			XFS_FSB_TO_AGBNO(tp->t_mountp, bno), len);
bno              1173 fs/xfs/libxfs/xfs_bmap.c 	xfs_fsblock_t		bno;
bno              1196 fs/xfs/libxfs/xfs_bmap.c 	bno = be64_to_cpu(*pp);
bno              1203 fs/xfs/libxfs/xfs_bmap.c 		error = xfs_btree_read_bufl(mp, tp, bno, &bp,
bno              1211 fs/xfs/libxfs/xfs_bmap.c 		bno = be64_to_cpu(*pp);
bno              1213 fs/xfs/libxfs/xfs_bmap.c 			xfs_verify_fsbno(mp, bno), out_brelse);
bno              1270 fs/xfs/libxfs/xfs_bmap.c 		bno = nextbno;
bno              1274 fs/xfs/libxfs/xfs_bmap.c 		if (bno == NULLFSBLOCK)
bno              1276 fs/xfs/libxfs/xfs_bmap.c 		error = xfs_btree_read_bufl(mp, tp, bno, &bp,
bno              3661 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		bno,
bno              3665 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		end = bno + len;
bno              3667 fs/xfs/libxfs/xfs_bmap.c 	if (irec->br_startoff + irec->br_blockcount <= bno ||
bno              3673 fs/xfs/libxfs/xfs_bmap.c 	if (irec->br_startoff < bno) {
bno              3674 fs/xfs/libxfs/xfs_bmap.c 		distance = bno - irec->br_startoff;
bno              3697 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		*bno,
bno              3712 fs/xfs/libxfs/xfs_bmap.c 	if (obno > *bno)
bno              3713 fs/xfs/libxfs/xfs_bmap.c 		*bno = obno;
bno              3714 fs/xfs/libxfs/xfs_bmap.c 	ASSERT((*bno >= obno) || (n == 0));
bno              3715 fs/xfs/libxfs/xfs_bmap.c 	ASSERT(*bno < end);
bno              3716 fs/xfs/libxfs/xfs_bmap.c 	mval->br_startoff = *bno;
bno              3721 fs/xfs/libxfs/xfs_bmap.c 					(*bno - got->br_startoff);
bno              3729 fs/xfs/libxfs/xfs_bmap.c 	mval->br_blockcount = XFS_FILBLKS_MIN(end - *bno,
bno              3730 fs/xfs/libxfs/xfs_bmap.c 			got->br_blockcount - (*bno - got->br_startoff));
bno              3742 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		*bno,
bno              3756 fs/xfs/libxfs/xfs_bmap.c 	*bno = mval->br_startoff + mval->br_blockcount;
bno              3757 fs/xfs/libxfs/xfs_bmap.c 	*len = end - *bno;
bno              3796 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		bno,
bno              3835 fs/xfs/libxfs/xfs_bmap.c 			mval->br_startoff = bno;
bno              3862 fs/xfs/libxfs/xfs_bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got))
bno              3864 fs/xfs/libxfs/xfs_bmap.c 	end = bno + len;
bno              3865 fs/xfs/libxfs/xfs_bmap.c 	obno = bno;
bno              3867 fs/xfs/libxfs/xfs_bmap.c 	while (bno < end && n < *nmap) {
bno              3871 fs/xfs/libxfs/xfs_bmap.c 		if (got.br_startoff > bno) {
bno              3873 fs/xfs/libxfs/xfs_bmap.c 			mval->br_startoff = bno;
bno              3876 fs/xfs/libxfs/xfs_bmap.c 				XFS_FILBLKS_MIN(len, got.br_startoff - bno);
bno              3878 fs/xfs/libxfs/xfs_bmap.c 			bno += mval->br_blockcount;
bno              3886 fs/xfs/libxfs/xfs_bmap.c 		xfs_bmapi_trim_map(mval, &got, &bno, len, obno, end, n, flags);
bno              3887 fs/xfs/libxfs/xfs_bmap.c 		xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
bno              3890 fs/xfs/libxfs/xfs_bmap.c 		if (bno >= end || n >= *nmap)
bno              4259 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		bno,		/* starting file offs. mapped */
bno              4287 fs/xfs/libxfs/xfs_bmap.c 	orig_bno = bno;
bno              4336 fs/xfs/libxfs/xfs_bmap.c 	if (!xfs_iext_lookup_extent(ip, ifp, bno, &bma.icur, &bma.got))
bno              4343 fs/xfs/libxfs/xfs_bmap.c 	end = bno + len;
bno              4344 fs/xfs/libxfs/xfs_bmap.c 	obno = bno;
bno              4345 fs/xfs/libxfs/xfs_bmap.c 	while (bno < end && n < *nmap) {
bno              4349 fs/xfs/libxfs/xfs_bmap.c 		if (eof || bma.got.br_startoff > bno) {
bno              4371 fs/xfs/libxfs/xfs_bmap.c 			bma.offset = bno;
bno              4404 fs/xfs/libxfs/xfs_bmap.c 		xfs_bmapi_trim_map(mval, &bma.got, &bno, len, obno,
bno              4415 fs/xfs/libxfs/xfs_bmap.c 		xfs_bmapi_update_map(&mval, &bno, &len, obno, end, &n, flags);
bno              4422 fs/xfs/libxfs/xfs_bmap.c 		if (bno >= end || n >= *nmap || bma.nallocs >= *nmap)
bno              4559 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		bno,
bno              4598 fs/xfs/libxfs/xfs_bmap.c 	if (xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) {
bno              4600 fs/xfs/libxfs/xfs_bmap.c 		ASSERT(got.br_startoff > bno);
bno              4601 fs/xfs/libxfs/xfs_bmap.c 		ASSERT(got.br_startoff - bno >= len);
bno              4612 fs/xfs/libxfs/xfs_bmap.c 	got.br_startoff = bno;
bno              4988 fs/xfs/libxfs/xfs_bmap.c 		xfs_fsblock_t	bno;
bno              4992 fs/xfs/libxfs/xfs_bmap.c 		bno = div_u64_rem(del->br_startblock, mp->m_sb.sb_rextsize,
bno              4999 fs/xfs/libxfs/xfs_bmap.c 		error = xfs_rtfree_extent(tp, bno, (xfs_extlen_t)len);
bno              5522 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t		bno,
bno              5530 fs/xfs/libxfs/xfs_bmap.c 	error = __xfs_bunmapi(tp, ip, bno, &len, flags, nexts);
bno               181 fs/xfs/libxfs/xfs_bmap.h void	xfs_trim_extent(struct xfs_bmbt_irec *irec, xfs_fileoff_t bno,
bno               187 fs/xfs/libxfs/xfs_bmap.h void	__xfs_bmap_add_free(struct xfs_trans *tp, xfs_fsblock_t bno,
bno               198 fs/xfs/libxfs/xfs_bmap.h int	xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
bno               202 fs/xfs/libxfs/xfs_bmap.h 		xfs_fileoff_t bno, xfs_filblks_t len, int flags,
bno               205 fs/xfs/libxfs/xfs_bmap.h 		xfs_fileoff_t bno, xfs_filblks_t *rlen, int flags,
bno               208 fs/xfs/libxfs/xfs_bmap.h 		xfs_fileoff_t bno, xfs_filblks_t len, int flags,
bno               241 fs/xfs/libxfs/xfs_bmap.h 	xfs_fsblock_t			bno,
bno               245 fs/xfs/libxfs/xfs_bmap.h 	__xfs_bmap_add_free(tp, bno, len, oinfo, false);
bno               286 fs/xfs/libxfs/xfs_bmap.h 		xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
bno               282 fs/xfs/libxfs/xfs_da_btree.c 	xfs_dablk_t		bno,
bno               289 fs/xfs/libxfs/xfs_da_btree.c 	err = xfs_da_read_buf(tp, dp, bno, mappedbno, bpp,
bno              2062 fs/xfs/libxfs/xfs_da_btree.c 	xfs_fileoff_t		*bno,
bno              2075 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_bmap_first_unused(tp, dp, count, bno, w);
bno              2083 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_bmapi_write(tp, dp, *bno, count,
bno              2102 fs/xfs/libxfs/xfs_da_btree.c 		for (b = *bno, mapi = 0; b < *bno + count; ) {
bno              2104 fs/xfs/libxfs/xfs_da_btree.c 			c = (int)(*bno + count - b);
bno              2126 fs/xfs/libxfs/xfs_da_btree.c 	if (got != count || mapp[0].br_startoff != *bno ||
bno              2128 fs/xfs/libxfs/xfs_da_btree.c 	    *bno + count) {
bno              2151 fs/xfs/libxfs/xfs_da_btree.c 	xfs_fileoff_t		bno;
bno              2156 fs/xfs/libxfs/xfs_da_btree.c 	bno = args->geo->leafblk;
bno              2157 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_da_grow_inode_int(args, &bno, args->geo->fsbcount);
bno              2159 fs/xfs/libxfs/xfs_da_btree.c 		*new_blkno = (xfs_dablk_t)bno;
bno              2440 fs/xfs/libxfs/xfs_da_btree.c 	xfs_dablk_t	bno,
bno              2446 fs/xfs/libxfs/xfs_da_btree.c 	for (i = 0, off = bno; i < nmap; i++) {
bno              2456 fs/xfs/libxfs/xfs_da_btree.c 	return off == bno + count;
bno              2511 fs/xfs/libxfs/xfs_da_btree.c 	xfs_dablk_t		bno,
bno              2545 fs/xfs/libxfs/xfs_da_btree.c 		error = xfs_bmapi_read(dp, (xfs_fileoff_t)bno, nfsb, irecs,
bno              2551 fs/xfs/libxfs/xfs_da_btree.c 		irecs->br_startoff = (xfs_fileoff_t)bno;
bno              2557 fs/xfs/libxfs/xfs_da_btree.c 	if (!xfs_da_map_covers_blocks(nirecs, irecs, bno, nfsb)) {
bno              2563 fs/xfs/libxfs/xfs_da_btree.c 					__func__, (long long)bno,
bno              2594 fs/xfs/libxfs/xfs_da_btree.c 	xfs_dablk_t		bno,
bno              2608 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_dabuf_map(dp, bno, mappedbno, whichfork,
bno              2642 fs/xfs/libxfs/xfs_da_btree.c 	xfs_dablk_t		bno,
bno              2657 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_dabuf_map(dp, bno, mappedbno, whichfork,
bno              2690 fs/xfs/libxfs/xfs_da_btree.c 	xfs_dablk_t		bno,
bno              2702 fs/xfs/libxfs/xfs_da_btree.c 	error = xfs_dabuf_map(dp, bno, mappedbno, whichfork,
bno               175 fs/xfs/libxfs/xfs_da_btree.h 			 xfs_dablk_t bno, xfs_daddr_t mappedbno,
bno               182 fs/xfs/libxfs/xfs_da_btree.h int	xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
bno               185 fs/xfs/libxfs/xfs_da_btree.h 			      xfs_dablk_t bno, xfs_daddr_t mappedbno,
bno               188 fs/xfs/libxfs/xfs_da_btree.h 			       xfs_dablk_t bno, xfs_daddr_t mappedbno,
bno               191 fs/xfs/libxfs/xfs_da_btree.h int	xfs_da_reada_buf(struct xfs_inode *dp, xfs_dablk_t bno,
bno               556 fs/xfs/libxfs/xfs_dir2.c 	xfs_fileoff_t		bno;	/* directory offset of new block */
bno               565 fs/xfs/libxfs/xfs_dir2.c 	bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE);
bno               568 fs/xfs/libxfs/xfs_dir2.c 	error = xfs_da_grow_inode_int(args, &bno, count);
bno               572 fs/xfs/libxfs/xfs_dir2.c 	*dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno);
bno               580 fs/xfs/libxfs/xfs_dir2.c 		size = XFS_FSB_TO_B(mp, bno + count);
bno               637 fs/xfs/libxfs/xfs_dir2.c 	xfs_fileoff_t		bno;		/* directory file offset */
bno               684 fs/xfs/libxfs/xfs_dir2.c 	bno = da;
bno               685 fs/xfs/libxfs/xfs_dir2.c 	if ((error = xfs_bmap_last_before(tp, dp, &bno, XFS_DATA_FORK))) {
bno               692 fs/xfs/libxfs/xfs_dir2.c 		ASSERT(bno == 0);
bno               694 fs/xfs/libxfs/xfs_dir2.c 		ASSERT(bno > 0);
bno               698 fs/xfs/libxfs/xfs_dir2.c 	dp->i_d.di_size = XFS_FSB_TO_B(mp, bno);
bno               356 fs/xfs/libxfs/xfs_dir2_data.c 	xfs_dablk_t		bno,
bno               362 fs/xfs/libxfs/xfs_dir2_data.c 	err = xfs_da_read_buf(tp, dp, bno, mapped_bno, bpp,
bno               372 fs/xfs/libxfs/xfs_dir2_data.c 	xfs_dablk_t		bno,
bno               375 fs/xfs/libxfs/xfs_dir2_data.c 	return xfs_da_reada_buf(dp, bno, mapped_bno,
bno               299 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dir2_db_t		bno,
bno               310 fs/xfs/libxfs/xfs_dir2_leaf.c 	ASSERT(bno >= xfs_dir2_byte_to_db(args->geo, XFS_DIR2_LEAF_OFFSET) &&
bno               311 fs/xfs/libxfs/xfs_dir2_leaf.c 	       bno < xfs_dir2_byte_to_db(args->geo, XFS_DIR2_FREE_OFFSET));
bno               313 fs/xfs/libxfs/xfs_dir2_leaf.c 	error = xfs_da_get_buf(tp, dp, xfs_dir2_db_to_da(args->geo, bno),
bno                38 fs/xfs/libxfs/xfs_dir2_priv.h 		xfs_dablk_t bno, xfs_daddr_t mapped_bno, struct xfs_buf **bpp);
bno                39 fs/xfs/libxfs/xfs_dir2_priv.h extern int xfs_dir3_data_readahead(struct xfs_inode *dp, xfs_dablk_t bno,
bno                62 fs/xfs/libxfs/xfs_dir2_priv.h extern int xfs_dir3_leaf_get_buf(struct xfs_da_args *args, xfs_dir2_db_t bno,
bno              2691 fs/xfs/libxfs/xfs_ialloc.c 	xfs_agblock_t		bno,
bno              2698 fs/xfs/libxfs/xfs_ialloc.c 	low = XFS_AGB_TO_AGINO(cur->bc_mp, bno);
bno              2699 fs/xfs/libxfs/xfs_ialloc.c 	high = XFS_AGB_TO_AGINO(cur->bc_mp, bno + len) - 1;
bno               144 fs/xfs/libxfs/xfs_ialloc.h 		xfs_agblock_t bno, xfs_extlen_t len, bool *exists);
bno               111 fs/xfs/libxfs/xfs_inode_fork.h 			struct xfs_ifork *ifp, xfs_fileoff_t bno,
bno                46 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		bno,
bno                49 fs/xfs/libxfs/xfs_refcount.c 	trace_xfs_refcount_lookup(cur->bc_mp, cur->bc_private.a.agno, bno,
bno                51 fs/xfs/libxfs/xfs_refcount.c 	cur->bc_rec.rc.rc_startblock = bno;
bno                63 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		bno,
bno                66 fs/xfs/libxfs/xfs_refcount.c 	trace_xfs_refcount_lookup(cur->bc_mp, cur->bc_private.a.agno, bno,
bno                68 fs/xfs/libxfs/xfs_refcount.c 	cur->bc_rec.rc.rc_startblock = bno;
bno                80 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		bno,
bno                83 fs/xfs/libxfs/xfs_refcount.c 	trace_xfs_refcount_lookup(cur->bc_mp, cur->bc_private.a.agno, bno,
bno                85 fs/xfs/libxfs/xfs_refcount.c 	cur->bc_rec.rc.rc_startblock = bno;
bno              1091 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t			bno;
bno              1098 fs/xfs/libxfs/xfs_refcount.c 	bno = XFS_FSB_TO_AGBNO(mp, startblock);
bno              1140 fs/xfs/libxfs/xfs_refcount.c 		error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno,
bno              1145 fs/xfs/libxfs/xfs_refcount.c 		error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno,
bno              1152 fs/xfs/libxfs/xfs_refcount.c 		error = __xfs_refcount_cow_alloc(rcur, bno, blockcount);
bno              1157 fs/xfs/libxfs/xfs_refcount.c 		error = __xfs_refcount_cow_free(rcur, bno, blockcount);
bno              1165 fs/xfs/libxfs/xfs_refcount.c 				bno, blockcount, new_agbno, *new_len);
bno              1704 fs/xfs/libxfs/xfs_refcount.c 	xfs_agblock_t		bno,
bno              1712 fs/xfs/libxfs/xfs_refcount.c 	low.rc.rc_startblock = bno;
bno              1714 fs/xfs/libxfs/xfs_refcount.c 	high.rc.rc_startblock = bno + len - 1;
bno                10 fs/xfs/libxfs/xfs_refcount.h 		xfs_agblock_t bno, int *stat);
bno                12 fs/xfs/libxfs/xfs_refcount.h 		xfs_agblock_t bno, int *stat);
bno                14 fs/xfs/libxfs/xfs_refcount.h 		xfs_agblock_t bno, int *stat);
bno                72 fs/xfs/libxfs/xfs_refcount.h 		xfs_agblock_t bno, xfs_extlen_t len, bool *exists);
bno                32 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		bno,
bno                39 fs/xfs/libxfs/xfs_rmap.c 	cur->bc_rec.r.rm_startblock = bno;
bno                54 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		bno,
bno                61 fs/xfs/libxfs/xfs_rmap.c 	cur->bc_rec.r.rm_startblock = bno;
bno               275 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		bno,
bno               286 fs/xfs/libxfs/xfs_rmap.c 	if (bno == 0)
bno               288 fs/xfs/libxfs/xfs_rmap.c 	info.high.rm_startblock = bno - 1;
bno               303 fs/xfs/libxfs/xfs_rmap.c 			cur->bc_private.a.agno, bno, 0, owner, offset, flags);
bno               353 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		bno,
bno               363 fs/xfs/libxfs/xfs_rmap.c 	info.high.rm_startblock = bno;
bno               376 fs/xfs/libxfs/xfs_rmap.c 			cur->bc_private.a.agno, bno, 0, owner, offset, flags);
bno               454 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno               474 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_unmap(mp, cur->bc_private.a.agno, bno, len,
bno               482 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags, &i);
bno               505 fs/xfs/libxfs/xfs_rmap.c 		XFS_WANT_CORRUPTED_GOTO(mp, bno >= ltrec.rm_startblock +
bno               518 fs/xfs/libxfs/xfs_rmap.c 	    ltrec.rm_startblock + ltrec.rm_blockcount <= bno) {
bno               530 fs/xfs/libxfs/xfs_rmap.c 		if (rtrec.rm_startblock >= bno + len)
bno               535 fs/xfs/libxfs/xfs_rmap.c 	XFS_WANT_CORRUPTED_GOTO(mp, ltrec.rm_startblock <= bno &&
bno               537 fs/xfs/libxfs/xfs_rmap.c 			bno + len, out_error);
bno               545 fs/xfs/libxfs/xfs_rmap.c 	if (ltrec.rm_startblock == bno && ltrec.rm_blockcount == len) {
bno               555 fs/xfs/libxfs/xfs_rmap.c 	} else if (ltrec.rm_startblock == bno) {
bno               573 fs/xfs/libxfs/xfs_rmap.c 	} else if (ltrec.rm_startblock + ltrec.rm_blockcount == bno + len) {
bno               604 fs/xfs/libxfs/xfs_rmap.c 		ltrec.rm_blockcount = bno - ltrec.rm_startblock;
bno               613 fs/xfs/libxfs/xfs_rmap.c 		cur->bc_rec.r.rm_startblock = bno + len;
bno               634 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_unmap_done(mp, cur->bc_private.a.agno, bno, len,
bno               651 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno               664 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_unmap(cur, bno, len, false, oinfo);
bno               706 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno               729 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_map(mp, cur->bc_private.a.agno, bno, len,
bno               738 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags,
bno               758 fs/xfs/libxfs/xfs_rmap.c 		ltrec.rm_startblock + ltrec.rm_blockcount <= bno, out_error);
bno               773 fs/xfs/libxfs/xfs_rmap.c 		XFS_WANT_CORRUPTED_GOTO(mp, bno + len <= gtrec.rm_startblock,
bno               788 fs/xfs/libxfs/xfs_rmap.c 	    ltrec.rm_startblock + ltrec.rm_blockcount == bno &&
bno               801 fs/xfs/libxfs/xfs_rmap.c 		    bno + len == gtrec.rm_startblock &&
bno               835 fs/xfs/libxfs/xfs_rmap.c 		   bno + len == gtrec.rm_startblock &&
bno               846 fs/xfs/libxfs/xfs_rmap.c 		gtrec.rm_startblock = bno;
bno               858 fs/xfs/libxfs/xfs_rmap.c 		cur->bc_rec.r.rm_startblock = bno;
bno               863 fs/xfs/libxfs/xfs_rmap.c 		trace_xfs_rmap_insert(mp, cur->bc_private.a.agno, bno, len,
bno               871 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_map_done(mp, cur->bc_private.a.agno, bno, len,
bno               888 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno               900 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_map(cur, bno, len, false, oinfo);
bno               925 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno               949 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_convert(mp, cur->bc_private.a.agno, bno, len,
bno               957 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i);
bno              1000 fs/xfs/libxfs/xfs_rmap.c 				LEFT.rm_startblock + LEFT.rm_blockcount <= bno,
bno              1006 fs/xfs/libxfs/xfs_rmap.c 		if (LEFT.rm_startblock + LEFT.rm_blockcount == bno &&
bno              1030 fs/xfs/libxfs/xfs_rmap.c 		XFS_WANT_CORRUPTED_GOTO(mp, bno + len <= RIGHT.rm_startblock,
bno              1036 fs/xfs/libxfs/xfs_rmap.c 		if (bno + len == RIGHT.rm_startblock &&
bno              1055 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, oldext, &i);
bno              1206 fs/xfs/libxfs/xfs_rmap.c 		NEW.rm_startblock = bno;
bno              1212 fs/xfs/libxfs/xfs_rmap.c 		trace_xfs_rmap_insert(mp, cur->bc_private.a.agno, bno,
bno              1235 fs/xfs/libxfs/xfs_rmap.c 		NEW.rm_startblock = bno;
bno              1252 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_lookup_eq(cur, bno, len, owner, offset,
bno              1257 fs/xfs/libxfs/xfs_rmap.c 		NEW.rm_startblock = bno;
bno              1263 fs/xfs/libxfs/xfs_rmap.c 		trace_xfs_rmap_insert(mp, cur->bc_private.a.agno, bno,
bno              1278 fs/xfs/libxfs/xfs_rmap.c 		NEW.rm_startblock = bno + len;
bno              1304 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_lookup_eq(cur, bno, len, owner, offset,
bno              1312 fs/xfs/libxfs/xfs_rmap.c 		trace_xfs_rmap_insert(mp, cur->bc_private.a.agno, bno, len,
bno              1333 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_convert_done(mp, cur->bc_private.a.agno, bno, len,
bno              1350 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno              1374 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_convert(mp, cur->bc_private.a.agno, bno, len,
bno              1382 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, flags,
bno              1403 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_find_left_neighbor(cur, bno, owner, offset, newext,
bno              1410 fs/xfs/libxfs/xfs_rmap.c 				LEFT.rm_startblock + LEFT.rm_blockcount <= bno,
bno              1417 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_eq(cur, bno + len, len, owner, offset + len,
bno              1427 fs/xfs/libxfs/xfs_rmap.c 		XFS_WANT_CORRUPTED_GOTO(mp, bno + len <= RIGHT.rm_startblock,
bno              1599 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_insert(cur, bno, len, owner, offset, newext);
bno              1627 fs/xfs/libxfs/xfs_rmap.c 		NEW.rm_startblock = bno;
bno              1652 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_insert(cur, bno, len, owner, offset, newext);
bno              1664 fs/xfs/libxfs/xfs_rmap.c 		NEW.rm_startblock = bno + len;
bno              1688 fs/xfs/libxfs/xfs_rmap.c 		NEW.rm_startblock = bno;
bno              1713 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_convert_done(mp, cur->bc_private.a.agno, bno, len,
bno              1739 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno              1756 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_unmap(mp, cur->bc_private.a.agno, bno, len,
bno              1764 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le_range(cur, bno, owner, offset, flags,
bno              1772 fs/xfs/libxfs/xfs_rmap.c 	XFS_WANT_CORRUPTED_GOTO(mp, ltrec.rm_startblock <= bno &&
bno              1774 fs/xfs/libxfs/xfs_rmap.c 		bno + len, out_error);
bno              1788 fs/xfs/libxfs/xfs_rmap.c 	if (ltrec.rm_startblock == bno && ltrec.rm_blockcount == len) {
bno              1795 fs/xfs/libxfs/xfs_rmap.c 	} else if (ltrec.rm_startblock == bno) {
bno              1823 fs/xfs/libxfs/xfs_rmap.c 	} else if (ltrec.rm_startblock + ltrec.rm_blockcount == bno + len) {
bno              1866 fs/xfs/libxfs/xfs_rmap.c 		ltrec.rm_blockcount = bno - ltrec.rm_startblock;
bno              1872 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_insert(cur, bno + len,
bno              1880 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_unmap_done(mp, cur->bc_private.a.agno, bno, len,
bno              1901 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno              1920 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_map(mp, cur->bc_private.a.agno, bno, len,
bno              1924 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_find_left_neighbor(cur, bno, owner, offset, flags,
bno              1933 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_eq(cur, bno + len, len, owner, offset + len,
bno              1952 fs/xfs/libxfs/xfs_rmap.c 	    ltrec.rm_startblock + ltrec.rm_blockcount == bno &&
bno              1965 fs/xfs/libxfs/xfs_rmap.c 		    bno + len == gtrec.rm_startblock &&
bno              1996 fs/xfs/libxfs/xfs_rmap.c 		   bno + len == gtrec.rm_startblock &&
bno              2015 fs/xfs/libxfs/xfs_rmap.c 		gtrec.rm_startblock = bno;
bno              2028 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_insert(cur, bno, len, owner, offset, flags);
bno              2033 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_map_done(mp, cur->bc_private.a.agno, bno, len,
bno              2169 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno;
bno              2174 fs/xfs/libxfs/xfs_rmap.c 	bno = XFS_FSB_TO_AGBNO(mp, startblock);
bno              2176 fs/xfs/libxfs/xfs_rmap.c 	trace_xfs_rmap_deferred(mp, agno, type, bno, owner, whichfork,
bno              2215 fs/xfs/libxfs/xfs_rmap.c 	bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, startblock);
bno              2220 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo);
bno              2223 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten,
bno              2228 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten,
bno              2232 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten,
bno              2236 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten,
bno              2240 fs/xfs/libxfs/xfs_rmap.c 		error = xfs_rmap_convert_shared(rcur, bno, blockcount,
bno              2358 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		bno,
bno              2367 fs/xfs/libxfs/xfs_rmap.c 	bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno);
bno              2380 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		bno,
bno              2389 fs/xfs/libxfs/xfs_rmap.c 	bmap.br_startblock = XFS_AGB_TO_FSB(tp->t_mountp, agno, bno);
bno              2429 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t		bno,
bno              2437 fs/xfs/libxfs/xfs_rmap.c 	low.r.rm_startblock = bno;
bno              2439 fs/xfs/libxfs/xfs_rmap.c 	high.r.rm_startblock = bno + len - 1;
bno              2454 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno              2470 fs/xfs/libxfs/xfs_rmap.c 	error = xfs_rmap_lookup_le(cur, bno, len, owner, offset, flags,
bno              2487 fs/xfs/libxfs/xfs_rmap.c 	*has_rmap = (irec.rm_owner == owner && irec.rm_startblock <= bno &&
bno              2488 fs/xfs/libxfs/xfs_rmap.c 		     irec.rm_startblock + irec.rm_blockcount >= bno + len);
bno              2522 fs/xfs/libxfs/xfs_rmap.c 	xfs_agblock_t			bno,
bno              2535 fs/xfs/libxfs/xfs_rmap.c 	low.rm_startblock = bno;
bno              2537 fs/xfs/libxfs/xfs_rmap.c 	high.rm_startblock = bno + len - 1;
bno               116 fs/xfs/libxfs/xfs_rmap.h 		   xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len,
bno               119 fs/xfs/libxfs/xfs_rmap.h 		  xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len,
bno               122 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_lookup_le(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno               125 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_lookup_eq(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno               173 fs/xfs/libxfs/xfs_rmap.h 		xfs_agblock_t bno, xfs_extlen_t len, uint64_t owner);
bno               175 fs/xfs/libxfs/xfs_rmap.h 		xfs_agblock_t bno, xfs_extlen_t len, uint64_t owner);
bno               184 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_find_left_neighbor(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno               187 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_lookup_le_range(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno               195 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_has_record(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno               197 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_record_exists(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno               200 fs/xfs/libxfs/xfs_rmap.h int xfs_rmap_has_other_keys(struct xfs_btree_cur *cur, xfs_agblock_t bno,
bno                89 fs/xfs/libxfs/xfs_rmap_btree.c 	xfs_agblock_t		bno;
bno                93 fs/xfs/libxfs/xfs_rmap_btree.c 				       &bno, 1);
bno                98 fs/xfs/libxfs/xfs_rmap_btree.c 			bno, 1);
bno                99 fs/xfs/libxfs/xfs_rmap_btree.c 	if (bno == NULLAGBLOCK) {
bno               104 fs/xfs/libxfs/xfs_rmap_btree.c 	xfs_extent_busy_reuse(cur->bc_mp, cur->bc_private.a.agno, bno, 1,
bno               108 fs/xfs/libxfs/xfs_rmap_btree.c 	new->s = cpu_to_be32(bno);
bno               125 fs/xfs/libxfs/xfs_rmap_btree.c 	xfs_agblock_t		bno;
bno               128 fs/xfs/libxfs/xfs_rmap_btree.c 	bno = xfs_daddr_to_agbno(cur->bc_mp, XFS_BUF_ADDR(bp));
bno               130 fs/xfs/libxfs/xfs_rmap_btree.c 			bno, 1);
bno               133 fs/xfs/libxfs/xfs_rmap_btree.c 	error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NULL, bno, 1);
bno               137 fs/xfs/libxfs/xfs_rmap_btree.c 	xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1,
bno               943 fs/xfs/libxfs/xfs_rtbitmap.c 	xfs_rtblock_t	bno,		/* starting block number of extent */
bno               950 fs/xfs/libxfs/xfs_rtbitmap.c 	error = xfs_rtcheck_range(mp, tp, bno, len, 0, &new, &stat);
bno               966 fs/xfs/libxfs/xfs_rtbitmap.c 	xfs_rtblock_t	bno,		/* starting block number to free */
bno               979 fs/xfs/libxfs/xfs_rtbitmap.c 	error = xfs_rtcheck_alloc_range(mp, tp, bno, len);
bno               986 fs/xfs/libxfs/xfs_rtbitmap.c 	error = xfs_rtfree_range(mp, tp, bno, len, &sumbp, &sb);
bno                72 fs/xfs/libxfs/xfs_types.c 	xfs_agblock_t		bno;
bno                81 fs/xfs/libxfs/xfs_types.c 	bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align);
bno                82 fs/xfs/libxfs/xfs_types.c 	*first = XFS_AGB_TO_AGINO(mp, bno);
bno                88 fs/xfs/libxfs/xfs_types.c 	bno = round_down(eoag, M_IGEO(mp)->cluster_align);
bno                89 fs/xfs/libxfs/xfs_types.c 	*last = XFS_AGB_TO_AGINO(mp, bno) - 1;
bno                98 fs/xfs/scrub/alloc.c 	xfs_agblock_t		bno;
bno               101 fs/xfs/scrub/alloc.c 	bno = be32_to_cpu(rec->alloc.ar_startblock);
bno               104 fs/xfs/scrub/alloc.c 	if (bno + len <= bno ||
bno               105 fs/xfs/scrub/alloc.c 	    !xfs_verify_agbno(mp, agno, bno) ||
bno               106 fs/xfs/scrub/alloc.c 	    !xfs_verify_agbno(mp, agno, bno + len - 1))
bno               109 fs/xfs/scrub/alloc.c 	xchk_allocbt_xref(bs->sc, bno, len);
bno                67 fs/xfs/scrub/common.c 	xfs_agblock_t		bno,
bno                86 fs/xfs/scrub/common.c 		trace_xchk_op_error(sc, agno, bno, *error,
bno                97 fs/xfs/scrub/common.c 	xfs_agblock_t		bno,
bno               100 fs/xfs/scrub/common.c 	return __xchk_process_error(sc, agno, bno, error,
bno               108 fs/xfs/scrub/common.c 	xfs_agblock_t		bno,
bno               111 fs/xfs/scrub/common.c 	return __xchk_process_error(sc, agno, bno, error,
bno                36 fs/xfs/scrub/common.h 		xfs_agblock_t bno, int *error);
bno                41 fs/xfs/scrub/common.h 		xfs_agnumber_t agno, xfs_agblock_t bno, int *error);
bno               108 fs/xfs/scrub/ialloc.c 	xfs_agblock_t			bno;
bno               110 fs/xfs/scrub/ialloc.c 	bno = XFS_AGINO_TO_AGBNO(mp, agino);
bno               111 fs/xfs/scrub/ialloc.c 	if (bno + len <= bno ||
bno               112 fs/xfs/scrub/ialloc.c 	    !xfs_verify_agbno(mp, agno, bno) ||
bno               113 fs/xfs/scrub/ialloc.c 	    !xfs_verify_agbno(mp, agno, bno + len - 1))
bno               116 fs/xfs/scrub/ialloc.c 	xchk_iallocbt_chunk_xref(bs->sc, irec, agino, bno, len);
bno                76 fs/xfs/scrub/refcount.c 	xfs_agblock_t		bno;
bno               107 fs/xfs/scrub/refcount.c 	rc_last = refchk->bno + refchk->len - 1;
bno               115 fs/xfs/scrub/refcount.c 	if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) {
bno               153 fs/xfs/scrub/refcount.c 	xfs_agblock_t			bno;
bno               176 fs/xfs/scrub/refcount.c 	bno = 0;
bno               178 fs/xfs/scrub/refcount.c 		if (frag->rm.rm_startblock < bno)
bno               180 fs/xfs/scrub/refcount.c 		bno = frag->rm.rm_startblock;
bno               188 fs/xfs/scrub/refcount.c 		if (frag->rm.rm_startblock > refchk->bno)
bno               190 fs/xfs/scrub/refcount.c 		bno = frag->rm.rm_startblock + frag->rm.rm_blockcount;
bno               191 fs/xfs/scrub/refcount.c 		if (bno < rbno)
bno               192 fs/xfs/scrub/refcount.c 			rbno = bno;
bno               211 fs/xfs/scrub/refcount.c 			bno = frag->rm.rm_startblock + frag->rm.rm_blockcount;
bno               212 fs/xfs/scrub/refcount.c 			if (bno != rbno) {
bno               213 fs/xfs/scrub/refcount.c 				if (bno < next_rbno)
bno               214 fs/xfs/scrub/refcount.c 					next_rbno = bno;
bno               224 fs/xfs/scrub/refcount.c 			bno = frag->rm.rm_startblock + frag->rm.rm_blockcount;
bno               228 fs/xfs/scrub/refcount.c 			if (next_rbno > bno)
bno               229 fs/xfs/scrub/refcount.c 				next_rbno = bno;
bno               251 fs/xfs/scrub/refcount.c 	if (rbno < refchk->bno + refchk->len)
bno               272 fs/xfs/scrub/refcount.c 	xfs_agblock_t			bno,
bno               278 fs/xfs/scrub/refcount.c 		.bno = bno,
bno               294 fs/xfs/scrub/refcount.c 	low.rm_startblock = bno;
bno               296 fs/xfs/scrub/refcount.c 	high.rm_startblock = bno + len - 1;
bno               340 fs/xfs/scrub/refcount.c 	xfs_agblock_t		bno;
bno               345 fs/xfs/scrub/refcount.c 	bno = be32_to_cpu(rec->refc.rc_startblock);
bno               350 fs/xfs/scrub/refcount.c 	has_cowflag = (bno & XFS_REFC_COW_START);
bno               357 fs/xfs/scrub/refcount.c 	bno &= ~XFS_REFC_COW_START;
bno               358 fs/xfs/scrub/refcount.c 	if (bno + len <= bno ||
bno               359 fs/xfs/scrub/refcount.c 	    !xfs_verify_agbno(mp, agno, bno) ||
bno               360 fs/xfs/scrub/refcount.c 	    !xfs_verify_agbno(mp, agno, bno + len - 1))
bno               366 fs/xfs/scrub/refcount.c 	xchk_refcountbt_xref(bs->sc, bno, len, refcount);
bno               290 fs/xfs/scrub/repair.c 	xfs_agblock_t			bno;
bno               296 fs/xfs/scrub/repair.c 		error = xfs_alloc_get_freelist(sc->tp, sc->sa.agf_bp, &bno, 1);
bno               299 fs/xfs/scrub/repair.c 		if (bno == NULLAGBLOCK)
bno               301 fs/xfs/scrub/repair.c 		xfs_extent_busy_reuse(sc->mp, sc->sa.agno, bno,
bno               303 fs/xfs/scrub/repair.c 		*fsbno = XFS_AGB_TO_FSB(sc->mp, sc->sa.agno, bno);
bno               662 fs/xfs/scrub/repair.c 	xfs_agblock_t		bno,
bno               667 fs/xfs/scrub/repair.c 	return (*agbno == bno) ? -ECANCELED : 0;
bno               176 fs/xfs/scrub/rmap.c 	xfs_agblock_t			bno,
bno               187 fs/xfs/scrub/rmap.c 	error = xfs_rmap_record_exists(sc->sa.rmap_cur, bno, len, oinfo,
bno               199 fs/xfs/scrub/rmap.c 	xfs_agblock_t			bno,
bno               203 fs/xfs/scrub/rmap.c 	xchk_xref_check_owner(sc, bno, len, oinfo, true);
bno               210 fs/xfs/scrub/rmap.c 	xfs_agblock_t			bno,
bno               214 fs/xfs/scrub/rmap.c 	xchk_xref_check_owner(sc, bno, len, oinfo, false);
bno               221 fs/xfs/scrub/rmap.c 	xfs_agblock_t		bno,
bno               230 fs/xfs/scrub/rmap.c 	error = xfs_rmap_has_record(sc->sa.rmap_cur, bno, len, &has_rmap);
bno               145 fs/xfs/scrub/scrub.h void xchk_xref_is_cow_staging(struct xfs_scrub *sc, xfs_agblock_t bno,
bno               147 fs/xfs/scrub/scrub.h void xchk_xref_is_not_shared(struct xfs_scrub *sc, xfs_agblock_t bno,
bno               130 fs/xfs/scrub/trace.h 		 xfs_agblock_t bno, int error, void *ret_ip),
bno               131 fs/xfs/scrub/trace.h 	TP_ARGS(sc, agno, bno, error, ret_ip),
bno               136 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, bno)
bno               144 fs/xfs/scrub/trace.h 		__entry->bno = bno;
bno               152 fs/xfs/scrub/trace.h 		  __entry->bno,
bno               196 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, bno)
bno               202 fs/xfs/scrub/trace.h 		xfs_agblock_t	bno;
bno               206 fs/xfs/scrub/trace.h 		bno = XFS_FSB_TO_AGBNO(sc->mp, fsbno);
bno               211 fs/xfs/scrub/trace.h 		__entry->bno = bno;
bno               218 fs/xfs/scrub/trace.h 		  __entry->bno,
bno               331 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, bno)
bno               344 fs/xfs/scrub/trace.h 		__entry->bno = XFS_FSB_TO_AGBNO(cur->bc_mp, fsbno);
bno               356 fs/xfs/scrub/trace.h 		  __entry->bno,
bno               374 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, bno)
bno               388 fs/xfs/scrub/trace.h 		__entry->bno = XFS_FSB_TO_AGBNO(cur->bc_mp, fsbno);
bno               401 fs/xfs/scrub/trace.h 		  __entry->bno,
bno               416 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, bno)
bno               427 fs/xfs/scrub/trace.h 		__entry->bno = XFS_FSB_TO_AGBNO(cur->bc_mp, fsbno);
bno               438 fs/xfs/scrub/trace.h 		  __entry->bno,
bno               454 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, bno)
bno               467 fs/xfs/scrub/trace.h 		__entry->bno = XFS_FSB_TO_AGBNO(cur->bc_mp, fsbno);
bno               480 fs/xfs/scrub/trace.h 		  __entry->bno,
bno               493 fs/xfs/scrub/trace.h 		__field(xfs_agblock_t, bno)
bno               505 fs/xfs/scrub/trace.h 		__entry->bno = XFS_FSB_TO_AGBNO(cur->bc_mp, fsbno);
bno               515 fs/xfs/scrub/trace.h 		  __entry->bno,
bno               269 fs/xfs/xfs_bmap_util.c 	xfs_fsblock_t           bno = blockno;
bno               274 fs/xfs/xfs_bmap_util.c 	error = xfs_btree_read_bufl(mp, tp, bno, &bp, XFS_BMAP_BTREE_REF,
bno               298 fs/xfs/xfs_bmap_util.c 		bno = be64_to_cpu(*pp);
bno               299 fs/xfs/xfs_bmap_util.c 		error = xfs_bmap_count_tree(mp, tp, ifp, bno, level, nextents,
bno               318 fs/xfs/xfs_bmap_util.c 			bno = nextbno;
bno               319 fs/xfs/xfs_bmap_util.c 			error = xfs_btree_read_bufl(mp, tp, bno, &bp,
bno               347 fs/xfs/xfs_bmap_util.c 	xfs_fsblock_t		bno;	/* block # of "block" */
bno               351 fs/xfs/xfs_bmap_util.c 	bno = NULLFSBLOCK;
bno               377 fs/xfs/xfs_bmap_util.c 		bno = be64_to_cpu(*pp);
bno               378 fs/xfs/xfs_bmap_util.c 		ASSERT(bno != NULLFSBLOCK);
bno               379 fs/xfs/xfs_bmap_util.c 		ASSERT(XFS_FSB_TO_AGNO(mp, bno) < mp->m_sb.sb_agcount);
bno               380 fs/xfs/xfs_bmap_util.c 		ASSERT(XFS_FSB_TO_AGBNO(mp, bno) < mp->m_sb.sb_agblocks);
bno               382 fs/xfs/xfs_bmap_util.c 		error = xfs_bmap_count_tree(mp, tp, ifp, bno, level,
bno               452 fs/xfs/xfs_bmap_util.c 	xfs_fileoff_t		bno,
bno               461 fs/xfs/xfs_bmap_util.c 	p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno);
bno               462 fs/xfs/xfs_bmap_util.c 	p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno);
bno               511 fs/xfs/xfs_bmap_util.c 	xfs_fileoff_t		bno, first_bno;
bno               610 fs/xfs/xfs_bmap_util.c 	first_bno = bno = XFS_BB_TO_FSBT(mp, bmv->bmv_offset);
bno               619 fs/xfs/xfs_bmap_util.c 	if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) {
bno               625 fs/xfs/xfs_bmap_util.c 			xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno,
bno               637 fs/xfs/xfs_bmap_util.c 		if (got.br_startoff > bno) {
bno               638 fs/xfs/xfs_bmap_util.c 			xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno,
bno               649 fs/xfs/xfs_bmap_util.c 		bno = got.br_startoff + got.br_blockcount;
bno               656 fs/xfs/xfs_bmap_util.c 		} while (xfs_getbmap_next_rec(&rec, bno));
bno               663 fs/xfs/xfs_bmap_util.c 			if (whichfork != XFS_ATTR_FORK && bno < end &&
bno               666 fs/xfs/xfs_bmap_util.c 						bno, end);
bno               671 fs/xfs/xfs_bmap_util.c 		if (bno >= first_bno + len)
bno               300 fs/xfs/xfs_buf.h #define XFS_BUF_SET_ADDR(bp, bno)	((bp)->b_maps[0].bm_bn = (xfs_daddr_t)(bno))
bno                26 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		bno,
bno                38 fs/xfs/xfs_extent_busy.c 	new->bno = bno;
bno                44 fs/xfs/xfs_extent_busy.c 	trace_xfs_extent_busy(tp->t_mountp, agno, bno, len);
bno                53 fs/xfs/xfs_extent_busy.c 		if (new->bno < busyp->bno) {
bno                55 fs/xfs/xfs_extent_busy.c 			ASSERT(new->bno + new->length <= busyp->bno);
bno                56 fs/xfs/xfs_extent_busy.c 		} else if (new->bno > busyp->bno) {
bno                58 fs/xfs/xfs_extent_busy.c 			ASSERT(bno >= busyp->bno + busyp->length);
bno                85 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		bno,
bno               101 fs/xfs/xfs_extent_busy.c 		if (bno < busyp->bno) {
bno               103 fs/xfs/xfs_extent_busy.c 			if (bno + len > busyp->bno)
bno               106 fs/xfs/xfs_extent_busy.c 		} else if (bno > busyp->bno) {
bno               108 fs/xfs/xfs_extent_busy.c 			if (bno < busyp->bno + busyp->length)
bno               144 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		bbno = busyp->bno;
bno               246 fs/xfs/xfs_extent_busy.c 		busyp->bno = fend;
bno               261 fs/xfs/xfs_extent_busy.c 		busyp->length = fbno - busyp->bno;
bno               301 fs/xfs/xfs_extent_busy.c 		xfs_agblock_t	bbno = busyp->bno;
bno               335 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		*bno,
bno               348 fs/xfs/xfs_extent_busy.c 	fbno = *bno;
bno               355 fs/xfs/xfs_extent_busy.c 		xfs_agblock_t	bbno = busyp->bno;
bno               503 fs/xfs/xfs_extent_busy.c 	if (fbno != *bno || flen != *len) {
bno               504 fs/xfs/xfs_extent_busy.c 		trace_xfs_extent_busy_trim(args->mp, args->agno, *bno, *len,
bno               506 fs/xfs/xfs_extent_busy.c 		*bno = fbno;
bno               529 fs/xfs/xfs_extent_busy.c 		trace_xfs_extent_busy_clear(mp, busyp->agno, busyp->bno,
bno               657 fs/xfs/xfs_extent_busy.c 		diff = b1->bno - b2->bno;
bno                26 fs/xfs/xfs_extent_busy.h 	xfs_agblock_t	bno;
bno                35 fs/xfs/xfs_extent_busy.h 	xfs_agblock_t bno, xfs_extlen_t len, unsigned int flags);
bno                43 fs/xfs/xfs_extent_busy.h 	xfs_agblock_t bno, xfs_extlen_t len);
bno                50 fs/xfs/xfs_extent_busy.h xfs_extent_busy_trim(struct xfs_alloc_arg *args, xfs_agblock_t *bno,
bno              1717 fs/xfs/xfs_log.c 	uint64_t		bno,
bno              1721 fs/xfs/xfs_log.c 	ASSERT(bno < log->l_logBBsize);
bno              1749 fs/xfs/xfs_log.c 	iclog->ic_bio.bi_iter.bi_sector = log->l_logBBstart + bno;
bno              1764 fs/xfs/xfs_log.c 	if (bno + BTOBB(count) > log->l_logBBsize) {
bno              1767 fs/xfs/xfs_log.c 		split = bio_split(&iclog->ic_bio, log->l_logBBsize - bno,
bno              1788 fs/xfs/xfs_log.c 	uint64_t		bno,
bno              1791 fs/xfs/xfs_log.c 	unsigned int		split_offset = BBTOB(log->l_logBBsize - bno);
bno              1866 fs/xfs/xfs_log.c 	uint64_t		bno;
bno              1890 fs/xfs/xfs_log.c 	bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn));
bno              1893 fs/xfs/xfs_log.c 	if (bno + BTOBB(count) > log->l_logBBsize) {
bno              1894 fs/xfs/xfs_log.c 		xlog_split_iclog(log, &iclog->ic_header, bno, count);
bno              1932 fs/xfs/xfs_log.c 	xlog_write_iclog(log, iclog, bno, count, need_flush);
bno               543 fs/xfs/xfs_log_cil.c 		trace_xfs_discard_extent(mp, busyp->agno, busyp->bno,
bno               547 fs/xfs/xfs_log_cil.c 				XFS_AGB_TO_DADDR(mp, busyp->agno, busyp->bno),
bno               553 fs/xfs/xfs_log_cil.c 				 (unsigned long long)busyp->bno,
bno              1171 fs/xfs/xfs_log_recover.c 	xfs_daddr_t		bno)
bno              1175 fs/xfs/xfs_log_recover.c 	div_s64_rem(bno, log->l_logBBsize, &mod);
bno               888 fs/xfs/xfs_qm.c 	xfs_fsblock_t		bno,
bno               913 fs/xfs/xfs_qm.c 			      XFS_FSB_TO_DADDR(mp, bno),
bno               926 fs/xfs/xfs_qm.c 				      XFS_FSB_TO_DADDR(mp, bno),
bno               945 fs/xfs/xfs_qm.c 		bno++;
bno               341 fs/xfs/xfs_rtalloc.c 	xfs_rtblock_t	bno,		/* starting block number to allocate */
bno               359 fs/xfs/xfs_rtalloc.c 	error = xfs_rtcheck_range(mp, tp, bno, maxlen, 1, &next, &isfree);
bno               367 fs/xfs/xfs_rtalloc.c 		error = xfs_rtallocate_range(mp, tp, bno, maxlen, rbpp, rsb);
bno               372 fs/xfs/xfs_rtalloc.c 		*rtblock = bno;
bno               378 fs/xfs/xfs_rtalloc.c 	maxlen = next - bno;
bno               402 fs/xfs/xfs_rtalloc.c 	error = xfs_rtallocate_range(mp, tp, bno, maxlen, rbpp, rsb);
bno               407 fs/xfs/xfs_rtalloc.c 	*rtblock = bno;
bno               420 fs/xfs/xfs_rtalloc.c 	xfs_rtblock_t	bno,		/* starting block number to allocate */
bno               443 fs/xfs/xfs_rtalloc.c 	if (bno >= mp->m_sb.sb_rextents)
bno               444 fs/xfs/xfs_rtalloc.c 		bno = mp->m_sb.sb_rextents - 1;
bno               448 fs/xfs/xfs_rtalloc.c 	error = xfs_rtallocate_extent_exact(mp, tp, bno, minlen, maxlen, len,
bno               460 fs/xfs/xfs_rtalloc.c 	bbno = XFS_BITTOBLOCK(mp, bno);
bno               762 fs/xfs/xfs_rtalloc.c 	xfs_fileoff_t		bno;		/* block number in file */
bno               811 fs/xfs/xfs_rtalloc.c 		for (bno = map.br_startoff, fsbno = map.br_startblock;
bno               812 fs/xfs/xfs_rtalloc.c 		     bno < map.br_startoff + map.br_blockcount;
bno               813 fs/xfs/xfs_rtalloc.c 		     bno++, fsbno++) {
bno              1113 fs/xfs/xfs_rtalloc.c 	xfs_rtblock_t	bno,		/* starting block number to allocate */
bno              1148 fs/xfs/xfs_rtalloc.c 	if (bno == 0) {
bno              1152 fs/xfs/xfs_rtalloc.c 		error = xfs_rtallocate_extent_near(mp, tp, bno, minlen, maxlen,
bno                42 fs/xfs/xfs_rtalloc.h 	xfs_rtblock_t		bno,	/* starting block number to allocate */
bno                57 fs/xfs/xfs_rtalloc.h 	xfs_rtblock_t		bno,	/* starting block number to free */
bno               278 fs/xfs/xfs_trace.h 		__field(xfs_daddr_t, bno)
bno               289 fs/xfs/xfs_trace.h 			__entry->bno = bp->b_maps[0].bm_bn;
bno               291 fs/xfs/xfs_trace.h 			__entry->bno = bp->b_bn;
bno               302 fs/xfs/xfs_trace.h 		  (unsigned long long)__entry->bno,
bno               349 fs/xfs/xfs_trace.h 		__field(xfs_daddr_t, bno)
bno               359 fs/xfs/xfs_trace.h 		__entry->bno = bp->b_bn;
bno               370 fs/xfs/xfs_trace.h 		  (unsigned long long)__entry->bno,
bno               392 fs/xfs/xfs_trace.h 		__field(xfs_daddr_t, bno)
bno               403 fs/xfs/xfs_trace.h 		__entry->bno = bp->b_bn;
bno               415 fs/xfs/xfs_trace.h 		  (unsigned long long)__entry->bno,
bno              1371 fs/xfs/xfs_trace.h 	TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
bno              1373 fs/xfs/xfs_trace.h 	TP_ARGS(ip, bno, len, flags, caller_ip),
bno              1378 fs/xfs/xfs_trace.h 		__field(xfs_fileoff_t, bno)
bno              1387 fs/xfs/xfs_trace.h 		__entry->bno = bno;
bno              1397 fs/xfs/xfs_trace.h 		  __entry->bno,
bno              2348 fs/xfs/xfs_trace.h 		 xfs_agblock_t bno, \
bno              2350 fs/xfs/xfs_trace.h 	TP_ARGS(mp, agno, type, bno, len))
bno              3234 fs/xfs/xfs_trace.h 		__field(xfs_fsblock_t, bno)
bno              3244 fs/xfs/xfs_trace.h 		__entry->bno = rmap->rm_startblock;
bno              3254 fs/xfs/xfs_trace.h 		  __entry->bno,
bno               183 include/linux/iomap.h sector_t iomap_bmap(struct address_space *mapping, sector_t bno,
bno              2592 include/trace/events/ext4.h 	TP_PROTO(struct super_block *sb, u32 keydev, u32 agno, u64 bno, u64 len,
bno              2594 include/trace/events/ext4.h 	TP_ARGS(sb, keydev, agno, bno, len, owner),
bno              2599 include/trace/events/ext4.h 		__field(u64, bno)
bno              2607 include/trace/events/ext4.h 		__entry->bno = bno;
bno              2615 include/trace/events/ext4.h 		  __entry->bno,
bno              2621 include/trace/events/ext4.h 	TP_PROTO(struct super_block *sb, u32 keydev, u32 agno, u64 bno, u64 len, \
bno              2623 include/trace/events/ext4.h 	TP_ARGS(sb, keydev, agno, bno, len, owner))
bno              1006 net/ceph/crush/mapper.c 				int bno;
bno              1015 net/ceph/crush/mapper.c 				bno = -1 - w[i];
bno              1016 net/ceph/crush/mapper.c 				if (bno < 0 || bno >= map->max_buckets) {
bno              1033 net/ceph/crush/mapper.c 						map->buckets[bno],
bno              1055 net/ceph/crush/mapper.c 						map->buckets[bno],