allocdirect
struct allocdirect *adp, *oldadp;
adp = kmalloc(sizeof(struct allocdirect), M_ALLOCDIRECT,
struct allocdirect *newadp,
struct allocdirect *oldadp)
static void handle_allocdirect_partdone(struct allocdirect *);
struct allocdirect *, int);
struct allocdirect *adp;
struct allocdirect *, struct allocdirect *);
struct allocdirect *adp, int delay)
struct allocdirect *adp, *lastadp;
struct allocdirect *adp;
handle_allocdirect_partdone(struct allocdirect *adp)
struct allocdirect *listadp;
struct allocdirect *adp, *nextadp;
struct allocdirect *listadp, *newadp;
struct allocdirect *adp;
struct allocdirect *adp;
#define WK_ALLOCDIRECT(wk) ((struct allocdirect *)(wk))
LIST_HEAD(allocdirecthd, allocdirect);
TAILQ_HEAD(allocdirectlst, allocdirect);
TAILQ_ENTRY(allocdirect) ad_next; /* inodedep's list of allocdirect's */
LIST_ENTRY(allocdirect) ad_deps; /* bmsafemap's list of allocdirect's */