Home
last modified time | relevance | path

Searched refs:xfs_filblks_t (Results 1 – 25 of 45) sorted by relevance

12

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h108 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 Dxfs_types.h37 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 Dxfs_metafile.c194 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 Dxfs_metafile.h33 xfs_filblks_t len);
H A Dxfs_btree.h457 #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 Dxfs_rtrefcount_btree.h71 xfs_filblks_t xfs_rtrefcountbt_calc_reserves(struct xfs_mount *mp);
H A Dxfs_bmap_btree.h28 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(const struct xfs_bmbt_rec *r);
H A Dxfs_rtrmap_btree.h84 xfs_filblks_t xfs_rtrmapbt_calc_reserves(struct xfs_mount *mp);
H A Dxfs_format.h184 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 Dxfs_iomap.h32 static inline xfs_filblks_t
35 xfs_filblks_t count_fsb, in xfs_aligned_fsb_count()
H A Dxfs_bmap_util.h76 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
79 xfs_filblks_t *count);
H A Dxfs_fsmap.h19 xfs_filblks_t fmr_length; /* length of segment, blocks */
H A Dxfs_zone_alloc.c197 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 Dxfs_reflink.h39 xfs_fileoff_t offset_fsb, xfs_filblks_t count_fsb);
H A Dxfs_inode.h672 xfs_filblks_t *dblocks, xfs_filblks_t *rblocks);
/linux/fs/xfs/scrub/
H A Dtempexch.h15 xfs_fileoff_t off, xfs_filblks_t len, struct xrep_tempexch *ti);
H A Drtsummary.h17 xfs_filblks_t rsumblocks;
H A Doff_bitmap.h26 xfs_fileoff_t off, xfs_filblks_t len) in xoff_bitmap_set()
H A Dfsb_bitmap.h26 xfs_fsblock_t start, xfs_filblks_t len) in xfsb_bitmap_set()
H A Drtb_bitmap.h26 xfs_rtblock_t start, xfs_filblks_t len) in xrtb_bitmap_set()
H A Drefcount.c491 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 Dcommon.h172 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
268 xfs_extnum_t *nextents, xfs_filblks_t *count);
H A Dbmap_repair.c101 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 Dcommon.c393 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 Drtrefcount.c514 xfs_filblks_t refcbt_blocks = 0; in xchk_refcount_xref_rmap()
515 xfs_filblks_t blocks; in xchk_refcount_xref_rmap()

12