Home
last modified time | relevance | path

Searched refs:allocindir (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/ufs/
HDsoftdep.h135 #define WK_ALLOCINDIR(wk) ((struct allocindir *)(wk))
150 LIST_HEAD(allocindirhd, allocindir);
358 struct allocindir { struct
361 LIST_ENTRY(allocindir) ai_next; /* indirdep's list of allocindir's */ argument
367 LIST_ENTRY(allocindir) ai_deps; /* bmsafemap's list of allocindir's */ argument
HDffs_softdep.c160 static void handle_allocindir_partdone(struct allocindir *);
169 static void free_allocindir(struct allocindir *, struct inodedep *);
179 struct allocindir *);
180 static struct allocindir *newallocindir(struct inode *, int, ufs_daddr_t,
1504 static struct allocindir *
1508 struct allocindir *aip; in newallocindir()
1510 aip = kmalloc(sizeof(struct allocindir), M_ALLOCINDIR, in newallocindir()
1540 struct allocindir *aip; in softdep_setup_allocindir_page()
1573 struct allocindir *aip; in softdep_setup_allocindir_meta()
1593 struct allocindir *aip) in setup_allocindir_phase2()
[all …]