Searched refs:record_count (Results 1 – 2 of 2) sorted by relevance
106 unsigned int *record_count /* IN/OUT */, in get_tags()109 if (record_count) { in get_tags()110 const Record<Type> *arr = this->sub_array (start_offset, record_count); in get_tags()111 unsigned int count = *record_count; in get_tags()
1205 unsigned int record_count; in probe_hfsplus() local1291 record_count = blkid_be16(descr->num_recs); in probe_hfsplus()1292 if (record_count == 0) in probe_hfsplus()