Home
last modified time | relevance | path

Searched refs: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
319 bmp_set(bmap_chunk_t *cp, u_quad_t bn, uint_t *vp) in bmp_set()
346 bmp_get(bmap_chunk_t *cp, u_quad_t bn) in bmp_get()
367 static bmap_chunk_t *
368 bm_chunk_setup(bitmap_t *bmp, bmap_chunk_t *cp, u_quad_t bn) in bm_chunk_setup()
406 static bmap_chunk_t *
409 bmap_chunk_t *cp; in bm_chunk_new()
413 cp = ndmp_malloc(sizeof (bmap_chunk_t)); in bm_chunk_new()
435 static bmap_chunk_t *
438 bmap_chunk_t *cp; in bm_chunk_alloc()
[all …]