Searched refs:inodedep (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_softdep.c | 650 SOFTDEP_TYPE(INODEDEP, inodedep, "Inode dependencies"); 746 static int check_inodedep_free(struct inodedep *); 749 static void unlinked_inodedep(struct mount *, struct inodedep *); 750 static void clear_unlinked_inodedep(struct inodedep *); 751 static struct inodedep *first_unlinked_inodedep(struct ufsmount *); 762 static void diradd_inode_written(struct diradd *, struct inodedep *); 765 static int handle_written_inodeblock(struct inodedep *, struct buf *, int); 803 static void initiate_write_inodeblock_ufs1(struct inodedep *, struct buf *); 804 static void initiate_write_inodeblock_ufs2(struct inodedep *, struct buf *); 815 static void merge_diradd(struct inodedep *, struct diradd *); [all …]
|
| D | softdep.h | 219 #define WK_INODEDEP(wk) ((struct inodedep *)(wk)) 252 LIST_HEAD(inodedephd, inodedep); 348 struct inodedep { struct 351 LIST_ENTRY(inodedep) id_hash; /* hashed lookup */ argument 352 TAILQ_ENTRY(inodedep) id_unlinked; /* Unlinked but ref'd inodes */ 357 LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */ argument 466 struct inodedep *ad_inodedep; /* associated inodedep */ 1030 LIST_HEAD(inodedep_hashhead, inodedep);
|
| /freebsd-12-stable/sys/ufs/ufs/ |
| D | ufsmount.h | 63 struct inodedep; 65 TAILQ_HEAD(inodedeplst, inodedep);
|