Symbol: journal
sys/kern/vfs_jops.c
265
struct journal *jo;
sys/kern/vfs_jops.c
270
jo = kmalloc(sizeof(struct journal), M_JOURNAL, M_WAITOK|M_ZERO);
sys/kern/vfs_jops.c
340
struct journal *jo;
sys/kern/vfs_jops.c
356
struct journal *jo, int flags)
sys/kern/vfs_jops.c
404
struct journal *jo;
sys/kern/vfs_jops.c
425
struct journal *jo;
sys/kern/vfs_jops.c
433
journal_destroy(struct mount *mp, struct journal *jo, int flags)
sys/kern/vfs_jops.c
466
struct journal *jo;
sys/kern/vfs_jops.c
527
struct journal *jo;
sys/kern/vfs_jops.c
84
struct journal *jo, int flags);
sys/kern/vfs_jops.c
85
static int journal_destroy(struct mount *mp, struct journal *jo, int flags);
sys/kern/vfs_jops.c
922
struct journal *jo;
sys/kern/vfs_journal.c
102
static void journal_abort(struct journal *jo,
sys/kern/vfs_journal.c
104
static void journal_commit(struct journal *jo,
sys/kern/vfs_journal.c
115
journal_create_threads(struct journal *jo)
sys/kern/vfs_journal.c
136
journal_destroy_threads(struct journal *jo, int flags)
sys/kern/vfs_journal.c
168
struct journal *jo = info;
sys/kern/vfs_journal.c
306
struct journal *jo = info;
sys/kern/vfs_journal.c
462
journal_commit_wakeup(struct journal *jo)
sys/kern/vfs_journal.c
498
journal_reserve(struct journal *jo, struct journal_rawrecbeg **rawpp,
sys/kern/vfs_journal.c
611
journal_extend(struct journal *jo, struct journal_rawrecbeg **rawpp,
sys/kern/vfs_journal.c
679
journal_abort(struct journal *jo, struct journal_rawrecbeg **rawpp)
sys/kern/vfs_journal.c
713
journal_commit(struct journal *jo, struct journal_rawrecbeg **rawpp,
sys/kern/vfs_journal.c
795
jrecord_init(struct journal *jo, struct jrecord *jrec, int16_t streamid)
sys/kern/vfs_journal.c
96
static void *journal_reserve(struct journal *jo,
sys/kern/vfs_journal.c
99
static void *journal_extend(struct journal *jo,
sys/sys/mount.h
214
TAILQ_HEAD(journallst, journal);
sys/sys/mount.h
65
struct journal;
sys/sys/mountctl.h
167
TAILQ_ENTRY(journal) jentry;
sys/sys/mountctl.h
187
struct journal *jo;
sys/sys/mountctl.h
226
void journal_create_threads(struct journal *jo);
sys/sys/mountctl.h
227
void journal_destroy_threads(struct journal *jo, int flags);
sys/sys/mountctl.h
232
void jrecord_init(struct journal *jo,