Home
last modified time | relevance | path

Searched defs:inodedep (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/vfs/ufs/
H A Dsoftdep.h233 struct inodedep { struct
236 LIST_ENTRY(inodedep) id_hash; /* hashed lookup */ argument
241 LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */ argument
242 struct buf *id_buf; /* related bmsafemap (if pending) */
243 off_t id_savedsize; /* file size saved during rollback */
244 struct workhead id_pendinghd; /* entries awaiting directory write */
245 struct workhead id_bufwait; /* operations after inode written */
246 struct workhead id_inowait; /* operations waiting inode update */
247 struct allocdirectlst id_inoupdt; /* updates before inode written */
271 * It has lists for newblks, allocdirects, allocindirs, and inodedeps. argument
H A Dffs_softdep.c897 struct inodedep *inodedep; in inodedep_find() local
916 struct inodedep *inodedep; in inodedep_lookup() local
1155 struct inodedep *inodedep; in softdep_setup_inomapdep() local
1283 struct inodedep *inodedep; in softdep_setup_allocdirect() local
1740 struct inodedep *inodedep; in softdep_setup_freeblocks() local
1862 struct inodedep *inodedep; in softdep_setup_freeblocks_bp() local
1890 deallocate_dependencies(struct buf *bp, struct inodedep *inodedep) in deallocate_dependencies()
2023 struct inodedep *inodedep; in softdep_freefile() local
2071 check_inode_unwritten(struct inodedep *inodedep) in check_inode_unwritten()
2110 free_inodedep(struct inodedep *inodedep) in free_inodedep()
[all …]