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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c165 } dbmap_chunk_t; typedef in typeref:struct:dbmap_chunk
852 dbmp_set(dbmap_chunk_t *cp, u_quad_t bn, uint_t *vp)
892 dbmp_get(dbmap_chunk_t *cp, u_quad_t bn)
936 dbm_chunk_flush(dbitmap_t *bmp, dbmap_chunk_t *cp)
966 static dbmap_chunk_t *
967 dbm_chunk_load(dbitmap_t *bmp, dbmap_chunk_t *cp, u_quad_t bn, int new)
1016 static dbmap_chunk_t *
1019 dbmap_chunk_t *cp;
1022 cp = ndmp_malloc(sizeof (dbmap_chunk_t));
1048 static dbmap_chunk_t *
[all...]

Completed in 72 milliseconds