Home
last modified time | relevance | path

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

/dragonfly/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
2023 struct inodedep *inodedep; in softdep_freefile() local
2338 struct inodedep *inodedep; in softdep_setup_directory_add() local
2483 struct inodedep *inodedep; in free_diradd() local
2714 struct inodedep *inodedep; in softdep_setup_directory_change() local
[all …]