Lines Matching refs:open_files
33 files = array_get(&storage->open_files, &count);
46 files = array_get(&storage->open_files, &count);
49 array_clear(&storage->open_files);
57 files = array_get(&storage->open_files, &count);
70 files = array_get(&storage->open_files, &count);
74 array_delete(&storage->open_files, i, 1);
79 files = array_get(&storage->open_files, &count);
151 count = array_count(&storage->open_files);
169 array_append(&storage->open_files, &file, 1);
217 array_append(&file->storage->open_files, &file, 1);
228 files = array_get(&storage->open_files, &count);
251 array_delete(&storage->open_files, i, 1);
279 count = array_count(&mfile->storage->open_files);
289 array_delete(&mfile->storage->open_files, i, 1);