/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 39 xfs_fsblock_t fsbno; /* file system block number */ 109 xfs_fsblock_t target); 116 xfs_fsblock_t target); 127 xfs_fsblock_t target); 135 xfs_fsblock_t target); 232 int __xfs_free_extent_later(struct xfs_trans *tp, xfs_fsblock_t bno, 243 xfs_fsblock_t xefi_startblock;/* starting fs block number */ 260 xfs_fsblock_t bno, in xfs_free_extent_later()
|
H A D | xfs_types.h | 29 typedef uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef 47 #define NULLFSBLOCK ((xfs_fsblock_t)-1) 165 xfs_fsblock_t br_startblock; /* starting block number */ 225 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno); 226 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno, 227 xfs_fsblock_t len);
|
H A D | xfs_rtbitmap.h | 41 struct xfs_buf **rbpp, xfs_fsblock_t *rsb, 45 xfs_fsblock_t *rsb); 48 struct xfs_buf **rbpp, xfs_fsblock_t *rsb); 71 int xfs_rtfree_blocks(struct xfs_trans *tp, xfs_fsblock_t rtbno,
|
H A D | xfs_refcount.h | 56 xfs_fsblock_t ri_startblock; 88 void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb, 90 void xfs_refcount_free_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
|
H A D | xfs_types.c | 44 xfs_fsblock_t fsbno) in xfs_verify_fsbno() 60 xfs_fsblock_t fsbno, in xfs_verify_fsbext() 61 xfs_fsblock_t len) in xfs_verify_fsbext()
|
H A D | xfs_bmap.h | 28 xfs_fsblock_t blkno; /* starting block of new extent */ 122 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) 123 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL) 272 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
|
H A D | xfs_rtbitmap.c | 454 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtmodify_summary_int() 459 xfs_fsblock_t sb; /* summary fsblock */ in xfs_rtmodify_summary_int() 524 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtmodify_summary() 697 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtfree_range() 974 xfs_fsblock_t sb; /* summary file block number */ in xfs_rtfree_extent() 1019 xfs_fsblock_t rtbno, in xfs_rtfree_blocks()
|
H A D | xfs_format.h | 103 xfs_fsblock_t sb_logstart; /* starting block of log if internal */ 672 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno)) 679 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno))) 1689 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS) 1691 static inline int isnullstartblock(xfs_fsblock_t x) in isnullstartblock() 1696 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() 1702 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval()
|
H A D | xfs_btree.h | 353 xfs_fsblock_t fsbno, /* btree block disk address */ 402 xfs_fsblock_t fsbno, /* file system block number */ 414 xfs_fsblock_t fsbno, /* file system block number */
|
H A D | xfs_refcount.c | 1098 xfs_fsblock_t fsbno; in xfs_refcount_adjust_extents() 1443 xfs_fsblock_t startblock, in __xfs_refcount_add() 1845 xfs_fsblock_t fsb, in xfs_refcount_alloc_cow_extent() 1864 xfs_fsblock_t fsb, in xfs_refcount_free_cow_extent() 1931 xfs_fsblock_t fsb; in xfs_refcount_recover_cow_leftovers()
|
H A D | xfs_inode_fork.c | 423 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc() 469 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
|
H A D | xfs_bmap.c | 232 xfs_fsblock_t bno) in xfs_bmap_get_bp() 324 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_check_leaf_extents() 404 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents() 545 xfs_fsblock_t cbno; /* child block number */ in xfs_bmap_btree_to_extents() 3056 xfs_fsblock_t adjust; /* adjustment to block numbers */ in xfs_bmap_adjacent() 3094 xfs_fsblock_t gotbno; /* right side block number */ in xfs_bmap_adjacent() 3095 xfs_fsblock_t gotdiff=0; /* right side difference */ in xfs_bmap_adjacent() 3096 xfs_fsblock_t prevbno; /* left side block number */ in xfs_bmap_adjacent() 3097 xfs_fsblock_t prevdiff=0; /* left side difference */ in xfs_bmap_adjacent() 4676 xfs_fsblock_t startblock, in xfs_bmapi_remap() [all …]
|
H A D | xfs_btree.c | 70 xfs_fsblock_t fsb, in xfs_btree_check_lblock_siblings() 73 xfs_fsblock_t sibling; in xfs_btree_check_lblock_siblings() 133 xfs_fsblock_t fsb = NULLFSBLOCK; in __xfs_btree_check_lblock() 271 xfs_fsblock_t fsbno, in xfs_btree_check_lptr() 867 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_read_bufl() 897 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_reada_bufl() 936 xfs_fsblock_t left = be64_to_cpu(block->bb_u.l.bb_leftsib); in xfs_btree_readahead_lblock() 937 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock() 1017 xfs_fsblock_t fsbno; in xfs_btree_ptr_to_daddr() 4570 xfs_fsblock_t fsb; in xfs_btree_lblock_verify()
|
H A D | xfs_alloc.c | 2499 xfs_fsblock_t fsbno = XFS_AGB_TO_FSB(mp, agno, agbno); in xfs_defer_agfl_block() 2528 xfs_fsblock_t bno, in __xfs_free_extent_later() 3270 xfs_fsblock_t target, in xfs_alloc_vextent_check_args() 3580 xfs_fsblock_t target) in xfs_alloc_vextent_start_ag() 3636 xfs_fsblock_t target) in xfs_alloc_vextent_first_ag() 3671 xfs_fsblock_t target) in xfs_alloc_vextent_exact_bno() 3708 xfs_fsblock_t target) in xfs_alloc_vextent_near_bno()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.c | 37 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtget_summary() 55 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtany_summary() 112 xfs_fsblock_t sumbno; /* summary block number */ in xfs_rtcopy_summary() 149 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtallocate_range() 248 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_block() 367 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_exact() 447 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_near() 651 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_size() 799 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc() 978 xfs_fsblock_t sumbno; /* summary block number */ in xfs_growfs_rt() [all …]
|
H A D | xfs_notify_failure.c | 115 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, daddr); in xfs_dax_notify_ddev_failure() 117 xfs_fsblock_t end_fsbno = XFS_DADDR_TO_FSB(mp, in xfs_dax_notify_ddev_failure()
|
H A D | xfs_bmap_util.h | 72 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
|
H A D | xfs_iomap.c | 337 xfs_fsblock_t alloc_blocks) in xfs_quota_need_throttle() 359 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle() 399 STATIC xfs_fsblock_t 413 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size() 414 xfs_fsblock_t alloc_blocks = 0; in xfs_iomap_prealloc_size() 952 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin()
|
H A D | xfs_fsmap.c | 382 xfs_fsblock_t fsb; in xfs_getfsmap_datadev_helper() 440 xfs_fsblock_t start_fsb, end_fsb; in xfs_getfsmap_logdev() 596 xfs_fsblock_t start_fsb; in __xfs_getfsmap_datadev() 597 xfs_fsblock_t end_fsb; in __xfs_getfsmap_datadev()
|
H A D | xfs_mount.h | 559 int xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
|
H A D | xfs_dquot.c | 707 xfs_fsblock_t start; in xfs_dq_get_next_id() 721 start = (xfs_fsblock_t)next_id / mp->m_quotainfo->qi_dqperchunk; in xfs_dq_get_next_id()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | trace.c | 21 static inline xfs_fsblock_t
|
H A D | trace.h | 385 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level); 427 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level); 469 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level); 507 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level); 547 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
|
H A D | bitmap.c | 275 xfs_fsblock_t fsbno; in xagb_bitmap_visit_btblock()
|
H A D | reap.c | 358 xfs_fsblock_t fsbno; in xreap_agextent_iter()
|