Home
last modified time | relevance | path

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

12

/linux/fs/xfs/libxfs/
A Dxfs_refcount.h36 xfs_fsblock_t ri_startblock;
47 enum xfs_refcount_intent_type type, xfs_fsblock_t startblock,
48 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
55 void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
57 void xfs_refcount_free_cow_extent(struct xfs_trans *tp, xfs_fsblock_t fsb,
A Dxfs_types.h29 typedef uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
46 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
171 xfs_fsblock_t br_startblock; /* starting block number */
192 bool xfs_verify_fsbno(struct xfs_mount *mp, xfs_fsblock_t fsbno);
193 bool xfs_verify_fsbext(struct xfs_mount *mp, xfs_fsblock_t fsbno,
194 xfs_fsblock_t len);
A Dxfs_alloc.h57 xfs_fsblock_t fsbno; /* file system block number */
172 xfs_fsblock_t bno, /* starting block number of extent */
181 xfs_fsblock_t bno, in xfs_free_extent()
251 void __xfs_free_extent_later(struct xfs_trans *tp, xfs_fsblock_t bno,
262 xfs_fsblock_t xefi_startblock;/* starting fs block number */
274 xfs_fsblock_t bno, in xfs_free_extent_later()
A Dxfs_bmap.h27 xfs_fsblock_t blkno; /* starting block of new extent */
121 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL)
122 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL)
239 xfs_fileoff_t startoff, xfs_fsblock_t startblock,
262 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
A Dxfs_types.c56 xfs_fsblock_t fsbno) in xfs_verify_fsbno()
72 xfs_fsblock_t fsbno, in xfs_verify_fsbext()
73 xfs_fsblock_t len) in xfs_verify_fsbext()
A 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()
A Dxfs_format.h103 xfs_fsblock_t sb_logstart; /* starting block of log if internal */
663 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
670 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
1618 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
1620 static inline int isnullstartblock(xfs_fsblock_t x) in isnullstartblock()
1625 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock()
1631 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval()
A Dxfs_btree.h313 xfs_fsblock_t fsbno, /* btree block disk address */
362 xfs_fsblock_t fsbno, /* file system block number */
374 xfs_fsblock_t fsbno, /* file system block number */
A Dxfs_refcount.c926 xfs_fsblock_t fsbno; in xfs_refcount_adjust_extents()
1135 xfs_fsblock_t startblock, in xfs_refcount_finish_one()
1137 xfs_fsblock_t *new_fsb, in xfs_refcount_finish_one()
1227 xfs_fsblock_t startblock, in __xfs_refcount_add()
1614 xfs_fsblock_t fsb, in xfs_refcount_alloc_cow_extent()
1633 xfs_fsblock_t fsb, in xfs_refcount_free_cow_extent()
1686 xfs_fsblock_t fsb; in xfs_refcount_recover_cow_leftovers()
A Dxfs_inode_fork.c405 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
451 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
A Dxfs_rmap.h184 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
A Dxfs_bmap.c234 xfs_fsblock_t bno) in xfs_bmap_get_bp()
326 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_check_leaf_extents()
406 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents()
547 xfs_fsblock_t cbno; /* child block number */ in xfs_bmap_btree_to_extents()
3073 xfs_fsblock_t gotbno; /* right side block number */ in xfs_bmap_adjacent()
3074 xfs_fsblock_t gotdiff=0; /* right side difference */ in xfs_bmap_adjacent()
3075 xfs_fsblock_t prevbno; /* left side block number */ in xfs_bmap_adjacent()
4631 xfs_fsblock_t startblock, in xfs_bmapi_remap()
5059 xfs_fsblock_t bno; in xfs_bmap_del_extent_real()
5300 xfs_fsblock_t sum; in __xfs_bunmapi()
[all …]
/linux/fs/xfs/
A Dxfs_rtalloc.h118 struct xfs_buf **rbpp, xfs_fsblock_t *rsb,
122 xfs_fsblock_t *rsb);
125 struct xfs_buf **rbpp, xfs_fsblock_t *rsb);
A 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()
230 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_block()
349 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_exact()
428 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_near()
630 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_size()
777 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc()
922 xfs_fsblock_t sumbno; /* summary block number */ in xfs_growfs_rt()
[all …]
A Dxfs_refcount_item.c244 xfs_fsblock_t startblock, in xfs_trans_log_finish_refcount_update()
246 xfs_fsblock_t *new_fsb, in xfs_trans_log_finish_refcount_update()
370 xfs_fsblock_t new_fsb; in xfs_refcount_update_finish_item()
461 xfs_fsblock_t new_fsb; in xfs_cui_item_recover()
A Dxfs_fsmap.c355 xfs_fsblock_t fsb; in xfs_getfsmap_datadev_helper()
482 xfs_fsblock_t start_fsb; in __xfs_getfsmap_rtdev()
483 xfs_fsblock_t end_fsb; in __xfs_getfsmap_rtdev()
586 xfs_fsblock_t start_fsb; in __xfs_getfsmap_datadev()
587 xfs_fsblock_t end_fsb; in __xfs_getfsmap_datadev()
A Dxfs_iomap.c291 xfs_fsblock_t alloc_blocks) in xfs_quota_need_throttle()
313 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle()
353 STATIC xfs_fsblock_t
367 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size()
368 xfs_fsblock_t alloc_blocks = 0; in xfs_iomap_prealloc_size()
872 xfs_fsblock_t prealloc_blocks = 0; in xfs_buffered_write_iomap_begin()
A Dxfs_bmap_util.h72 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
A Dxfs_trans.h127 xfs_fsblock_t t_firstblock; /* first block allocated */
A Dxfs_mount.h495 int xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
/linux/fs/xfs/scrub/
A Drepair.h27 const struct xfs_owner_info *oinfo, xfs_fsblock_t *fsbno,
29 int xrep_init_btblock(struct xfs_scrub *sc, xfs_fsblock_t fsb,
A Drepair.c292 xfs_fsblock_t *fsbno, in xrep_alloc_ag_block()
342 xfs_fsblock_t fsb, in xrep_init_btblock()
448 xfs_fsblock_t fsbno; in xrep_invalidate_blocks()
532 xfs_fsblock_t fsbno, in xrep_reap_block()
611 xfs_fsblock_t fsbno; in xrep_reap_extents()
A Dbitmap.c255 xfs_fsblock_t fsb; in xbitmap_set_btcur_path()
281 xfs_fsblock_t fsbno; in xbitmap_collect_btblock()
A Dtrace.c19 static inline xfs_fsblock_t
A Dtrace.h343 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
385 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
427 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
465 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);
505 xfs_fsblock_t fsbno = xchk_btree_cur_fsbno(cur, level);

Completed in 50 milliseconds

12