Searched refs:inodedep (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/ufs/ffs/ |
| HD | ffs_softdep.c | 611 SOFTDEP_TYPE(INODEDEP, inodedep, "Inode dependencies"); 708 static int check_inodedep_free(struct inodedep *); 711 static void unlinked_inodedep(struct mount *, struct inodedep *); 712 static void clear_unlinked_inodedep(struct inodedep *); 713 static struct inodedep *first_unlinked_inodedep(struct ufsmount *); 724 static void diradd_inode_written(struct diradd *, struct inodedep *); 727 static int handle_written_inodeblock(struct inodedep *, struct buf *, int); 765 static void initiate_write_inodeblock_ufs1(struct inodedep *, struct buf *); 766 static void initiate_write_inodeblock_ufs2(struct inodedep *, struct buf *); 777 static void merge_diradd(struct inodedep *, struct diradd *); [all …]
|
| HD | softdep.h | 223 #define WK_INODEDEP(wk) ((struct inodedep *)(wk)) 256 LIST_HEAD(inodedephd, inodedep); 352 struct inodedep { struct 355 LIST_ENTRY(inodedep) id_hash; /* hashed lookup */ argument 356 TAILQ_ENTRY(inodedep) id_unlinked; /* Unlinked but ref'd inodes */ 362 LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */ argument 471 struct inodedep *ad_inodedep; /* associated inodedep */ 1035 LIST_HEAD(inodedep_hashhead, inodedep);
|
| /freebsd-13-stable/sys/ufs/ufs/ |
| HD | ufsmount.h | 67 struct inodedep; 69 TAILQ_HEAD(inodedeplst, inodedep);
|