Lines Matching defs:mapp
2149 struct xfs_bmbt_irec map, *mapp;
2171 mapp = ↦
2181 mapp = kmem_alloc(sizeof(*mapp) * count, 0);
2187 args->total, &mapp[mapi], &nmap);
2193 b = mapp[mapi - 1].br_startoff +
2194 mapp[mapi - 1].br_blockcount;
2198 mapp = NULL;
2205 got += mapp[i].br_blockcount;
2206 if (got != count || mapp[0].br_startoff != *bno ||
2207 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount !=
2217 if (mapp != &map)
2218 kmem_free(mapp);
2505 struct xfs_buf_map **mapp,
2511 struct xfs_buf_map *map = *mapp;
2534 *mapp = map;
2594 struct xfs_buf_map map, *mapp = ↦
2599 error = xfs_dabuf_map(dp, bno, 0, whichfork, &mapp, &nmap);
2603 error = xfs_trans_get_buf_map(tp, mp->m_ddev_targp, mapp, nmap, 0, &bp);
2610 if (mapp != &map)
2611 kmem_free(mapp);
2631 struct xfs_buf_map map, *mapp = ↦
2636 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);
2640 error = xfs_trans_read_buf_map(mp, tp, mp->m_ddev_targp, mapp, nmap, 0,
2651 if (mapp != &map)
2652 kmem_free(mapp);
2669 struct xfs_buf_map *mapp;
2673 mapp = ↦
2675 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap);
2679 xfs_buf_readahead_map(dp->i_mount->m_ddev_targp, mapp, nmap, ops);
2682 if (mapp != &map)
2683 kmem_free(mapp);