Searched refs:jaddref (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 625 SOFTDEP_TYPE(JADDREF, jaddref, "Journal inode ref add"); 729 static void handle_written_jaddref(struct jaddref *); 738 static void jaddref_write(struct jaddref *, struct jseg *, uint8_t *); 796 static void free_jaddref(struct jaddref *); 808 static int cancel_jaddref(struct jaddref *, struct inodedep *, 896 static struct jaddref *newjaddref(struct inode *, ino_t, off_t, int16_t, 906 static void move_newblock_dep(struct jaddref *, struct inodedep *); 3409 jaddref_write(struct jaddref *jaddref, in jaddref_write() argument 3417 inoref_write(&jaddref in jaddref_write() 4044 handle_written_jaddref(struct jaddref * jaddref) handle_written_jaddref() argument 4343 struct jaddref *jaddref; newjaddref() local 4536 move_newblock_dep(struct jaddref * jaddref,struct inodedep * inodedep) move_newblock_dep() argument 4574 cancel_jaddref(struct jaddref * jaddref,struct inodedep * inodedep,struct workhead * wkhd) cancel_jaddref() argument 4651 free_jaddref(struct jaddref * jaddref) free_jaddref() argument 4956 struct jaddref *jaddref; softdep_setup_dotdot_link() local 4988 struct jaddref *jaddref; softdep_setup_link() local 5018 struct jaddref *jaddref; softdep_setup_mkdir() local 5093 struct jaddref *jaddref; softdep_revert_create() local 5119 struct jaddref *jaddref; softdep_revert_link() local 5145 struct jaddref *jaddref; softdep_revert_mkdir() local 5237 struct jaddref *jaddref; softdep_setup_inomapdep() local 8592 struct jaddref *jaddref; setup_newdir() local 8718 struct jaddref *jaddref; softdep_setup_directory_add() local 9018 struct jaddref *jaddref; cancel_diradd() local 9285 struct jaddref *jaddref; cancel_mkdir_dotdot() local 9535 struct jaddref *jaddref; softdep_setup_directory_change() local 11165 struct jaddref *jaddref; initiate_write_bmsafemap() local 11572 struct jaddref *jaddref; handle_bufwait() local 12143 struct jaddref *jaddref, *jatmp; handle_written_bmsafemap() local [all...] |
H A D | softdep.h | 235 #define WK_JADDREF(wk) ((struct jaddref *)(wk)) 259 LIST_HEAD(jaddrefhd, jaddref); 727 struct jaddref *md_jaddref; /* dependent jaddref. */ 815 struct jaddref { struct 819 LIST_ENTRY(jaddref) ja_bmdeps; /* Links for bmsafemap. */ argument
|