Searched refs:elf_listp (Results 1 – 1 of 1) sorted by relevance
130 struct nfsl_log_file **elf_listp);134 struct nfsl_log_file **elf_listp);1482 struct nfsl_log_file **elf_listp) in nfsl_log_file_add() argument1484 elfrec->next = *elf_listp; in nfsl_log_file_add()1486 if (*elf_listp != NULL) { in nfsl_log_file_add()1487 (*elf_listp)->prev = elfrec; in nfsl_log_file_add()1489 *elf_listp = elfrec; in nfsl_log_file_add()1513 struct nfsl_log_file **elf_listp) in nfsl_log_file_del() argument1517 if ((rec = nfsl_log_file_find(elfrec, *elf_listp)) == NULL) { in nfsl_log_file_del()1523 *elf_listp = rec->next; in nfsl_log_file_del()