Lines Matching refs:recorded_ref
3018 struct recorded_ref { struct
3029 static struct recorded_ref *recorded_ref_alloc(void) in recorded_ref_alloc() argument
3031 struct recorded_ref *ref; in recorded_ref_alloc()
3041 static void recorded_ref_free(struct recorded_ref *ref) in recorded_ref_free()
3052 static void set_ref_path(struct recorded_ref *ref, struct fs_path *path) in set_ref_path()
3059 static int dup_ref(struct recorded_ref *ref, struct list_head *list) in dup_ref()
3061 struct recorded_ref *new; in dup_ref()
3075 struct recorded_ref *cur; in __free_recorded_refs()
3078 cur = list_entry(head->next, struct recorded_ref, list); in __free_recorded_refs()
3402 struct recorded_ref *cur; in add_pending_dir_move()
3525 struct recorded_ref *cur; in apply_dir_move()
3760 struct recorded_ref *parent_ref, in wait_for_dest_dir_move()
3965 struct recorded_ref *parent_ref, in wait_for_parent_move()
4065 static int update_ref_path(struct send_ctx *sctx, struct recorded_ref *ref) in update_ref_path()
4136 static int refresh_ref_path(struct send_ctx *sctx, struct recorded_ref *ref) in refresh_ref_path()
4168 struct recorded_ref *cur; in process_recorded_refs()
4169 struct recorded_ref *cur2; in process_recorded_refs()
4523 cur = list_entry(sctx->deleted_refs.next, struct recorded_ref, in process_recorded_refs()
4629 const struct recorded_ref *data = k; in rbtree_ref_comp()
4630 const struct recorded_ref *ref = rb_entry(node, struct recorded_ref, node); in rbtree_ref_comp()
4655 const struct recorded_ref *entry = rb_entry(node, struct recorded_ref, node); in rbtree_ref_less()
4666 struct recorded_ref *ref = NULL; in record_ref_in_tree()
4707 struct recorded_ref data; in record_new_ref_if_needed()
4708 struct recorded_ref *ref; in record_new_ref_if_needed()
4720 ref = rb_entry(node, struct recorded_ref, node); in record_new_ref_if_needed()
4736 struct recorded_ref data; in record_deleted_ref_if_needed()
4737 struct recorded_ref *ref; in record_deleted_ref_if_needed()
4749 ref = rb_entry(node, struct recorded_ref, node); in record_deleted_ref_if_needed()