Searched refs:pending_dir_move (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 221 struct pending_dir_move { struct 3108 struct pending_dir_move *entry = NULL, *pm; in add_pending_dir_move() 3125 entry = rb_entry(parent, struct pending_dir_move, node); in add_pending_dir_move() 3166 static struct pending_dir_move *get_pending_dir_moves(struct send_ctx *sctx, in get_pending_dir_moves() 3170 struct pending_dir_move *entry; in get_pending_dir_moves() 3173 entry = rb_entry(n, struct pending_dir_move, node); in get_pending_dir_moves() 3226 static int apply_dir_move(struct send_ctx *sctx, struct pending_dir_move *pm) in apply_dir_move() 3369 static void free_pending_move(struct send_ctx *sctx, struct pending_dir_move *m) in free_pending_move() 3380 struct pending_dir_move *moves, in tail_append_pending_moves() 3399 struct pending_dir_move *p in apply_children_dir_moves() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 310 struct pending_dir_move { struct 3397 struct pending_dir_move *entry = NULL, *pm; in add_pending_dir_move() 3414 entry = rb_entry(parent, struct pending_dir_move, node); in add_pending_dir_move() 3455 static struct pending_dir_move *get_pending_dir_moves(struct send_ctx *sctx, in get_pending_dir_moves() 3459 struct pending_dir_move *entry; in get_pending_dir_moves() 3462 entry = rb_entry(n, struct pending_dir_move, node); in get_pending_dir_moves() 3515 static int apply_dir_move(struct send_ctx *sctx, struct pending_dir_move *pm) in apply_dir_move() 3657 static void free_pending_move(struct send_ctx *sctx, struct pending_dir_move *m) in free_pending_move() 3668 struct pending_dir_move *moves, in tail_append_pending_moves() 3687 struct pending_dir_move *p in apply_children_dir_moves() [all...] |
Completed in 12 milliseconds