Home
last modified time | relevance | path

Searched refs:xfs_fsblock_t (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_alloc.h39 xfs_fsblock_t fsbno; /* file system block number */
111 xfs_fsblock_t target);
118 xfs_fsblock_t target);
129 xfs_fsblock_t target);
137 xfs_fsblock_t target);
234 int __xfs_free_extent_later(struct xfs_trans *tp, xfs_fsblock_t bno,
245 xfs_fsblock_t xefi_startblock;/* starting fs block number */
262 xfs_fsblock_t bno, in xfs_free_extent_later()
Dxfs_types.h29 typedef uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
46 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
164 xfs_fsblock_t br_startblock; /* starting block number */
224 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
225 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
226 xfs_fsblock_t len);
Dxfs_refcount.h56 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,
Dxfs_types.c44 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()
Dxfs_bmap.h28 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,
Dxfs_rtbitmap.c451 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()
1016 xfs_fsblock_t rtbno, in xfs_rtfree_blocks()
Dxfs_format.h103 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()
Dxfs_btree.h353 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 */
Dxfs_refcount.c1098 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()
Dxfs_inode_fork.c423 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()
Dxfs_bmap.c232 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()
3051 xfs_fsblock_t adjust; /* adjustment to block numbers */ in xfs_bmap_adjacent()
3089 xfs_fsblock_t gotbno; /* right side block number */ in xfs_bmap_adjacent()
3090 xfs_fsblock_t gotdiff=0; /* right side difference */ in xfs_bmap_adjacent()
3091 xfs_fsblock_t prevbno; /* left side block number */ in xfs_bmap_adjacent()
3092 xfs_fsblock_t prevdiff=0; /* left side difference */ in xfs_bmap_adjacent()
4640 xfs_fsblock_t startblock, in xfs_bmapi_remap()
[all …]
Dxfs_btree.c70 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()
4553 xfs_fsblock_t fsb; in xfs_btree_lblock_verify()
Dxfs_alloc.c2499 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()
3273 xfs_fsblock_t target, in xfs_alloc_vextent_check_args()
3583 xfs_fsblock_t target) in xfs_alloc_vextent_start_ag()
3639 xfs_fsblock_t target) in xfs_alloc_vextent_first_ag()
3674 xfs_fsblock_t target) in xfs_alloc_vextent_exact_bno()
3711 xfs_fsblock_t target) in xfs_alloc_vextent_near_bno()
/linux-6.6.21/fs/xfs/
Dxfs_rtalloc.h62 int xfs_rtfree_blocks(struct xfs_trans *tp, xfs_fsblock_t rtbno,
123 struct xfs_buf **rbpp, xfs_fsblock_t *rsb,
127 xfs_fsblock_t *rsb);
130 struct xfs_buf **rbpp, xfs_fsblock_t *rsb);
Dxfs_rtalloc.c36 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()
247 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_block()
366 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_exact()
446 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_near()
650 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_size()
798 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc()
946 xfs_fsblock_t sumbno; /* summary block number */ in xfs_growfs_rt()
[all …]
Dxfs_notify_failure.c115 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()
Dxfs_bmap_util.h72 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
Dxfs_iomap.c345 xfs_fsblock_t alloc_blocks) in xfs_quota_need_throttle()
367 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle()
407 STATIC xfs_fsblock_t
421 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size()
422 xfs_fsblock_t alloc_blocks = 0; in xfs_iomap_prealloc_size()
962 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin()
Dxfs_fsmap.c382 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()
Dxfs_mount.h559 int xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
Dxfs_dquot.c708 xfs_fsblock_t start; in xfs_dq_get_next_id()
722 start = (xfs_fsblock_t)next_id / mp->m_quotainfo->qi_dqperchunk; in xfs_dq_get_next_id()
/linux-6.6.21/fs/xfs/scrub/
Dtrace.c21 static inline xfs_fsblock_t
Dtrace.h385 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);
Dbitmap.c275 xfs_fsblock_t fsbno; in xagb_bitmap_visit_btblock()
Dreap.c358 xfs_fsblock_t fsbno; in xreap_agextent_iter()

12