Searched refs:dm_state (Results 1 – 2 of 2) sorted by relevance
1793 if (dirrem->dm_state & INPROGRESS) { in process_removes()9111 dirrem->dm_state |= COMPLETE; in free_diradd()9193 dirrem->dm_state |= ONDEPLIST; in softdep_setup_remove()9488 dirrem->dm_state |= COMPLETE; in newdirrem()9574 dirrem->dm_state |= DIRCHG; in softdep_setup_directory_change()9599 dirrem->dm_state |= ONDEPLIST; in softdep_setup_directory_change()10008 if (dirrem->dm_state & ONWORKLIST) in handle_workitem_remove()10023 if (dirrem->dm_state & ONDEPLIST) in handle_workitem_remove()10095 if (dirrem->dm_state & DIRCHG) { in handle_workitem_remove()10102 dirrem->dm_state = ONDEPLIST; in handle_workitem_remove()[all …]
743 # define dm_state dm_list.wk_state /* state of the old directory entry */ macro