Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h198 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
217 return xfs_buf_get_map(target, &map, 1, XBF_INCORE | flags, bpp); in xfs_buf_incore()
229 return xfs_buf_get_map(target, &map, 1, 0, bpp); in xfs_buf_get()
H A Dxfs_buf.c585 xfs_buf_get_map( in xfs_buf_get_map() function