Searched refs:fs_config_entry (Results 1 – 1 of 1) sorted by relevance
38 struct fs_config_entry { struct43 static struct fs_config_entry* canned_config = NULL; argument62 struct fs_config_entry* empty_path_config = NULL; in fix_stat()63 struct fs_config_entry* p; in fix_stat()284 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry)); in read_canned_config()294 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()295 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()298 struct fs_config_entry* cc = canned_config + used; in read_canned_config()313 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()314 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()