Searched refs:xfs_bmbt_get_startoff (Results 1 - 4 of 4) 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.h212 extern xfs_fileoff_t xfs_bmbt_get_startoff(xfs_bmbt_rec_host_t *r);
H A Dxfs_bmap_btree.c93 * This code must be in sync with the routines xfs_bmbt_get_startoff,
181 xfs_bmbt_get_startoff( function
H A Dxfs_inode.c3781 startoff = xfs_bmbt_get_startoff(ep);
3838 if (bno < xfs_bmbt_get_startoff(erp->er_extbuf)) {
3841 xfs_bmbt_get_startoff(erp_next->er_extbuf)) {
H A Dxfs_bmap.c3940 off = xfs_bmbt_get_startoff(ep);
3992 if (eof || xfs_bmbt_get_startoff(ep) > bno) {
4039 *last_block = xfs_bmbt_get_startoff(ep) + xfs_bmbt_get_blockcount(ep);
5250 xfs_bmbt_get_startoff(ep) > bno) {
5656 startoff = xfs_bmbt_get_startoff(lastrec);

Completed in 99 milliseconds