Searched refs:fs_config_entry (Results 1 – 1 of 1) sorted by relevance
39 struct fs_config_entry { struct44 static struct fs_config_entry* canned_config = NULL; argument67 struct fs_config_entry* empty_path_config = NULL; in fix_stat()68 struct fs_config_entry* p; in fix_stat()293 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry)); in read_canned_config()303 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()304 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()308 struct fs_config_entry* cc = canned_config + used; in read_canned_config()323 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()324 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()