Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dsend.c3913 struct list_head check_dirs; in process_recorded_refs() local
3932 INIT_LIST_HEAD(&check_dirs); in process_recorded_refs()
4227 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4256 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4267 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4299 ret = dup_ref(cur, &check_dirs); in process_recorded_refs()
4324 list_for_each_entry(cur, &check_dirs, list) { in process_recorded_refs()
4365 __free_recorded_refs(&check_dirs); in process_recorded_refs()