Home
last modified time | relevance | path

Searched refs:wdm (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dsend.c2313 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()
[all …]