Lines Matching refs:count
31 unsigned int i, count;
33 files = array_get(&storage->open_files, &count);
34 for (i = 0; i < count; i++) {
44 unsigned int i, count;
46 files = array_get(&storage->open_files, &count);
47 for (i = 0; i < count; i++)
55 unsigned int i, count;
57 files = array_get(&storage->open_files, &count);
58 for (i = 0; i < count; i++) {
68 unsigned int i, count;
70 files = array_get(&storage->open_files, &count);
71 for (i = 0; i < count;) {
79 files = array_get(&storage->open_files, &count);
142 unsigned int count;
151 count = array_count(&storage->open_files);
152 if (count > MDBOX_MAX_OPEN_UNUSED_FILES) {
154 count - MDBOX_MAX_OPEN_UNUSED_FILES);
226 unsigned int i, count;
228 files = array_get(&storage->open_files, &count);
229 *idx_r = count;
230 for (i = 0; i < count; i++) {
272 unsigned int i, count;
279 count = array_count(&mfile->storage->open_files);
280 if (count <= MDBOX_MAX_OPEN_UNUSED_FILES) {