Searched refs:_xfs_buf_find (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_buf.h | 194 struct xfs_buf *_xfs_buf_find(struct xfs_buftarg *target, 206 return _xfs_buf_find(target, &map, 1, flags, NULL); in xfs_incore()
|
D | xfs_buf.c | 436 _xfs_buf_find( in _xfs_buf_find() function 574 bp = _xfs_buf_find(target, map, nmaps, flags, NULL); in xfs_buf_get_map() 588 bp = _xfs_buf_find(target, map, nmaps, flags, new_bp); in xfs_buf_get_map()
|