Lines Matching refs:deleted_refs
121 struct list_head deleted_refs; member
2785 __free_recorded_refs(&sctx->deleted_refs); in free_recorded_refs()
3033 struct list_head *deleted_refs, in add_pending_dir_move() argument
3067 list_for_each_entry(cur, deleted_refs, list) { in add_pending_dir_move()
3391 &sctx->deleted_refs, in wait_for_dest_dir_move()
3512 &sctx->deleted_refs, in wait_for_parent_move()
3755 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
3761 !list_empty(&sctx->deleted_refs)) { in process_recorded_refs()
3765 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
3776 list_for_each_entry(cur, &sctx->deleted_refs, list) { in process_recorded_refs()
3907 ctx, &sctx->deleted_refs); in __record_deleted_ref()
5308 if (list_empty(&sctx->new_refs) && list_empty(&sctx->deleted_refs)) in process_recorded_refs_if_needed()
5999 INIT_LIST_HEAD(&sctx->deleted_refs); in btrfs_ioctl_send()