Lines Matching refs:wdm
2299 struct waiting_dir_move *wdm; in get_cur_path() local
2311 wdm = get_waiting_dir_move(sctx, ino); in get_cur_path()
2312 if (wdm && wdm->orphanized) { in get_cur_path()
2315 } else if (wdm) { in get_cur_path()
3480 struct waiting_dir_move *wdm; in wait_for_dest_dir_move() local
3539 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()
3540 if (wdm && !wdm->orphanized) { in wait_for_dest_dir_move()
4019 struct waiting_dir_move *wdm; in process_recorded_refs() local
4041 wdm = get_waiting_dir_move(sctx, in process_recorded_refs()
4043 ASSERT(wdm); in process_recorded_refs()
4044 wdm->orphanized = true; in process_recorded_refs()