Searched refs:xfs_bmbt_get_blockcount (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap_btree.h210 extern xfs_filblks_t xfs_bmbt_get_blockcount(xfs_bmbt_rec_host_t *r);
H A Dxfs_bmap_btree.c94 * xfs_bmbt_get_startblock, xfs_bmbt_get_blockcount and xfs_bmbt_get_state.
147 xfs_bmbt_get_blockcount( function
195 return xfs_extent_state(xfs_bmbt_get_blockcount(r),
H A Dxfs_bmap.c3948 lastaddr = off + xfs_bmbt_get_blockcount(ep);
4039 *last_block = xfs_bmbt_get_startoff(ep) + xfs_bmbt_get_blockcount(ep);
5657 blockcount = xfs_bmbt_get_blockcount(lastrec);
6040 *count += xfs_bmbt_get_blockcount(frp);
H A Dxfs_inode.c3782 blockcount = xfs_bmbt_get_blockcount(ep);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm.c1605 rtblks += xfs_bmbt_get_blockcount(xfs_iext_get_ext(ifp, idx));

Completed in 78 milliseconds