Searched refs:da_list (Results 1 – 2 of 2) sorted by relevance
685 struct worklist da_list; /* id_inowait or id_pendinghd list */ member686 # define da_state da_list.wk_state /* state of the new directory entry */
4060 if (jaddref->ja_diradd->da_list.wk_type == D_DIRADD) { in handle_written_jaddref()4062 WORKLIST_INSERT(&inodedep->id_bufwait, &diradd->da_list); in handle_written_jaddref()8596 mp = dap->da_list.wk_mp; in setup_newdir()8742 workitem_alloc(&dap->da_list, D_DIRADD, mp); in softdep_setup_directory_add()8800 WORKLIST_INSERT(&inodedep->id_bufwait, &dap->da_list); in softdep_setup_directory_add()9035 if (inodedep_lookup(dap->da_list.wk_mp, dap->da_newinum, in cancel_diradd()9057 ump = VFSTOUFS(dap->da_list.wk_mp); in cancel_diradd()9102 ump = VFSTOUFS(dap->da_list.wk_mp); in free_diradd()9106 WORKLIST_REMOVE(&dap->da_list); in free_diradd()9551 workitem_alloc(&dap->da_list, D_DIRADD, mp); in softdep_setup_directory_change()[all …]