Searched refs:check_dirs (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
H A Dsend.c3529 struct list_head check_dirs; process_recorded_refs() local
3545 INIT_LIST_HEAD(&check_dirs); process_recorded_refs()
3727 ret = dup_ref(cur, &check_dirs); process_recorded_refs()
3737 * See the use of check_dirs for more details. process_recorded_refs()
3756 ret = dup_ref(cur, &check_dirs); process_recorded_refs()
3763 * We have a moved dir. Add the old parent to check_dirs process_recorded_refs()
3767 ret = dup_ref(cur, &check_dirs); process_recorded_refs()
3787 ret = dup_ref(cur, &check_dirs); process_recorded_refs()
3812 list_for_each_entry(cur, &check_dirs, list) { process_recorded_refs()
3853 __free_recorded_refs(&check_dirs); process_recorded_refs()

Completed in 76 milliseconds