Lines Matching refs:recorded_ref
3014 struct recorded_ref { struct
3025 static struct recorded_ref *recorded_ref_alloc(void) in recorded_ref_alloc() argument
3027 struct recorded_ref *ref; in recorded_ref_alloc()
3037 static void recorded_ref_free(struct recorded_ref *ref) in recorded_ref_free()
3048 static void set_ref_path(struct recorded_ref *ref, struct fs_path *path) in set_ref_path()
3055 static int dup_ref(struct recorded_ref *ref, struct list_head *list) in dup_ref()
3057 struct recorded_ref *new; in dup_ref()
3071 struct recorded_ref *cur; in __free_recorded_refs()
3074 cur = list_entry(head->next, struct recorded_ref, list); in __free_recorded_refs()
3398 struct recorded_ref *cur; in add_pending_dir_move()
3521 struct recorded_ref *cur; in apply_dir_move()
3756 struct recorded_ref *parent_ref, in wait_for_dest_dir_move()
3962 struct recorded_ref *parent_ref, in wait_for_parent_move()
4062 static int update_ref_path(struct send_ctx *sctx, struct recorded_ref *ref) in update_ref_path()
4133 static int refresh_ref_path(struct send_ctx *sctx, struct recorded_ref *ref) in refresh_ref_path()
4165 struct recorded_ref *cur; in process_recorded_refs()
4166 struct recorded_ref *cur2; in process_recorded_refs()
4514 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
4620 const struct recorded_ref *data = k; in rbtree_ref_comp()
4621 const struct recorded_ref *ref = rb_entry(node, struct recorded_ref, node); in rbtree_ref_comp()
4646 const struct recorded_ref *entry = rb_entry(node, struct recorded_ref, node); in rbtree_ref_less()
4657 struct recorded_ref *ref = NULL; in record_ref_in_tree()
4699 struct recorded_ref data; in record_new_ref_if_needed()
4700 struct recorded_ref *ref; in record_new_ref_if_needed()
4712 ref = rb_entry(node, struct recorded_ref, node); in record_new_ref_if_needed()
4729 struct recorded_ref data; in record_deleted_ref_if_needed()
4730 struct recorded_ref *ref; in record_deleted_ref_if_needed()
4742 ref = rb_entry(node, struct recorded_ref, node); in record_deleted_ref_if_needed()