Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf.h297 struct xfs_buf *xfs_buf_get_uncached(struct xfs_buftarg *target, size_t numblks,
Dxfs_buf.c826 bp = xfs_buf_get_uncached(target, numblks, flags); in xfs_buf_read_uncached()
926 xfs_buf_get_uncached( in xfs_buf_get_uncached() function
Dxfs_fsops.c139 bp = xfs_buf_get_uncached(mp->m_ddev_targp, numblks, flags); in xfs_growfs_get_hdr_buf()
Dxfs_log.c1488 bp = xfs_buf_get_uncached(mp->m_logdev_targp, in xlog_alloc_log()
Dxfs_log_recover.c141 bp = xfs_buf_get_uncached(log->l_mp->m_logdev_targp, nbblks, 0); in xlog_get_bp()
Dxfs_trace.h371 DEFINE_BUF_EVENT(xfs_buf_get_uncached);