Lines Matching refs:wdm
2332 struct waiting_dir_move *wdm; in get_cur_path() local
2344 wdm = get_waiting_dir_move(sctx, ino); in get_cur_path()
2345 if (wdm && wdm->orphanized) { in get_cur_path()
2348 } else if (wdm) { in get_cur_path()
3513 struct waiting_dir_move *wdm; in wait_for_dest_dir_move() local
3570 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()
3571 if (wdm && !wdm->orphanized) { in wait_for_dest_dir_move()
4036 struct waiting_dir_move *wdm; in process_recorded_refs() local
4058 wdm = get_waiting_dir_move(sctx, in process_recorded_refs()
4060 ASSERT(wdm); in process_recorded_refs()
4061 wdm->orphanized = true; in process_recorded_refs()