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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c207 } bmap_chunk_t; typedef in typeref:struct:bmap_chunk
319 bmp_set(bmap_chunk_t *cp, u_quad_t bn, uint_t *vp)
346 bmp_get(bmap_chunk_t *cp, u_quad_t bn)
367 static bmap_chunk_t *
368 bm_chunk_setup(bitmap_t *bmp, bmap_chunk_t *cp, u_quad_t bn)
406 static bmap_chunk_t *
409 bmap_chunk_t *cp;
413 cp = ndmp_malloc(sizeof (bmap_chunk_t));
435 static bmap_chunk_t *
438 bmap_chunk_t *c
[all...]

Completed in 61 milliseconds