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

/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h123 #define MKDIR_PARENT 0x000010 /* diradd, mkdir, jaddref, jsegdep only */
238 #define WK_JSEGDEP(wk) ((struct jsegdep *)(wk))
793 struct jsegdep *if_jsegdep; /* Will track our journal record. */
866 * from being written until it is logged. After it is logged the jsegdep
878 struct jsegdep *jn_jsegdep; /* Will track our journal record. */
894 struct jsegdep *jb_jsegdep; /* Reference to the jseg. */
921 struct jsegdep *fr_jsegdep; /* Will track our journal record. */
951 * A "jsegdep" structure tracks a single reference to a written journal
956 struct jsegdep { struct
H A Dffs_softdep.c632 SOFTDEP_TYPE(JSEGDEP, jsegdep, "Journal segment complete");
797 static void free_jsegdep(struct jsegdep *);
876 static void jwork_insert(struct workhead *, struct jsegdep *);
900 static inline struct jsegdep *inoref_jseg(struct inoref *);
1032 static inline struct jsegdep *
1033 jsegdep_merge(struct jsegdep *one, struct jsegdep *two)
1035 struct jsegdep *swp;
1075 struct jsegdep *jsegdep; local
1103 jwork_insert(struct workhead *dst, struct jsegdep *jsegdep) argument
3980 struct jsegdep *jsegdep; local
3997 struct jsegdep *jsegdep; local
4033 struct jsegdep *jsegdep; local
4097 struct jsegdep *jsegdep; local
4193 struct jsegdep *jsegdep; local
4221 struct jsegdep *jsegdep; local
4242 struct jsegdep *jsegdep; local
4566 struct jsegdep *jsegdep; local
4691 struct jsegdep *jsegdep; local
4824 free_jsegdep(struct jsegdep *jsegdep) argument
[all...]

Completed in 204 milliseconds