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

/freebsd-10.1-release/sys/ufs/ffs/
H A Dsoftdep.h105 * The EXTDATA flag indicates that the allocdirect describes an
134 #define EXTDATA 0x004000 /* allocdirect only */
211 #define WK_ALLOCDIRECT(wk) ((struct allocdirect *)(wk))
243 LIST_HEAD(allocdirecthd, allocdirect);
244 TAILQ_HEAD(allocdirectlst, allocdirect);
306 * "allocdirect" structure (see below). It is linked onto the id_newinoupdt
386 struct allocdirecthd sm_allocdirecthd; /* allocdirect deps */
387 struct allocdirecthd sm_allocdirectwr; /* writing allocdirect deps */
404 * an allocdirect or allocindir allocation once the allocator calls the
407 * allocdirect o
450 struct allocdirect { struct
[all...]
H A Dffs_softdep.c651 SOFTDEP_TYPE(ALLOCDIRECT, allocdirect, "Block or frag dependency for an inode");
783 static void handle_allocdirect_partdone(struct allocdirect *,
864 struct allocdirect *, struct freeblks *);
884 struct allocdirect *, struct allocdirect *);
2055 * their allocdirect or allocindir structure.
3805 * Called once a jnewblk journal is written. The allocdirect or allocindir
5266 struct allocdirect *adp, *oldadp;
5317 * Convert the newblk to an allocdirect.
5320 adp = (struct allocdirect *)newbl
[all...]

Completed in 48 milliseconds