Searched refs:wdm (Results 1 – 1 of 1) sorted by relevance
2313 struct waiting_dir_move *wdm; in get_cur_path() local2325 wdm = get_waiting_dir_move(sctx, ino); in get_cur_path()2326 if (wdm && wdm->orphanized) { in get_cur_path()2329 } else if (wdm) { in get_cur_path()3494 struct waiting_dir_move *wdm; in wait_for_dest_dir_move() local3553 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()3554 if (wdm && !wdm->orphanized) { in wait_for_dest_dir_move()4029 struct waiting_dir_move *wdm; in process_recorded_refs() local4051 wdm = get_waiting_dir_move(sctx, in process_recorded_refs()4053 ASSERT(wdm); in process_recorded_refs()[all …]