Lines Matching refs:insp
2196 struct unixstat *u, **insp;2224 insp = &list;2225 while (*insp) {2226 if (u->type < (*insp)->type ||2227 (u->type == (*insp)->type &&2228 u->ino < (*insp)->ino))2230 insp = &(*insp)->next;2232 u->next = *insp;2233 *insp = u;