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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h194 #define WK_JNEWBLK(wk) ((struct jnewblk *)(wk))
216 LIST_HEAD(jnewblkhd, jnewblk);
381 struct jnewblk *nb_jnewblk; /* New block journal entry. */
561 struct jnewblk *fw_jnewblk; /* Journal entry to cancel. */
815 * A "jnewblk" structure tracks a newly allocated block or fragment and
820 * write the jnewblk structure is maintained to prevent the bitmaps from
821 * reaching the disk. Ultimately the jnewblk structure will be passed
826 struct jnewblk { struct
830 LIST_ENTRY(jnewblk) jn_deps; /* Jnewblks on sm_jnewblkhd. */
918 * jnewblk, jfreebl
[all...]
H A Dffs_softdep.c710 SOFTDEP_TYPE(JNEWBLK, jnewblk, "Journal new block");
836 static int jnewblk_rollforward(struct jnewblk *, struct fs *, struct cg *,
842 static void handle_written_jnewblk(struct jnewblk *);
853 static void jnewblk_write(struct jnewblk *, struct jseg *, uint8_t *);
860 static struct jnewblk *cancel_newblk(struct newblk *, struct worklist *,
870 static int jnewblk_rollback(struct jnewblk *, struct fs *, struct cg *,
911 static void free_jnewblk(struct jnewblk *);
917 static void cancel_jnewblk(struct jnewblk *, struct workhead *);
3040 jnewblk_write(jnewblk, jseg, data)
3041 struct jnewblk *jnewbl
4916 struct jnewblk *jnewblk; local
5112 struct jnewblk *jnewblk; local
5232 struct jnewblk *jnewblk; local
5490 struct jnewblk *jnewblk; local
5612 struct jnewblk *jnewblk; local
7178 struct jnewblk *jnewblk; local
7501 struct jnewblk *jnewblk; local
10456 struct jnewblk *jnewblk; local
10622 struct jnewblk *jnewblk; local
11485 struct jnewblk *jnewblk, *jntmp; local
[all...]

Completed in 272 milliseconds