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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c707 SOFTDEP_TYPE(JADDREF, jaddref, "Journal inode ref add");
839 static void handle_written_jaddref(struct jaddref *);
848 static void jaddref_write(struct jaddref *, struct jseg *, uint8_t *);
906 static void free_jaddref(struct jaddref *);
918 static int cancel_jaddref(struct jaddref *, struct inodedep *,
1002 static struct jaddref *newjaddref(struct inode *, ino_t, off_t, int16_t,
1011 static void move_newblock_dep(struct jaddref *, struct inodedep *);
2998 jaddref_write(jaddref, jseg, data)
2999 struct jaddref *jaddref;
3915 struct jaddref *jaddref; local
4501 struct jaddref *jaddref; local
4531 struct jaddref *jaddref; local
4566 struct jaddref *jaddref; local
4597 struct jaddref *jaddref; local
4679 struct jaddref *jaddref; local
4705 struct jaddref *jaddref; local
4731 struct jaddref *jaddref; local
4757 struct jaddref *jaddref; local
4847 struct jaddref *jaddref; local
8116 struct jaddref *jaddref; local
8240 struct jaddref *jaddref; local
8530 struct jaddref *jaddref; local
8797 struct jaddref *jaddref; local
9041 struct jaddref *jaddref; local
10621 struct jaddref *jaddref; local
10962 struct jaddref *jaddref; local
11484 struct jaddref *jaddref, *jatmp; local
13706 struct jaddref *jaddref; local
[all...]
H A Dsoftdep.h124 #define MKDIR_PARENT 0x000010 /* diradd, mkdir, jaddref, jsegdep only */
125 #define MKDIR_BODY 0x000020 /* diradd, mkdir, jaddref only */
131 #define NEWBLOCK 0x000800 /* pagedep, jaddref only */
189 #define WK_JADDREF(wk) ((struct jaddref *)(wk))
213 LIST_HEAD(jaddrefhd, jaddref);
678 struct jaddref *md_jaddref; /* dependent jaddref. */
737 * The inoref structure holds the elements common to jaddref and jremref
753 * A "jaddref" structure tracks a new reference (link count) on an inode
762 * prior to writing the journal the jaddref writ
766 struct jaddref { struct
[all...]

Completed in 82 milliseconds