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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c162 uint_t c_clen; member in struct:dbmap_chunk
204 uint_t c_clen; member in struct:bmap_chunk
327 if (bn < cp->c_clen) {
352 if (bn < cp->c_clen) {
395 cp->c_clen = cl;
523 if (bn >= cp->c_off && bn < (cp->c_off + cp->c_clen)) {
569 for (cl = cp->c_off + cp->c_clen; bn < cl && bn < max; bn++) {
612 for (cl = cp->c_off + cp->c_clen; bn < cl && bn < max; bn++) {
860 if (bn < cp->c_clen) {
898 if (bn < cp->c_clen) {
[all...]

Completed in 64 milliseconds