Searched refs:path_entry (Results 1 – 1 of 1) sorted by relevance
352 struct path_entry { struct356 struct path_entry *next; argument358 void add_path(struct path_entry *head, struct path_entry *cur) { in add_path()359 struct path_entry *tmp; in add_path()363 struct path_entry *is_duplicate_path(struct path_entry *head, char *path) { in is_duplicate_path()364 struct path_entry *tmp; in is_duplicate_path()372 void free_path_list(struct path_entry *head) { in free_path_list()373 struct path_entry *tmp; in free_path_list()374 struct path_entry *tmp2; in free_path_list()524 struct path_entry *head = NULL; in fchba_non_encl_probe()[all …]