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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h235 #define WK_JMVREF(wk) ((struct jmvref *)(wk))
259 LIST_HEAD(jmvrefhd, jmvref);
844 * A "jmvref" structure tracks a name relocations within the same
850 struct jmvref { struct
852 LIST_ENTRY(jmvref) jm_deps; /* Jmvref on pagedep. */
963 * js_entries also include the write dependency structures: jmvref,
H A Dffs_softdep.c668 SOFTDEP_TYPE(JMVREF, jmvref, "Journal inode ref move");
780 static void jmvref_write(struct jmvref *, struct jseg *, uint8_t *);
942 static struct jmvref *newjmvref(struct inode *, ino_t, off_t, off_t);
3142 jmvref_write(jmvref, jseg, data)
3143 struct jmvref *jmvref;
3151 rec->jm_ino = jmvref->jm_ino;
3152 rec->jm_parent = jmvref->jm_parent;
3153 rec->jm_oldoff = jmvref->jm_oldoff;
3154 rec->jm_newoff = jmvref
3599 struct jmvref *jmvref; local
3996 struct jmvref *jmvref; local
7207 struct jmvref *jmvref; local
8683 struct jmvref *jmvref; local
10139 struct jmvref *jmvref; local
[all...]

Completed in 132 milliseconds