Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_buf.h304 extern void xfs_buf_iomove(xfs_buf_t *, size_t, size_t, void *,
307 xfs_buf_iomove((bp), (off), (len), NULL, XBRW_ZERO)
Dxfs_buf.c1581 xfs_buf_iomove( in xfs_buf_iomove() function