Home
last modified time | relevance | path

Searched refs:xfs_buf_get_uncached (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_buf.h271 struct xfs_buf *xfs_buf_get_uncached(struct xfs_buftarg *target, size_t numblks,
Dxfs_buf.c849 bp = xfs_buf_get_uncached(target, numblks, flags); in xfs_buf_read_uncached()
949 xfs_buf_get_uncached( in xfs_buf_get_uncached() function
Dxfs_log.c1527 bp = xfs_buf_get_uncached(mp->m_logdev_targp, in xlog_alloc_log()
Dxfs_log_recover.c137 bp = xfs_buf_get_uncached(log->l_mp->m_logdev_targp, nbblks, 0); in xlog_get_bp()
Dxfs_trace.h324 DEFINE_BUF_EVENT(xfs_buf_get_uncached);
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.c33 bp = xfs_buf_get_uncached(mp->m_ddev_targp, numblks, flags); in xfs_get_aghdr_buf()