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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h224 #define WK_ALLOCINDIR(wk) ((struct allocindir *)(wk))
253 LIST_HEAD(allocindirhd, allocindir);
399 struct allocindirhd sm_allocindirhd; /* allocindir deps */
400 struct allocindirhd sm_allocindirwr; /* writing allocindir deps */
415 * an allocdirect or allocindir allocation once the allocator calls the
418 * allocdirect or allocindir as described below.
483 * list of allocindir structures, one for each block that needs to be
486 * allocindir structure freed. If ir_state indicates that an I/O on the
488 * update is deferred by placing the allocindir on the ir_donehd list.
491 * pointers and then freeing the allocindir structur
521 struct allocindir { struct
[all...]
H A Dffs_softdep.c656 SOFTDEP_TYPE(ALLOCINDIR, allocindir, "Block dependency for an indirect block");
796 static void handle_allocindir_partdone(struct allocindir *);
826 static void cancel_allocindir(struct allocindir *, struct buf *bp,
882 struct inodedep *, struct allocindir *, ufs_lbn_t);
883 static struct allocindir *newallocindir(struct inode *, int, ufs2_daddr_t,
890 static struct freefrag *allocindir_merge(struct allocindir *,
891 struct allocindir *);
2063 * their allocdirect or allocindir structure.
3818 * Called once a jnewblk journal is written. The allocdirect or allocindir
5804 * Allocate a new allocindir structur
[all...]

Completed in 173 milliseconds