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))
256 dl->dl_next = NULL; in defoptlist_create() 274 next = dl->dl_next; in defoptlist_destroy() 275 dl->dl_next = NULL; in defoptlist_destroy() 293 for (dl = dla; dl->dl_next != NULL; dl = dl->dl_next) in defoptlist_append() 296 dl->dl_next = dlb; in defoptlist_append()
995 nextdl = dl->dl_next; in defopt() 1041 dl->dl_next = NULL; in defopt() 1059 while (olddl->dl_next != NULL) in defopt() 1060 olddl = olddl->dl_next; in defopt() 1061 olddl->dl_next = dl; in defopt() 1074 for (dl = opts; dl != NULL; dl = dl->dl_next) { in mkoptvar()
244 for (dl = value; dl != NULL; dl = dl->dl_next) { in defopts_print()
149 struct defoptlist *dl_next; member
1181 dl->dl_next = NULL; in wrap_cleanup()
180 struct zfs_dirlock *dl_next; /* next in z_dirlocks list */ member