Lines Matching refs:deleted_refs
117 struct list_head deleted_refs; member
2806 __free_recorded_refs(&sctx->deleted_refs); in free_recorded_refs()
3076 struct list_head *deleted_refs, in add_pending_dir_move() argument
3109 list_for_each_entry(cur, deleted_refs, list) { in add_pending_dir_move()
3250 LIST_HEAD(deleted_refs); in apply_dir_move()
3253 &pm->update_refs, &deleted_refs, in apply_dir_move()
3519 &sctx->deleted_refs, in wait_for_dest_dir_move()
3755 &sctx->deleted_refs, in wait_for_parent_move()
4211 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4217 !list_empty(&sctx->deleted_refs)) { in process_recorded_refs()
4221 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
4232 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4374 &sctx->deleted_refs); in __record_deleted_ref()
6014 if (list_empty(&sctx->new_refs) && list_empty(&sctx->deleted_refs)) in process_recorded_refs_if_needed()
6186 LIST_HEAD(deleted_refs); in btrfs_unlink_all_paths()
6203 ctx.refs = &deleted_refs; in btrfs_unlink_all_paths()
6234 while (!list_empty(&deleted_refs)) { in btrfs_unlink_all_paths()
6237 ref = list_first_entry(&deleted_refs, struct recorded_ref, list); in btrfs_unlink_all_paths()
6249 __free_recorded_refs(&deleted_refs); in btrfs_unlink_all_paths()
7273 INIT_LIST_HEAD(&sctx->deleted_refs); in btrfs_ioctl_send()