Home
last modified time | relevance | path

Searched refs:xfs_bmbt_get_blockcount (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/libxfs/
Dxfs_bmap_btree.h110 extern xfs_filblks_t xfs_bmbt_get_blockcount(xfs_bmbt_rec_host_t *r);
Dxfs_bmap_btree.c135 xfs_bmbt_get_blockcount( in xfs_bmbt_get_blockcount() function
170 return xfs_extent_state(xfs_bmbt_get_blockcount(r), in xfs_bmbt_get_state()
Dxfs_inode_fork.c1565 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext()
Dxfs_bmap.c1512 lastaddr = off + xfs_bmbt_get_blockcount(ep); in xfs_bmap_first_unused()
/fs/xfs/
Dxfs_qm.c1108 rtblks += xfs_bmbt_get_blockcount(xfs_iext_get_ext(ifp, idx)); in xfs_qm_get_rtblks()
Dxfs_bmap_util.c315 *count += xfs_bmbt_get_blockcount(frp); in xfs_bmap_count_leaves()