Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_buf.c1338 size_t bend, cpoff, csize; in xfs_buf_iomove() local
1344 cpoff = xfs_buf_poff(boff + bp->b_offset); in xfs_buf_iomove()
1346 PAGE_SIZE-cpoff, bp->b_count_desired-boff); in xfs_buf_iomove()
1348 ASSERT(((csize + cpoff) <= PAGE_SIZE)); in xfs_buf_iomove()
1352 memset(page_address(page) + cpoff, 0, csize); in xfs_buf_iomove()
1355 memcpy(data, page_address(page) + cpoff, csize); in xfs_buf_iomove()
1358 memcpy(page_address(page) + cpoff, data, csize); in xfs_buf_iomove()