Searched refs:se_listpp (Results 1 – 1 of 1) sorted by relevance
303 remove_sharepnt_ent(struct sharepnt_ent **se_listpp, struct sharepnt_ent *sep) in remove_sharepnt_ent() argument307 for (p = prev = *se_listpp; p != NULL; p = p->se_next) { in remove_sharepnt_ent()309 if (p == *se_listpp) in remove_sharepnt_ent()310 *se_listpp = (*se_listpp)->se_next; in remove_sharepnt_ent()