Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h276 int xfs_buf_get_uncached(struct xfs_buftarg *target, size_t numblks,
H A Dxfs_buf.c811 error = xfs_buf_get_uncached(target, numblks, &bp); in xfs_buf_read_uncached()
834 xfs_buf_get_uncached( in xfs_buf_get_uncached() function
H A Dxfs_rtalloc.c839 error = xfs_buf_get_uncached(mp->m_rtdev_targp, XFS_FSB_TO_BB(mp, 1), in xfs_growfs_rt_init_rtsb()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c304 error = xfs_buf_get_uncached(mp->m_ddev_targp, numblks, &bp); in xfs_get_aghdr_buf()