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.c138 xfs_bmbt_get_blockcount( in xfs_bmbt_get_blockcount() function
173 return xfs_extent_state(xfs_bmbt_get_blockcount(r), in xfs_bmbt_get_state()
Dxfs_inode_fork.c1569 blockcount = xfs_bmbt_get_blockcount(ep); in xfs_iext_bno_to_ext()
Dxfs_bmap.c1547 lastaddr = off + xfs_bmbt_get_blockcount(ep); in xfs_bmap_first_unused()
/fs/xfs/
Dxfs_bmap_util.c292 *count += xfs_bmbt_get_blockcount(frp); in xfs_bmap_count_leaves()
Dxfs_qm.c1116 rtblks += xfs_bmbt_get_blockcount(xfs_iext_get_ext(ifp, idx)); in xfs_qm_get_rtblks()