Searched refs:allocindir (Results 1 – 2 of 2) sorted by relevance
/freebsd/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 *); 2190 * their allocdirect or allocindir structure. 4098 * Called once a jnewblk journal is written. The allocdirect or allocindir 6028 * Allocate a new allocindir structur [all...] |