Searched defs:inodedep (Results 1 – 2 of 2) sorted by relevance
242 struct inodedep { struct245 LIST_ENTRY(inodedep) id_hash; /* hashed lookup */ argument250 LIST_ENTRY(inodedep) id_deps; /* bmsafemap's list of inodedep's */ argument251 struct buf *id_buf; /* related bmsafemap (if pending) */252 off_t id_savedsize; /* file size saved during rollback */253 struct workhead id_pendinghd; /* entries awaiting directory write */254 struct workhead id_bufwait; /* operations after inode written */255 struct workhead id_inowait; /* operations waiting inode update */256 struct allocdirectlst id_inoupdt; /* updates before inode written */280 * It has lists for newblks, allocdirects, allocindirs, and inodedeps. argument
1063 struct inodedep *inodedep; local1316 struct inodedep *inodedep; local1440 struct inodedep *inodedep; local1900 struct inodedep *inodedep; local2028 deallocate_dependencies(bp, inodedep) in deallocate_dependencies() argument2244 struct inodedep *inodedep; local2291 check_inode_unwritten(inodedep) in check_inode_unwritten() argument2323 free_inodedep(inodedep) in free_inodedep() argument2496 free_allocindir(aip, inodedep) in free_allocindir() argument2559 struct inodedep *inodedep; local[all …]