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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h124 #define MKDIR_PARENT 0x000010 /* diradd, mkdir, jaddref, jsegdep only */
192 #define WK_JSEGDEP(wk) ((struct jsegdep *)(wk))
744 struct jsegdep *if_jsegdep; /* Will track our journal record. */
817 * from being written until it is logged. After it is logged the jsegdep
829 struct jsegdep *jn_jsegdep; /* Will track our journal record. */
845 struct jsegdep *jb_jsegdep; /* Reference to the jseg. */
872 struct jsegdep *fr_jsegdep; /* Will track our journal record. */
902 * A "jsegdep" structure tracks a single reference to a written journal
907 struct jsegdep { struct
H A Dffs_softdep.c714 SOFTDEP_TYPE(JSEGDEP, jsegdep, "Journal segment complete");
907 static void free_jsegdep(struct jsegdep *);
982 static void jwork_insert(struct workhead *, struct jsegdep *);
1006 static inline struct jsegdep *inoref_jseg(struct inoref *);
1109 static inline struct jsegdep *
1110 jsegdep_merge(struct jsegdep *one, struct jsegdep *two)
1112 struct jsegdep *swp;
1154 struct jsegdep *jsegdep; local
3567 struct jsegdep *jsegdep; local
3585 struct jsegdep *jsegdep; local
3622 struct jsegdep *jsegdep; local
3687 struct jsegdep *jsegdep; local
3786 struct jsegdep *jsegdep; local
3815 struct jsegdep *jsegdep; local
3836 struct jsegdep *jsegdep; local
4134 struct jsegdep *jsegdep; local
4264 struct jsegdep *jsegdep; local
[all...]

Completed in 72 milliseconds