Searched refs:dl_next (Results 1 – 8 of 8) sorted by relevance
50 q->dl_next = NULL; in dt_list_append()53 assert(p->dl_next == NULL); in dt_list_append()54 p->dl_next = q; in dt_list_append()56 assert(dlp->dl_next == NULL); in dt_list_append()57 dlp->dl_next = q; in dt_list_append()65 dt_list_t *q = dlp->dl_next; /* q = head list element */ in dt_list_prepend()67 dlp->dl_next = p; in dt_list_prepend()69 p->dl_next = q; in dt_list_prepend()86 if (p == NULL || p->dl_next == NULL) { in dt_list_insert()91 q->dl_next = p->dl_next; in dt_list_insert()[all …]
38 struct dt_list *dl_next; member42 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next))
39 struct dst_list * dl_next; member
160 $2->dl_next = $1;
467 for (dl = dl_head; dl; dl = dl->dl_next) { in rrenum_snd_eachdst()
252 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next) { in zfs_dirent_lock()274 dl->dl_next = dzp->z_dirlocks; in zfs_dirent_lock()363 prev_dl = &cur_dl->dl_next; in zfs_dirent_unlock()364 *prev_dl = dl->dl_next; in zfs_dirent_unlock()
80 TAILQ_ENTRY(g_nop_delay) dl_next;186 TAILQ_REMOVE(&sc->sc_head_delay, gndelay, dl_next); in g_nop_pass_timeout()305 dl_next); in g_nop_start()
180 struct zfs_dirlock *dl_next; /* next in z_dirlocks list */ member