| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_refcount.h | 28 	xfs_fsblock_t				ri_startblock;40 		enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
 41 		xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
 48 void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
 50 void xfs_refcount_free_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
 
 | 
| D | xfs_bmap.h | 29 	xfs_fsblock_t		blkno;	/* starting block of new extent */53 	xfs_fsblock_t		xefi_startblock;/* starting fs block number */
 136 #define	DELAYSTARTBLOCK		((xfs_fsblock_t)-1LL)
 137 #define	HOLESTARTBLOCK		((xfs_fsblock_t)-2LL)
 187 void	__xfs_bmap_add_free(struct xfs_trans *tp, xfs_fsblock_t bno,
 241 	xfs_fsblock_t			bno,  in xfs_bmap_add_free()
 263 		xfs_fileoff_t startoff, xfs_fsblock_t startblock,
 286 		xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
 
 | 
| D | xfs_types.h | 29 typedef uint64_t	xfs_fsblock_t;	/* blockno in filesystem (agno|agbno) */  typedef47 #define	NULLFSBLOCK	((xfs_fsblock_t)-1)
 167 	xfs_fsblock_t	br_startblock;	/* starting block number */
 188 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
 
 | 
| D | xfs_alloc.h | 58 	xfs_fsblock_t	fsbno;		/* file system block number */183 	xfs_fsblock_t		bno,	/* starting block number of extent */
 192 	xfs_fsblock_t		bno,  in xfs_free_extent()
 
 | 
| D | xfs_btree.h | 267 	xfs_fsblock_t		fsbno,	/* btree block disk address */304 	xfs_fsblock_t		fsbno);	/* file system block number */
 345 	xfs_fsblock_t		fsbno,	/* file system block number */
 357 	xfs_fsblock_t		fsbno,	/* file system block number */
 
 | 
| D | xfs_rtbitmap.c | 451 	xfs_fsblock_t	*rsb,		/* in/out: summary block number */  in xfs_rtmodify_summary_int()456 	xfs_fsblock_t	sb;		/* summary fsblock */  in xfs_rtmodify_summary_int()
 521 	xfs_fsblock_t	*rsb)		/* in/out: summary block number */  in xfs_rtmodify_summary()
 694 	xfs_fsblock_t	*rsb)		/* in/out: summary block number */  in xfs_rtfree_range()
 971 	xfs_fsblock_t	sb;		/* summary file block number */  in xfs_rtfree_extent()
 
 | 
