Lines Matching refs:deleted_refs
121 struct list_head deleted_refs; member
2755 __free_recorded_refs(&sctx->deleted_refs); in free_recorded_refs()
3002 struct list_head *deleted_refs, in add_pending_dir_move() argument
3036 list_for_each_entry(cur, deleted_refs, list) { in add_pending_dir_move()
3360 &sctx->deleted_refs, in wait_for_dest_dir_move()
3436 &sctx->deleted_refs, in wait_for_parent_move()
3675 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
3681 !list_empty(&sctx->deleted_refs)) { in process_recorded_refs()
3685 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
3696 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
3827 ctx, &sctx->deleted_refs); in __record_deleted_ref()
5059 if (list_empty(&sctx->new_refs) && list_empty(&sctx->deleted_refs)) in process_recorded_refs_if_needed()
5750 INIT_LIST_HEAD(&sctx->deleted_refs); in btrfs_ioctl_send()