Lines Matching defs:deleted_refs
192 struct list_head deleted_refs;
3082 __free_recorded_refs(&sctx->deleted_refs);
3392 struct list_head *deleted_refs,
3425 list_for_each_entry(cur, deleted_refs, list) {
3566 LIST_HEAD(deleted_refs);
3569 &pm->update_refs, &deleted_refs,
3831 &sctx->deleted_refs,
4053 &sctx->deleted_refs,
4504 list_for_each_entry(cur, &sctx->deleted_refs, list) {
4510 !list_empty(&sctx->deleted_refs)) {
4514 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref,
4525 list_for_each_entry(cur, &sctx->deleted_refs, list) {
4746 &sctx->deleted_refs, name, dir,
6603 if (list_empty(&sctx->new_refs) && list_empty(&sctx->deleted_refs))
8134 INIT_LIST_HEAD(&sctx->deleted_refs);