Symbol: jrecord
sys/kern/vfs_jops.c
1019
struct jrecord jreccache;
sys/kern/vfs_jops.c
1020
struct jrecord *jrec;
sys/kern/vfs_jops.c
1055
struct jrecord jreccache;
sys/kern/vfs_jops.c
1056
struct jrecord *jrec;
sys/kern/vfs_jops.c
1087
struct jrecord jreccache;
sys/kern/vfs_jops.c
1088
struct jrecord *jrec;
sys/kern/vfs_jops.c
1119
struct jrecord jreccache;
sys/kern/vfs_jops.c
1120
struct jrecord *jrec;
sys/kern/vfs_jops.c
1152
struct jrecord jreccache;
sys/kern/vfs_jops.c
1153
struct jrecord *jrec;
sys/kern/vfs_jops.c
1185
struct jrecord jreccache;
sys/kern/vfs_jops.c
1186
struct jrecord *jrec;
sys/kern/vfs_jops.c
1211
struct jrecord jreccache;
sys/kern/vfs_jops.c
1212
struct jrecord *jrec;
sys/kern/vfs_jops.c
1242
struct jrecord jreccache;
sys/kern/vfs_jops.c
1243
struct jrecord *jrec;
sys/kern/vfs_jops.c
1277
struct jrecord jreccache;
sys/kern/vfs_jops.c
1278
struct jrecord *jrec;
sys/kern/vfs_jops.c
1306
struct jrecord jreccache;
sys/kern/vfs_jops.c
1307
struct jrecord *jrec;
sys/kern/vfs_jops.c
266
struct jrecord jrec;
sys/kern/vfs_jops.c
435
struct jrecord jrec;
sys/kern/vfs_jops.c
525
struct jrecord *jreccache, int16_t rectype)
sys/kern/vfs_jops.c
528
struct jrecord *jrec;
sys/kern/vfs_jops.c
588
struct jrecord *jrec;
sys/kern/vfs_jops.c
628
struct jrecord *jrec;
sys/kern/vfs_jops.c
655
jrecord_undo_file(struct jrecord *jrec, struct vnode *vp, int jrflags,
sys/kern/vfs_jops.c
800
struct jrecord jreccache;
sys/kern/vfs_jops.c
801
struct jrecord *jrec;
sys/kern/vfs_jops.c
832
struct jrecord jreccache;
sys/kern/vfs_jops.c
833
struct jrecord *jrec;
sys/kern/vfs_jops.c
92
static void jrecord_undo_file(struct jrecord *jrec, struct vnode *vp,
sys/kern/vfs_jops.c
948
struct jrecord jreccache;
sys/kern/vfs_jops.c
949
struct jrecord *jrec;
sys/kern/vfs_jops.c
984
struct jrecord jreccache;
sys/kern/vfs_jops.c
985
struct jrecord *jrec;
sys/kern/vfs_journal.c
107
static void jrecord_data(struct jrecord *jrec,
sys/kern/vfs_journal.c
1072
jrecord_data(struct jrecord *jrec, void *buf, int bytes, int dtype)
sys/kern/vfs_journal.c
1181
jrecord_done(struct jrecord *jrec, int abortit)
sys/kern/vfs_journal.c
1216
jrecord_write_path(struct jrecord *jrec, int16_t rectype, struct namecache *ncp)
sys/kern/vfs_journal.c
1273
jrecord_write_vattr(struct jrecord *jrec, struct vattr *vat)
sys/kern/vfs_journal.c
1326
jrecord_write_cred(struct jrecord *jrec, struct thread *td, struct ucred *cred)
sys/kern/vfs_journal.c
1349
jrecord_write_vnode_ref(struct jrecord *jrec, struct vnode *vp)
sys/kern/vfs_journal.c
1370
jrecord_write_vnode_link(struct jrecord *jrec, struct vnode *vp,
sys/kern/vfs_journal.c
1397
jrecord_write_pagelist(struct jrecord *jrec, int16_t rectype,
sys/kern/vfs_journal.c
1450
jrecord_write_uio(struct jrecord *jrec, int16_t rectype, struct uio *uio)
sys/kern/vfs_journal.c
1460
jrecord_file_data(struct jrecord *jrec, struct vnode *vp,
sys/kern/vfs_journal.c
795
jrecord_init(struct journal *jo, struct jrecord *jrec, int16_t streamid)
sys/kern/vfs_journal.c
815
jrecord_push(struct jrecord *jrec, int16_t rectype)
sys/kern/vfs_journal.c
844
jrecord_pop(struct jrecord *jrec, struct journal_subrecord *save)
sys/kern/vfs_journal.c
949
jrecord_leaf(struct jrecord *jrec, int16_t rectype, void *ptr, int bytes)
sys/kern/vfs_journal.c
956
jrecord_leaf_uio(struct jrecord *jrec, int16_t rectype,
sys/kern/vfs_journal.c
977
jrecord_leaf_xio(struct jrecord *jrec, int16_t rectype, xio_t xio)
sys/kern/vfs_journal.c
996
jrecord_write(struct jrecord *jrec, int16_t rectype, int bytes)
sys/sys/mountctl.h
205
TAILQ_ENTRY(jrecord) user_entry;
sys/sys/mountctl.h
210
TAILQ_HEAD(, jrecord) list;
sys/sys/mountctl.h
233
struct jrecord *jrec, int16_t streamid);
sys/sys/mountctl.h
235
struct jrecord *jrec, int16_t rectype);
sys/sys/mountctl.h
236
void jrecord_pop(struct jrecord *jrec, struct journal_subrecord *parent);
sys/sys/mountctl.h
237
void jrecord_leaf(struct jrecord *jrec,
sys/sys/mountctl.h
239
void jrecord_leaf_uio(struct jrecord *jrec,
sys/sys/mountctl.h
241
void jrecord_leaf_xio(struct jrecord *jrec,
sys/sys/mountctl.h
243
struct journal_subrecord *jrecord_write(struct jrecord *jrec,
sys/sys/mountctl.h
245
void jrecord_done(struct jrecord *jrec, int abortit);
sys/sys/mountctl.h
250
void jrecord_write_path(struct jrecord *jrec,
sys/sys/mountctl.h
252
void jrecord_write_vattr(struct jrecord *jrec, struct vattr *vat);
sys/sys/mountctl.h
253
void jrecord_write_cred(struct jrecord *jrec, struct thread *td,
sys/sys/mountctl.h
255
void jrecord_write_vnode_ref(struct jrecord *jrec, struct vnode *vp);
sys/sys/mountctl.h
256
void jrecord_write_vnode_link(struct jrecord *jrec, struct vnode *vp,
sys/sys/mountctl.h
258
void jrecord_write_pagelist(struct jrecord *jrec, int16_t rectype,
sys/sys/mountctl.h
261
void jrecord_write_uio(struct jrecord *jrec, int16_t rectype, struct uio *uio);
sys/sys/mountctl.h
262
void jrecord_file_data(struct jrecord *jrec, struct vnode *vp,