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