| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.h | 108 xfs_filblks_t blen) in xfs_blen_to_rtxoff() 117 static inline xfs_filblks_t 120 xfs_filblks_t blen) in xfs_blen_roundup_rtx() 413 xfs_fsblock_t rtbno, xfs_filblks_t rtlen); 416 xfs_filblks_t xfs_rtbitmap_blockcount(struct xfs_mount *mp); 417 xfs_filblks_t xfs_rtbitmap_blockcount_len(struct xfs_mount *mp, 419 xfs_filblks_t xfs_rtsummary_blockcount(struct xfs_mount *mp, 435 xfs_filblks_t rtlen) in xfs_rtfree_blocks() 445 static inline xfs_filblks_t
|
| H A D | xfs_types.h | 37 typedef uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef 158 xfs_filblks_t br_blockcount; /* number of blocks */ 278 xfs_filblks_t len);
|
| H A D | xfs_metafile.c | 194 xfs_filblks_t len) in xfs_metafile_resv_free_space() 266 xfs_filblks_t used = 0, target = 0; in xfs_metafile_resv_init() 267 xfs_filblks_t hidden_space; in xfs_metafile_resv_init()
|
| H A D | xfs_metafile.h | 33 xfs_filblks_t len);
|
| H A D | xfs_btree.h | 457 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) 458 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b)) 506 int xfs_btree_count_blocks(struct xfs_btree_cur *cur, xfs_filblks_t *blocks);
|
| H A D | xfs_rtrefcount_btree.h | 71 xfs_filblks_t xfs_rtrefcountbt_calc_reserves(struct xfs_mount *mp);
|
| H A D | xfs_bmap_btree.h | 28 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(const struct xfs_bmbt_rec *r);
|
| H A D | xfs_rtrmap_btree.h | 84 xfs_filblks_t xfs_rtrmapbt_calc_reserves(struct xfs_mount *mp);
|
| H A D | xfs_format.h | 184 xfs_filblks_t sb_rtreserved; /* reserved (zoned) RT blocks */ 1495 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1 1897 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() 1899 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval()
|
| /linux/fs/xfs/ |
| H A D | xfs_iomap.h | 32 static inline xfs_filblks_t 35 xfs_filblks_t count_fsb, in xfs_aligned_fsb_count()
|
| H A D | xfs_bmap_util.h | 76 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count); 79 xfs_filblks_t *count);
|
| H A D | xfs_fsmap.h | 19 xfs_filblks_t fmr_length; /* length of segment, blocks */
|
| H A D | xfs_zone_alloc.c | 197 xfs_filblks_t len) in xfs_zone_inc_written() 214 xfs_filblks_t len) in xfs_zone_skip_blocks() 378 xfs_filblks_t len) in xfs_zone_free_blocks() 744 xfs_filblks_t count_fsb, in xfs_zone_alloc_blocks() 754 (xfs_filblks_t)rtg_blocks(rtg) - oz->oz_allocated); in xfs_zone_alloc_blocks() 1309 xfs_filblks_t adjust; in xfs_finish_spurious_open_zones()
|
| H A D | xfs_reflink.h | 39 xfs_fileoff_t offset_fsb, xfs_filblks_t count_fsb);
|
| H A D | xfs_inode.h | 672 xfs_filblks_t *dblocks, xfs_filblks_t *rblocks);
|
| /linux/fs/xfs/scrub/ |
| H A D | tempexch.h | 15 xfs_fileoff_t off, xfs_filblks_t len, struct xrep_tempexch *ti);
|
| H A D | rtsummary.h | 17 xfs_filblks_t rsumblocks;
|
| H A D | off_bitmap.h | 26 xfs_fileoff_t off, xfs_filblks_t len) in xoff_bitmap_set()
|
| H A D | fsb_bitmap.h | 26 xfs_fsblock_t start, xfs_filblks_t len) in xfsb_bitmap_set()
|
| H A D | rtb_bitmap.h | 26 xfs_rtblock_t start, xfs_filblks_t len) in xrtb_bitmap_set()
|
| H A D | refcount.c | 491 xfs_filblks_t cow_blocks) in xchk_refcount_xref_rmap() 493 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap() 494 xfs_filblks_t blocks; in xchk_refcount_xref_rmap()
|
| H A D | common.h | 172 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks); 268 xfs_extnum_t *nextents, xfs_filblks_t *count);
|
| H A D | bmap_repair.c | 101 xfs_filblks_t blockcount) in xrep_bmap_discover_shared() 134 xfs_filblks_t blockcount, in xrep_bmap_from_rmap() 160 irec.br_blockcount = min_t(xfs_filblks_t, blockcount, in xrep_bmap_from_rmap()
|
| H A D | common.c | 393 xfs_filblks_t *blocks; 427 xfs_filblks_t *blocks) in xchk_count_rmap_ownedby_ag() 1702 xfs_filblks_t *count) in xchk_meta_btree_count_blocks() 1739 xfs_filblks_t *count) in xchk_inode_count_blocks()
|
| H A D | rtrefcount.c | 514 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap() 515 xfs_filblks_t blocks; in xchk_refcount_xref_rmap()
|