LINKED
#define LINKED 0x0001 /* conjunctive field type */
#define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \