Searched refs:pending_dir_move (Results 1 – 1 of 1) sorted by relevance
227 struct pending_dir_move { struct3007 struct pending_dir_move *entry = NULL, *pm; in add_pending_dir_move()3025 entry = rb_entry(parent, struct pending_dir_move, node); in add_pending_dir_move()3066 static struct pending_dir_move *get_pending_dir_moves(struct send_ctx *sctx, in get_pending_dir_moves()3070 struct pending_dir_move *entry; in get_pending_dir_moves()3073 entry = rb_entry(n, struct pending_dir_move, node); in get_pending_dir_moves()3084 static int apply_dir_move(struct send_ctx *sctx, struct pending_dir_move *pm) in apply_dir_move()3191 static void free_pending_move(struct send_ctx *sctx, struct pending_dir_move *m) in free_pending_move()3201 static void tail_append_pending_moves(struct pending_dir_move *moves, in tail_append_pending_moves()3216 struct pending_dir_move *pm; in apply_children_dir_moves()[all …]