Home | History | Annotate | Download | only in dm

Lines Matching defs:length

182  * Return length of active table in device.
189 uint64_t length;
192 length = 0;
201 * if length => rawblkno then we should used that table.
204 length += table_en->length;
208 return length;
212 * Return length of active table in device.
222 * Return length of active table in device.
240 uint64_t length;
244 length = 0;
253 * if length => rawblkno then we should used that table.
257 length += table_en->length;
267 *numsecp = secsize > 0 ? dbtob(length) / secsize : 0;