Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dsend.c3791 struct list_head check_dirs; in process_recorded_refs() local
3810 INIT_LIST_HEAD(&check_dirs); in process_recorded_refs()
4041 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4070 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4081 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4113 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4138 list_for_each_entry(cur, &check_dirs, list) { in process_recorded_refs()
4179 __free_recorded_refs(&check_dirs); in process_recorded_refs()