Searched refs:check_dirs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 3896 struct list_head check_dirs; in process_recorded_refs() local 3915 INIT_LIST_HEAD(&check_dirs); in process_recorded_refs() 4210 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4220 * See the use of check_dirs for more details. in process_recorded_refs() 4239 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4246 * We have a moved dir. Add the old parent to check_dirs in process_recorded_refs() 4250 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4282 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4307 list_for_each_entry(cur, &check_dirs, list) { in process_recorded_refs() 4348 __free_recorded_refs(&check_dirs); in process_recorded_refs() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 4167 LIST_HEAD(check_dirs); in process_recorded_refs() 4477 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4487 * See the use of check_dirs for more details. in process_recorded_refs() 4505 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4512 * We have a moved dir. Add the old parent to check_dirs in process_recorded_refs() 4516 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4548 ret = dup_ref(cur, &check_dirs); in process_recorded_refs() 4573 list_for_each_entry(cur, &check_dirs, list) { in process_recorded_refs() 4612 __free_recorded_refs(&check_dirs); in process_recorded_refs()
|
Completed in 16 milliseconds