Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_buf.h271 int xfs_buf_associate_memory(struct xfs_buf *bp, void *mem, size_t length);
Dxfs_buf.c766 xfs_buf_associate_memory( in xfs_buf_associate_memory() function
Dxfs_log_recover.c234 error = xfs_buf_associate_memory(bp, offset, BBTOB(nbblks)); in xlog_bread_offset()
241 error2 = xfs_buf_associate_memory(bp, orig_offset, orig_len); in xlog_bread_offset()
Dxfs_log.c1887 xfs_buf_associate_memory(bp, in xlog_sync()