Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ufs/ffs/
HDsoftdep.h226 #define WK_JSEGDEP(wk) ((struct jsegdep *)(wk))
779 struct jsegdep *if_jsegdep; /* Will track our journal record. */
864 struct jsegdep *jn_jsegdep; /* Will track our journal record. */
880 struct jsegdep *jb_jsegdep; /* Reference to the jseg. */
907 struct jsegdep *fr_jsegdep; /* Will track our journal record. */
942 struct jsegdep { struct
HDffs_softdep.c671 SOFTDEP_TYPE(JSEGDEP, jsegdep, "Journal segment complete");
833 static void free_jsegdep(struct jsegdep *);
912 static void jwork_insert(struct workhead *, struct jsegdep *);
937 static inline struct jsegdep *inoref_jseg(struct inoref *);
1054 static inline struct jsegdep *
1055 jsegdep_merge(struct jsegdep *one, struct jsegdep *two) in jsegdep_merge()
1057 struct jsegdep *swp; in jsegdep_merge()
1099 struct jsegdep *jsegdep; local
1106 jsegdep = NULL;
1109 jsegdep = jsegdep_merge(WK_JSEGDEP(wk), jsegdep);
[all …]