Home
last modified time | relevance | path

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

/linux-4.19.296/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.c217 _xfs_buf_alloc( in _xfs_buf_alloc() function
722 new_bp = _xfs_buf_alloc(target, map, nmaps, flags); in xfs_buf_get_map()
960 bp = _xfs_buf_alloc(target, &map, 1, flags & XBF_NO_IOACCT); in xfs_buf_get_uncached()