Searched refs:deleted_refs (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c191 struct list_head deleted_refs; member in struct:send_ctx
3093 __free_recorded_refs(&sctx->deleted_refs);
3403 struct list_head *deleted_refs,
3436 list_for_each_entry(cur, deleted_refs, list) {
3577 LIST_HEAD(deleted_refs);
3580 &pm->update_refs, &deleted_refs,
3842 &sctx->deleted_refs,
4064 &sctx->deleted_refs,
4521 list_for_each_entry(cur, &sctx->deleted_refs, list) {
4527 !list_empty(&sctx->deleted_refs)) {
3398 add_pending_dir_move(struct send_ctx *sctx, u64 ino, u64 ino_gen, u64 parent_ino, struct list_head *new_refs, struct list_head *deleted_refs, const bool is_orphan) argument
[all...]

Completed in 353 milliseconds