Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_buf.h179 extern xfs_buf_t *xfs_buf_get_uncached(struct xfs_buftarg *, size_t, int);
Dxfs_buf.c678 bp = xfs_buf_get_uncached(target, length, flags); in xfs_buf_read_uncached()
771 xfs_buf_get_uncached( in xfs_buf_get_uncached() function
Dxfs_vnodeops.c1967 bp = xfs_buf_get_uncached(XFS_IS_REALTIME_INODE(ip) ? in xfs_zero_remaining_bytes()
Dxfs_log.c1206 bp = xfs_buf_get_uncached(mp->m_logdev_targp, in xlog_alloc_log()
Dxfs_trace.h333 DEFINE_BUF_EVENT(xfs_buf_get_uncached);
Dxfs_log_recover.c123 bp = xfs_buf_get_uncached(log->l_mp->m_logdev_targp, BBTOB(nbblks), 0); in xlog_get_bp()