Searched defs:mapp (Results 1 - 2 of 2) sorted by relevance

/fs/ufs/
H A Dutil.h424 unsigned char * mapp; local
427 mapp = bitmap + (size >> 3);
428 map = *mapp--;
436 map = *mapp--;
/fs/xfs/libxfs/
H A Dxfs_da_btree.c2008 struct xfs_bmbt_irec map, *mapp; local
2032 mapp = ↦
2042 mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP);
2049 &mapp[mapi], &nmap, args->flist);
2055 b = mapp[mapi - 1].br_startoff +
2056 mapp[mapi - 1].br_blockcount;
2060 mapp = NULL;
2067 got += mapp[i].br_blockcount;
2068 if (got != count || mapp[
2382 xfs_da_map_covers_blocks( int nmap, xfs_bmbt_irec_t *mapp, xfs_dablk_t bno, int count) argument
2413 xfs_buf_map_from_irec( struct xfs_mount *mp, struct xfs_buf_map **mapp, int *nmaps, struct xfs_bmbt_irec *irecs, int nirecs) argument
2546 struct xfs_buf_map *mapp; local
2595 struct xfs_buf_map *mapp; local
2641 struct xfs_buf_map *mapp; local
[all...]

Completed in 59 milliseconds