Searched refs:xfs_buf_get_map (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf.h231 int xfs_buf_get_map(struct xfs_buftarg *target, struct xfs_buf_map *map,
250 return xfs_buf_get_map(target, &map, 1, XBF_INCORE | flags, bpp);
262 return xfs_buf_get_map(target, &map, 1, 0, bpp);
H A Dxfs_trans_buf.c130 return xfs_buf_get_map(target, map, nmaps, flags, bpp);
156 error = xfs_buf_get_map(target, map, nmaps, flags, &bp);
H A Dxfs_buf.c717 xfs_buf_get_map( function
860 error = xfs_buf_get_map(target, map, nmaps, flags, &bp);

Completed in 115 milliseconds