Searched refs:xfs_buf_iomove (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_buf.h | 210 extern void xfs_buf_iomove(xfs_buf_t *, size_t, size_t, void *, 213 xfs_buf_iomove((bp), (off), (len), NULL, XBRW_ZERO)
|
D | xfs_buf.c | 1331 xfs_buf_iomove( in xfs_buf_iomove() function
|
/linux-2.6.39/fs/xfs/ |
D | xfs_attr.c | 1989 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()
|