Searched refs:xfs_filblks_t (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_fsmap.h18 xfs_filblks_t fmr_length; /* length of segment, blocks */
H A Dxfs_iomap.h30 static inline xfs_filblks_t
33 xfs_filblks_t count_fsb,
H A Dxfs_bmap_util.h74 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
77 xfs_filblks_t *count);
H A Dxfs_bmap_util.c83 xfs_filblks_t *count)
109 xfs_filblks_t *count)
268 xfs_filblks_t len;
636 xfs_filblks_t allocatesize_fsb;
765 xfs_filblks_t len_fsb,
1228 xfs_filblks_t count_fsb;
1230 xfs_filblks_t ilen;
1231 xfs_filblks_t rlen;
1247 count_fsb = (xfs_filblks_t)(end_fsb - offset_fsb);
1280 uirec.br_blockcount = rlen = min_t(xfs_filblks_t,
[all...]
H A Dxfs_qm.h61 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
H A Dxfs_reflink.c249 xfs_filblks_t count_fsb)
293 xfs_filblks_t count_fsb = end_fsb - offset_fsb;
318 xfs_filblks_t count_fsb = imap->br_blockcount;
355 xfs_filblks_t count_fsb = imap->br_blockcount;
391 xfs_filblks_t resaligned;
1366 xfs_filblks_t len;
1367 xfs_filblks_t remapped_len = 0;
1372 len = min_t(xfs_filblks_t, XFS_B_TO_FSB(mp, remap_len),
H A Dxfs_inode.h633 xfs_filblks_t *dblocks, xfs_filblks_t *rblocks);
/linux-master/fs/xfs/scrub/
H A Doff_bitmap.h26 xfs_fileoff_t off, xfs_filblks_t len)
H A Dfsb_bitmap.h26 xfs_fsblock_t start, xfs_filblks_t len)
H A Drtbitmap_repair.c56 xfs_filblks_t len)
H A Drtsummary.c100 xfs_filblks_t rsumblocks;
169 xfs_filblks_t rtlen;
H A Dbmap_repair.c99 xfs_filblks_t blockcount)
125 xfs_filblks_t blockcount,
151 irec.br_blockcount = min_t(xfs_filblks_t, blockcount,
H A Dialloc.c654 xfs_filblks_t blocks;
692 xfs_filblks_t blocks;
693 xfs_filblks_t inode_blocks;
H A Drefcount.c491 xfs_filblks_t cow_blocks)
494 xfs_filblks_t blocks;
H A Dcow_repair.c90 xfs_filblks_t blockcount)
510 xfs_extlen_t len = min_t(xfs_filblks_t, blockcount,
H A Drtbitmap.c83 xfs_filblks_t blockcount;
H A Dcommon.h160 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.h177 xfs_filblks_t len);
190 xfs_filblks_t len, struct xfs_bmbt_irec *mval,
193 xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags,
196 xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags,
216 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc,
274 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
H A Dxfs_types.h35 typedef uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef
154 xfs_filblks_t br_blockcount; /* number of blocks */
229 xfs_filblks_t len);
H A Dxfs_rtbitmap.h352 xfs_filblks_t rtlen);
354 xfs_filblks_t xfs_rtbitmap_blockcount(struct xfs_mount *mp, xfs_rtbxlen_t
359 xfs_filblks_t xfs_rtsummary_blockcount(struct xfs_mount *mp,
372 static inline xfs_filblks_t
H A Dxfs_bmap_btree.h92 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(const struct xfs_bmbt_rec *r);
H A Dxfs_bmap.c172 STATIC xfs_filblks_t
175 xfs_filblks_t len) /* delayed extent length */
180 xfs_filblks_t rval; /* return value */
511 xfs_filblks_t len,
1459 xfs_filblks_t da_new; /* new count del alloc blocks used */
1460 xfs_filblks_t da_old; /* old count del alloc blocks used */
1461 xfs_filblks_t temp=0; /* value for da_new calculations */
2572 xfs_filblks_t newlen=0; /* new indirect size */
2573 xfs_filblks_t oldlen=0; /* old indirect size */
2576 xfs_filblks_t tem
[all...]
H A Dxfs_types.c154 xfs_filblks_t len)
H A Dxfs_rtbitmap.c990 xfs_filblks_t rtlen)
994 xfs_filblks_t len;
1120 xfs_filblks_t
1137 xfs_filblks_t blocks;
1144 xfs_filblks_t
1166 xfs_filblks_t blocks;
H A Dxfs_alloc.h235 xfs_filblks_t len, const struct xfs_owner_info *oinfo,

Completed in 283 milliseconds

12