| D | xfs_format.h | 103 	xfs_fsblock_t	sb_logstart;	/* starting block of log if internal */805 	(((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
 812 		(xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
 1557 	(((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
 1559 static inline int isnullstartblock(xfs_fsblock_t x)  in isnullstartblock()
 1564 static inline xfs_fsblock_t nullstartblock(int k)  in nullstartblock()
 1570 static inline xfs_filblks_t startblockval(xfs_fsblock_t x)  in startblockval()
 
 | 
| D | xfs_refcount.c | 874 	xfs_fsblock_t			fsbno;  in xfs_refcount_adjust_extents()1080 	xfs_fsblock_t			startblock,  in xfs_refcount_finish_one()
 1082 	xfs_fsblock_t			*new_fsb,  in xfs_refcount_finish_one()
 1181 	xfs_fsblock_t			startblock,  in __xfs_refcount_add()
 1546 	xfs_fsblock_t			fsb,  in xfs_refcount_alloc_cow_extent()
 1565 	xfs_fsblock_t			fsb,  in xfs_refcount_free_cow_extent()
 1617 	xfs_fsblock_t			fsb;  in xfs_refcount_recover_cow_leftovers()
 
 | 
| D | xfs_types.c | 55 	xfs_fsblock_t		fsbno)  in xfs_verify_fsbno()
 | 
| D | xfs_bmap.c | 230 	xfs_fsblock_t		bno)  in xfs_bmap_get_bp()320 	xfs_fsblock_t		bno;	/* block # of "block" */  in xfs_bmap_check_leaf_extents()
 403 		xfs_fsblock_t	nextbno;  in xfs_bmap_check_leaf_extents()
 532 	xfs_fsblock_t			bno,  in __xfs_bmap_add_free()
 593 	xfs_fsblock_t		cbno;	/* child block number */  in xfs_bmap_btree_to_extents()
 1173 	xfs_fsblock_t		bno;  in xfs_iread_extents()
 1228 		xfs_fsblock_t	nextbno;  in xfs_iread_extents()
 3045 	xfs_fsblock_t	adjust;		/* adjustment to block numbers */  in xfs_bmap_adjacent()
 3088 		xfs_fsblock_t	gotbno;		/* right side block number */  in xfs_bmap_adjacent()
 3089 		xfs_fsblock_t	gotdiff=0;	/* right side difference */  in xfs_bmap_adjacent()
 [all …]
 
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_rtalloc.h | 118 			     xfs_buf_t **rbpp, xfs_fsblock_t *rsb,122 			 xfs_fsblock_t *rsb);
 125 		     struct xfs_buf **rbpp, xfs_fsblock_t *rsb);
 
 | 
| D | xfs_rtalloc.c | 36 	xfs_fsblock_t	*rsb,		/* in/out: summary block number */  in xfs_rtget_summary()54 	xfs_fsblock_t	*rsb,		/* in/out: summary block number */  in xfs_rtany_summary()
 111 	xfs_fsblock_t	sumbno;		/* summary block number */  in xfs_rtcopy_summary()
 148 	xfs_fsblock_t	*rsb)		/* in/out: summary block number */  in xfs_rtallocate_range()
 230 	xfs_fsblock_t	*rsb,		/* in/out: summary block number */  in xfs_rtallocate_extent_block()
 346 	xfs_fsblock_t	*rsb,		/* in/out: summary block number */  in xfs_rtallocate_extent_exact()
 425 	xfs_fsblock_t	*rsb,		/* in/out: summary block number */  in xfs_rtallocate_extent_near()
 619 	xfs_fsblock_t	*rsb,		/* in/out: summary block number */  in xfs_rtallocate_extent_size()
 766 	xfs_fsblock_t		fsbno;		/* filesystem block for bno */  in xfs_growfs_rt_alloc()
 900 	xfs_fsblock_t	sumbno;		/* summary block number */  in xfs_growfs_rt()
 [all …]
 
 | 
| D | xfs_refcount_item.c | 246 	xfs_fsblock_t			startblock,  in xfs_trans_log_finish_refcount_update()248 	xfs_fsblock_t			*new_fsb,  in xfs_trans_log_finish_refcount_update()
 376 	xfs_fsblock_t			new_fsb;  in xfs_refcount_update_finish_item()
 455 	xfs_fsblock_t			startblock_fsb;  in xfs_cui_recover()
 461 	xfs_fsblock_t			new_fsb;  in xfs_cui_recover()
 
 | 
| D | xfs_bmap_item.c | 244 	xfs_fsblock_t			startblock,  in xfs_trans_log_finish_bmap_update()440 	xfs_fsblock_t			startblock_fsb;  in xfs_bui_recover()
 441 	xfs_fsblock_t			inode_fsb;  in xfs_bui_recover()
 
 | 
| D | xfs_iomap.c | 318 	xfs_fsblock_t alloc_blocks)  in xfs_quota_need_throttle()340 	xfs_fsblock_t *qblocks,  in xfs_quota_calc_throttle()
 392 STATIC xfs_fsblock_t
 406 	xfs_fsblock_t		qblocks;  in xfs_iomap_prealloc_size()
 408 	xfs_fsblock_t		alloc_blocks = 0;  in xfs_iomap_prealloc_size()
 541 	xfs_fsblock_t		prealloc_blocks = 0;  in xfs_file_iomap_begin_delay()
 
 | 
| D | xfs_fsmap.c | 343 	xfs_fsblock_t			fsb;  in xfs_getfsmap_datadev_helper()470 	xfs_fsblock_t			start_fsb;  in __xfs_getfsmap_rtdev()
 471 	xfs_fsblock_t			end_fsb;  in __xfs_getfsmap_rtdev()
 565 	xfs_fsblock_t			start_fsb;  in __xfs_getfsmap_datadev()
 566 	xfs_fsblock_t			end_fsb;  in __xfs_getfsmap_datadev()
 
 | 
| D | xfs_bmap_util.h | 76 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
 | 
| D | xfs_bmap_util.c | 40 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb)  in xfs_fsb_to_db()57 	xfs_fsblock_t	start_fsb,  in xfs_zero_extent()
 260 	xfs_fsblock_t		blockno,  in xfs_bmap_count_tree()
 269 	xfs_fsblock_t           bno = blockno;  in xfs_bmap_count_tree()
 270 	xfs_fsblock_t		nextbno;  in xfs_bmap_count_tree()
 347 	xfs_fsblock_t		bno;	/* block # of "block" */  in xfs_bmap_count_blocks()
 
 | 
| D | xfs_rmap_item.c | 313 	xfs_fsblock_t			startblock,  in xfs_trans_log_finish_rmap_update()496 	xfs_fsblock_t			startblock_fsb;  in xfs_rui_recover()
 
 | 
| D | xfs_extfree_item.c | 360 	xfs_fsblock_t			start_block,  in xfs_trans_free_extent()604 	xfs_fsblock_t		startblock_fsb;  in xfs_efi_recover()
 
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | repair.h | 25 		const struct xfs_owner_info *oinfo, xfs_fsblock_t *fsbno,27 int xrep_init_btblock(struct xfs_scrub *sc, xfs_fsblock_t fsb,
 
 | 
| D | trace.c | 18 static inline xfs_fsblock_t
 | 
| D | bitmap.c | 255 	xfs_fsblock_t		fsb;  in xfs_bitmap_set_btcur_path()281 	xfs_fsblock_t		fsbno;  in xfs_bitmap_collect_btblock()
 
 | 
| D | repair.c | 286 	xfs_fsblock_t			*fsbno,  in xrep_alloc_ag_block()336 	xfs_fsblock_t			fsb,  in xrep_init_btblock()
 438 	xfs_fsblock_t		fsbno;  in xrep_invalidate_blocks()
 522 	xfs_fsblock_t			fsbno,  in xrep_reap_block()
 602 	xfs_fsblock_t			fsbno;  in xrep_reap_extents()
 
 | 
| D | trace.h | 200 		xfs_fsblock_t	fsbno;337 		xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
 379 		xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
 421 		xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
 459 		xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
 499 		xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
 
 |