Searched refs:id_bufwait (Results 1 – 2 of 2) sorted by relevance
962 LIST_INIT(&inodedep->id_bufwait); in inodedep_lookup()1800 WORKLIST_INSERT(&inodedep->id_bufwait, &freeblks->fb_list); in softdep_setup_freeblocks()1964 WORKLIST_INSERT(&inodedep->id_bufwait, in deallocate_dependencies()2007 WORKLIST_INSERT(&adp->ad_inodedep->id_bufwait, in free_allocdirect()2076 LIST_FIRST(&inodedep->id_bufwait) != NULL || in check_inode_unwritten()2116 LIST_FIRST(&inodedep->id_bufwait) != NULL || in free_inodedep()2293 WORKLIST_INSERT(&inodedep->id_bufwait, in free_allocindir()2393 WORKLIST_INSERT(&inodedep->id_bufwait,&mkdir2->md_list); in softdep_setup_directory_add()2413 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list); in softdep_setup_directory_add()2804 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list); in softdep_setup_directory_change()[all …]
245 struct workhead id_bufwait; /* operations after inode written */ member