Lines Matching refs:deleted_refs
108 struct list_head deleted_refs; member
2806 __free_recorded_refs(&sctx->deleted_refs); in free_recorded_refs()
3067 struct list_head *deleted_refs, in add_pending_dir_move() argument
3100 list_for_each_entry(cur, deleted_refs, list) { in add_pending_dir_move()
3239 LIST_HEAD(deleted_refs); in apply_dir_move()
3242 &pm->update_refs, &deleted_refs, in apply_dir_move()
3507 &sctx->deleted_refs, in wait_for_dest_dir_move()
3743 &sctx->deleted_refs, in wait_for_parent_move()
4069 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4075 !list_empty(&sctx->deleted_refs)) { in process_recorded_refs()
4079 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
4090 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4232 &sctx->deleted_refs); in __record_deleted_ref()
5858 if (list_empty(&sctx->new_refs) && list_empty(&sctx->deleted_refs)) in process_recorded_refs_if_needed()
6026 LIST_HEAD(deleted_refs); in btrfs_unlink_all_paths()
6043 ctx.refs = &deleted_refs; in btrfs_unlink_all_paths()
6074 while (!list_empty(&deleted_refs)) { in btrfs_unlink_all_paths()
6077 ref = list_first_entry(&deleted_refs, struct recorded_ref, list); in btrfs_unlink_all_paths()
6089 __free_recorded_refs(&deleted_refs); in btrfs_unlink_all_paths()
7100 INIT_LIST_HEAD(&sctx->deleted_refs); in btrfs_ioctl_send()