Lines Matching defs:mapp
2161 struct xfs_bmbt_irec map, *mapp;
2183 mapp = ↦
2193 mapp = kmem_alloc(sizeof(*mapp) * count, 0);
2199 args->total, &mapp[mapi], &nmap);
2205 b = mapp[mapi - 1].br_startoff +
2206 mapp[mapi - 1].br_blockcount;
2210 mapp = NULL;
2217 got += mapp[i].br_blockcount;
2218 if (got != count || mapp[0].br_startoff != *bno ||
2219 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount !=
2229 if (mapp != &map)
2230 kmem_free(mapp);
2517 struct xfs_buf_map **mapp,
2523 struct xfs_buf_map *map = *mapp;
2546 *mapp = map;
2606 struct xfs_buf_map map, *mapp = ↦
2611 error = xfs_dabuf_map(dp, bno, 0, whichfork, &mapp, &nmap);
2615 error = xfs_trans_get_buf_map(tp, mp->m_ddev_targp, mapp, nmap, 0, &bp);
2622 if (mapp != &map)
2623 kmem_free(mapp);
2643 struct xfs_buf_map map, *mapp = ↦
2648 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);
2652 error = xfs_trans_read_buf_map(mp, tp, mp->m_ddev_targp, mapp, nmap, 0,
2663 if (mapp != &map)
2664 kmem_free(mapp);
2681 struct xfs_buf_map *mapp;
2685 mapp = ↦
2687 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);
2691 xfs_buf_readahead_map(dp->i_mount->m_ddev_targp, mapp, nmap, ops);
2694 if (mapp != &map)
2695 kmem_free(mapp);