Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_buf.h210 extern void xfs_buf_iomove(xfs_buf_t *, size_t, size_t, void *,
213 xfs_buf_iomove((bp), (off), (len), NULL, XBRW_ZERO)
Dxfs_buf.c1331 xfs_buf_iomove( in xfs_buf_iomove() function
/linux-2.6.39/fs/xfs/
Dxfs_attr.c1989 xfs_buf_iomove(bp, 0, tmp, dst, XBRW_READ); in xfs_attr_rmtval_get()
2119 xfs_buf_iomove(bp, 0, tmp, src, XBRW_WRITE); in xfs_attr_rmtval_set()