Searched refs:allocindir (Results 1 – 2 of 2) sorted by relevance
| /src/sys/ufs/ffs/ |
| H A D | softdep.h | 226 #define WK_ALLOCINDIR(wk) ((struct allocindir *)(wk)) 255 LIST_HEAD(allocindirhd, allocindir); 524 struct allocindir { struct 527 LIST_ENTRY(allocindir) ai_next; /* indirdep's list of allocindir's */ argument 542 struct allocindir ab_allocindir; argument
|
| H A D | ffs_softdep.c | 615 SOFTDEP_TYPE(ALLOCINDIR, allocindir, "Block dependency for an indirect block"); 756 static void handle_allocindir_partdone(struct allocindir *); 786 static void cancel_allocindir(struct allocindir *, struct buf *bp, 842 struct inodedep *, struct allocindir *, ufs_lbn_t); 843 static struct allocindir *newallocindir(struct inode *, int, ufs2_daddr_t, 850 static struct freefrag *allocindir_merge(struct allocindir *, 851 struct allocindir *); 6030 static struct allocindir * 6039 struct allocindir *aip; in newallocindir() 6055 aip = (struct allocindir *)newblk; in newallocindir() [all …]
|