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