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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h128 #define GOINGAWAY 0x000100 /* indirdep, jremref only */
133 #define UFS1FMT 0x002000 /* indirdep only */
179 #define WK_INDIRDEP(wk) ((struct indirdep *)(wk))
212 LIST_HEAD(indirdephd, indirdep);
432 * A single "indirdep" structure manages all allocation dependencies for
448 struct indirdep { struct
451 LIST_ENTRY(indirdep) ir_next; /* alloc{direct,indir} list */
456 struct allocindirhd ir_completehd; /* waiting for indirdep complete */
464 * An "allocindir" structure is attached to an "indirdep" when a new block
466 * "indirdep"
[all...]
H A Dffs_softdep.c696 SOFTDEP_TYPE(INDIRDEP, indirdep, "Indirect block dependencies");
833 static int handle_written_indirdep(struct indirdep *, struct buf *,
862 static void indirdep_complete(struct indirdep *);
868 static void initiate_write_indirdep(struct indirdep*, struct buf *);
879 static struct indirdep *indirdep_lookup(struct mount *, struct inode *,
881 static void cancel_indirdep(struct indirdep *, struct buf *,
883 static void free_indirdep(struct indirdep *);
901 static void trunc_indirdep(struct indirdep *, struct freeblks *, struct buf *,
5722 indirdep_complete(indirdep)
5723 struct indirdep *indirde
5749 struct indirdep *indirdep, *newindirdep; local
5829 struct indirdep *indirdep; local
6039 struct indirdep *indirdep; local
6148 struct indirdep *indirdep; local
7044 struct indirdep *indirdep; local
7250 struct indirdep *indirdep; local
7848 struct indirdep *indirdep; local
8052 struct indirdep *indirdep; local
10893 struct indirdep *indirdep; local
12269 struct indirdep *indirdep; local
13254 struct indirdep *indirdep; local
[all...]

Completed in 169 milliseconds