Home
last modified time | relevance | path

Searched refs:_xfs_buf_alloc (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_buf.h209 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target,
221 return _xfs_buf_alloc(target, &map, 1, flags); in xfs_buf_alloc()
Dxfs_buf.c149 _xfs_buf_alloc( in _xfs_buf_alloc() function
578 new_bp = _xfs_buf_alloc(target, map, nmaps, flags); in xfs_buf_get_map()
819 bp = _xfs_buf_alloc(target, &map, 1, 0); in xfs_buf_get_uncached()