Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_buf.h208 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target,
220 return _xfs_buf_alloc(target, &map, 1, flags); in xfs_buf_alloc()
Dxfs_buf.c191 _xfs_buf_alloc( in _xfs_buf_alloc() function
696 new_bp = _xfs_buf_alloc(target, map, nmaps, flags); in xfs_buf_get_map()
934 bp = _xfs_buf_alloc(target, &map, 1, flags & XBF_NO_IOACCT); in xfs_buf_get_uncached()