Lines Matching refs:deleted_refs
117 struct list_head deleted_refs; member
2833 __free_recorded_refs(&sctx->deleted_refs); in free_recorded_refs()
3103 struct list_head *deleted_refs, in add_pending_dir_move() argument
3136 list_for_each_entry(cur, deleted_refs, list) { in add_pending_dir_move()
3277 LIST_HEAD(deleted_refs); in apply_dir_move()
3280 &pm->update_refs, &deleted_refs, in apply_dir_move()
3546 &sctx->deleted_refs, in wait_for_dest_dir_move()
3782 &sctx->deleted_refs, in wait_for_parent_move()
4238 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4244 !list_empty(&sctx->deleted_refs)) { in process_recorded_refs()
4248 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
4259 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
4401 &sctx->deleted_refs); in __record_deleted_ref()
6070 if (list_empty(&sctx->new_refs) && list_empty(&sctx->deleted_refs)) in process_recorded_refs_if_needed()
6242 LIST_HEAD(deleted_refs); in btrfs_unlink_all_paths()
6259 ctx.refs = &deleted_refs; in btrfs_unlink_all_paths()
6290 while (!list_empty(&deleted_refs)) { in btrfs_unlink_all_paths()
6293 ref = list_first_entry(&deleted_refs, struct recorded_ref, list); in btrfs_unlink_all_paths()
6305 __free_recorded_refs(&deleted_refs); in btrfs_unlink_all_paths()
7299 INIT_LIST_HEAD(&sctx->deleted_refs); in btrfs_ioctl_send()