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; argument66 struct fs_config_entry* empty_path_config = NULL; in fix_stat()67 struct fs_config_entry* p; in fix_stat()292 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry)); in read_canned_config()302 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()303 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()307 struct fs_config_entry* cc = canned_config + used; in read_canned_config()322 canned_config = (struct fs_config_entry*)realloc( in read_canned_config()323 canned_config, allocated * sizeof(struct fs_config_entry)); in read_canned_config()