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

/freebsd-9.3-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.c695 SOFTDEP_TYPE(INDIRDEP, indirdep, "Indirect block dependencies");
832 static int handle_written_indirdep(struct indirdep *, struct buf *,
861 static void indirdep_complete(struct indirdep *);
867 static void initiate_write_indirdep(struct indirdep*, struct buf *);
878 static struct indirdep *indirdep_lookup(struct mount *, struct inode *,
880 static void cancel_indirdep(struct indirdep *, struct buf *,
882 static void free_indirdep(struct indirdep *);
900 static void trunc_indirdep(struct indirdep *, struct freeblks *, struct buf *,
5729 indirdep_complete(indirdep)
5730 struct indirdep *indirde
5756 struct indirdep *indirdep, *newindirdep; local
5836 struct indirdep *indirdep; local
6046 struct indirdep *indirdep; local
6155 struct indirdep *indirdep; local
7053 struct indirdep *indirdep; local
7259 struct indirdep *indirdep; local
7857 struct indirdep *indirdep; local
8061 struct indirdep *indirdep; local
10900 struct indirdep *indirdep; local
12271 struct indirdep *indirdep; local
13275 struct indirdep *indirdep; local
[all...]

Completed in 78 milliseconds