Searched refs:da_list (Results 1 – 2 of 2) sorted by relevance
687 struct worklist da_list; /* id_inowait or id_pendinghd list */ member688 # define da_state da_list.wk_state /* state of the new directory entry */
4064 if (jaddref->ja_diradd->da_list.wk_type == D_DIRADD) { in handle_written_jaddref()4066 WORKLIST_INSERT(&inodedep->id_bufwait, &diradd->da_list); in handle_written_jaddref()8600 mp = dap->da_list.wk_mp; in setup_newdir()8746 workitem_alloc(&dap->da_list, D_DIRADD, mp); in softdep_setup_directory_add()8804 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list); in softdep_setup_directory_add()9039 if (inodedep_lookup(dap->da_list.wk_mp, dap->da_newinum, in cancel_diradd()9061 ump = VFSTOUFS(dap->da_list.wk_mp); in cancel_diradd()9106 ump = VFSTOUFS(dap->da_list.wk_mp); in free_diradd()9110 WORKLIST_REMOVE(&dap->da_list); in free_diradd()9555 workitem_alloc(&dap->da_list, D_DIRADD, mp); in softdep_setup_directory_change()[all …]