Searched refs:inodedep (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 609 SOFTDEP_TYPE(INODEDEP, inodedep, "Inode dependencies"); 706 static int check_inodedep_free(struct inodedep *); 709 static void unlinked_inodedep(struct mount *, struct inodedep *); 710 static void clear_unlinked_inodedep(struct inodedep *); 711 static struct inodedep *first_unlinked_inodedep(struct ufsmount *); 722 static void diradd_inode_written(struct diradd *, struct inodedep *); 725 static int handle_written_inodeblock(struct inodedep *, struct buf *, int); 763 static void initiate_write_inodeblock_ufs1(struct inodedep *, struct buf *); 764 static void initiate_write_inodeblock_ufs2(struct inodedep *, struct buf *); 775 static void merge_diradd(struct inodedep *, struct diradd *); [all …]
|
| H A D | softdep.h | 221 #define WK_INODEDEP(wk) ((struct inodedep *)(wk)) 254 LIST_HEAD(inodedephd, inodedep); 350 struct inodedep { struct 353 LIST_ENTRY(inodedep) id_hash; /* hashed lookup */ argument 354 TAILQ_ENTRY(inodedep) id_unlinked; /* Unlinked but ref'd inodes */ 360 LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */ argument 469 struct inodedep *ad_inodedep; /* associated inodedep */ 1033 LIST_HEAD(inodedep_hashhead, inodedep);
|
| /freebsd/sys/ufs/ufs/ |
| H A D | ufsmount.h | 62 struct inodedep; 64 TAILQ_HEAD(inodedeplst, inodedep);
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | memguard4.sh | 50 sysctl vm.memguard.desc=inodedep
|
| H A D | memguard.sh | 54 sysctl vm.memguard.desc=inodedep
|