Lines Matching refs:wdm
2313 struct waiting_dir_move *wdm; in get_cur_path() local
2325 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() local
3553 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() local
4051 wdm = get_waiting_dir_move(sctx, in process_recorded_refs()
4053 ASSERT(wdm); in process_recorded_refs()
4054 wdm->orphanized = true; in process_recorded_refs()