Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_user.c2194 struct user_event_refs *refs, *new_refs; in user_events_ref_add() local
2210 new_refs = kzalloc(size, GFP_KERNEL_ACCOUNT); in user_events_ref_add()
2212 if (!new_refs) in user_events_ref_add()
2215 new_refs->count = count + 1; in user_events_ref_add()
2218 new_refs->events[i] = refs->events[i]; in user_events_ref_add()
2220 new_refs->events[i] = user_event_get(user); in user_events_ref_add()
2222 rcu_assign_pointer(info->refs, new_refs); in user_events_ref_add()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c116 struct list_head new_refs; member
2832 __free_recorded_refs(&sctx->new_refs); in free_recorded_refs()
3102 struct list_head *new_refs, in add_pending_dir_move()
3141 list_for_each_entry(cur, new_refs, list) { in add_pending_dir_move()
3545 &sctx->new_refs, in wait_for_dest_dir_move()
3781 &sctx->new_refs, in wait_for_parent_move()
3993 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs()
4102 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs()
4119 list_for_each_entry(cur2, &sctx->new_refs, list) { in process_recorded_refs()
4391 return record_ref(sctx->send_root, dir, name, ctx, &sctx->new_refs); in __record_new_ref()
3098 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) add_pending_dir_move() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c191 struct list_head new_refs; member
3081 __free_recorded_refs(&sctx->new_refs); in free_recorded_refs()
3391 struct list_head *new_refs, in add_pending_dir_move()
3430 list_for_each_entry(cur, new_refs, list) { in add_pending_dir_move()
3830 &sctx->new_refs, in wait_for_dest_dir_move()
4052 &sctx->new_refs, in wait_for_parent_move()
4263 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs()
4368 list_for_each_entry(cur, &sctx->new_refs, list) { in process_recorded_refs()
4385 list_for_each_entry(cur2, &sctx->new_refs, list) { in process_recorded_refs()
4716 &sctx->new_refs, nam in record_new_ref_if_needed()
3387 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) add_pending_dir_move() argument
[all...]

Completed in 18 milliseconds