Lines Matching refs:deleted_refs
108 struct list_head deleted_refs; member
2813 __free_recorded_refs(&sctx->deleted_refs); in free_recorded_refs()
3074 struct list_head *deleted_refs, in add_pending_dir_move() argument
3107 list_for_each_entry(cur, deleted_refs, list) { in add_pending_dir_move()
3246 LIST_HEAD(deleted_refs); in apply_dir_move()
3249 &pm->update_refs, &deleted_refs, in apply_dir_move()
3509 &sctx->deleted_refs, in wait_for_dest_dir_move()
3745 &sctx->deleted_refs, in wait_for_parent_move()
4071 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4077 !list_empty(&sctx->deleted_refs)) { in process_recorded_refs()
4081 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
4092 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4234 &sctx->deleted_refs); in __record_deleted_ref()
5782 if (list_empty(&sctx->new_refs) && list_empty(&sctx->deleted_refs)) in process_recorded_refs_if_needed()
5950 LIST_HEAD(deleted_refs); in btrfs_unlink_all_paths()
5967 ctx.refs = &deleted_refs; in btrfs_unlink_all_paths()
5998 while (!list_empty(&deleted_refs)) { in btrfs_unlink_all_paths()
6001 ref = list_first_entry(&deleted_refs, struct recorded_ref, list); in btrfs_unlink_all_paths()
6013 __free_recorded_refs(&deleted_refs); in btrfs_unlink_all_paths()
6667 INIT_LIST_HEAD(&sctx->deleted_refs); in btrfs_ioctl_send()