Home
last modified time | relevance | path

Searched refs: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
852 dbmp_set(dbmap_chunk_t *cp, u_quad_t bn, uint_t *vp) in dbmp_set()
892 dbmp_get(dbmap_chunk_t *cp, u_quad_t bn) in dbmp_get()
936 dbm_chunk_flush(dbitmap_t *bmp, dbmap_chunk_t *cp) in dbm_chunk_flush()
966 static dbmap_chunk_t *
967 dbm_chunk_load(dbitmap_t *bmp, dbmap_chunk_t *cp, u_quad_t bn, int new) in dbm_chunk_load()
1016 static dbmap_chunk_t *
1019 dbmap_chunk_t *cp; in dbm_chunk_new()
1022 cp = ndmp_malloc(sizeof (dbmap_chunk_t)); in dbm_chunk_new()
1048 static dbmap_chunk_t *
[all …]