Searched refs:_xfs_buf_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_buf.h | 208 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target, 220 return _xfs_buf_alloc(target, &map, 1, flags); in xfs_buf_alloc()
|
D | xfs_buf.c | 217 _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()
|