Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_buf.h269 int xfs_buf_associate_memory(struct xfs_buf *bp, void *mem, size_t length);
Dxfs_buf.c907 xfs_buf_associate_memory( in xfs_buf_associate_memory() function
Dxfs_log_recover.c239 error = xfs_buf_associate_memory(bp, offset, BBTOB(nbblks)); in xlog_bread_offset()
246 error2 = xfs_buf_associate_memory(bp, orig_offset, orig_len); in xlog_bread_offset()
Dxfs_log.c1971 xfs_buf_associate_memory(bp, in xlog_sync()