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

/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c666 SOFTDEP_TYPE(JADDREF, jaddref, "Journal inode ref add");
769 static void handle_written_jaddref(struct jaddref *);
778 static void jaddref_write(struct jaddref *, struct jseg *, uint8_t *);
836 static void free_jaddref(struct jaddref *);
848 static int cancel_jaddref(struct jaddref *, struct inodedep *,
937 static struct jaddref *newjaddref(struct inode *, ino_t, off_t, int16_t,
947 static void move_newblock_dep(struct jaddref *, struct inodedep *);
3116 jaddref_write(jaddref, jseg, data)
3117 struct jaddref *jaddref;
4059 struct jaddref *jaddref; local
4670 struct jaddref *jaddref; local
4702 struct jaddref *jaddref; local
4737 struct jaddref *jaddref; local
4770 struct jaddref *jaddref; local
4858 struct jaddref *jaddref; local
4886 struct jaddref *jaddref; local
4914 struct jaddref *jaddref; local
5008 struct jaddref *jaddref; local
8389 struct jaddref *jaddref; local
8515 struct jaddref *jaddref; local
8818 struct jaddref *jaddref; local
9091 struct jaddref *jaddref; local
9343 struct jaddref *jaddref; local
10957 struct jaddref *jaddref; local
11342 struct jaddref *jaddref; local
11910 struct jaddref *jaddref, *jatmp; local
14515 struct jaddref *jaddref; local
[all...]
H A Dsoftdep.h126 #define MKDIR_PARENT 0x000010 /* diradd, mkdir, jaddref, jsegdep only */
127 #define MKDIR_BODY 0x000020 /* diradd, mkdir, jaddref only */
133 #define NEWBLOCK 0x000800 /* pagedep, jaddref only */
233 #define WK_JADDREF(wk) ((struct jaddref *)(wk))
257 LIST_HEAD(jaddrefhd, jaddref);
724 struct jaddref *md_jaddref; /* dependent jaddref. */
783 * The inoref structure holds the elements common to jaddref and jremref
799 * A "jaddref" structure tracks a new reference (link count) on an inode
808 * prior to writing the journal the jaddref writ
812 struct jaddref { struct
[all...]

Completed in 185 milliseconds