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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h226 #define WK_ALLOCINDIR(wk) ((struct allocindir *)(wk))
255 LIST_HEAD(allocindirhd, allocindir);
402 struct allocindirhd sm_allocindirhd; /* allocindir deps */
403 struct allocindirhd sm_allocindirwr; /* writing allocindir deps */
418 * an allocdirect or allocindir allocation once the allocator calls the
421 * allocdirect or allocindir as described below.
486 * list of allocindir structures, one for each block that needs to be
489 * allocindir structure freed. If ir_state indicates that an I/O on the
491 * update is deferred by placing the allocindir on the ir_donehd list.
494 * pointers and then freeing the allocindir structur
524 struct allocindir { struct
[all...]
H A Dffs_softdep.c615 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 *);
2192 * their allocdirect or allocindir structure.
4085 * Called once a jnewblk journal is written. The allocdirect or allocindir
6015 * Allocate a new allocindir structur
[all...]

Completed in 138 milliseconds