Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dsend.c3453 struct list_head check_dirs; in process_recorded_refs() local
3469 INIT_LIST_HEAD(&check_dirs); in process_recorded_refs()
3647 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
3676 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
3687 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
3707 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
3732 list_for_each_entry(cur, &check_dirs, list) { in process_recorded_refs()
3773 __free_recorded_refs(&check_dirs); in process_recorded_refs()