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

/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c614 SOFTDEP_TYPE(INDIRDEP, indirdep, "Indirect block dependencies");
723 static int handle_written_indirdep(struct indirdep *, struct buf *,
752 static void indirdep_complete(struct indirdep *);
758 static void initiate_write_indirdep(struct indirdep*, struct buf *);
769 static struct indirdep *indirdep_lookup(struct mount *, struct inode *,
771 static void cancel_indirdep(struct indirdep *, struct buf *,
773 static void free_indirdep(struct indirdep *);
791 static void trunc_indirdep(struct indirdep *, struct freeblks *, struct buf *,
6139 indirdep_complete(struct indirdep *indirdep) argument
6164 struct indirdep *indirdep, *newindirdep; local
6246 struct indirdep *indirdep; local
6420 trunc_indirdep( struct indirdep *indirdep, struct freeblks *freeblks, struct buf *bp, int off) argument
6462 struct indirdep *indirdep; local
6565 struct indirdep *indirdep; local
7490 struct indirdep *indirdep; local
7696 struct indirdep *indirdep; local
8301 struct indirdep *indirdep; local
8514 struct indirdep *indirdep; local
10797 cancel_indirdep( struct indirdep *indirdep, struct buf *bp, struct freeblks *freeblks) argument
10857 free_indirdep(struct indirdep *indirdep) argument
10887 initiate_write_indirdep(struct indirdep *indirdep, struct buf *bp) argument
11493 struct indirdep *indirdep; local
11927 handle_written_indirdep( struct indirdep *indirdep, struct buf *bp, struct buf **bpp, int flags) argument
12953 struct indirdep *indirdep; local
14320 struct indirdep *indirdep; local
14548 struct indirdep *indirdep; local
[all...]
H A Dsoftdep.h127 #define GOINGAWAY 0x000100 /* indirdep, jremref only */
132 #define UFS1FMT 0x002000 /* indirdep only */
225 #define WK_INDIRDEP(wk) ((struct indirdep *)(wk))
258 LIST_HEAD(indirdephd, indirdep);
480 * A single "indirdep" structure manages all allocation dependencies for
496 struct indirdep { struct
499 LIST_ENTRY(indirdep) ir_next; /* alloc{direct,indir} list */
504 struct allocindirhd ir_completehd; /* waiting for indirdep complete */
512 * An "allocindir" structure is attached to an "indirdep" when a new block
514 * "indirdep"
[all...]

Completed in 128 milliseconds