Searched refs:insert_point (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/jffs2/ |
D | readinode.c | 340 struct jffs2_tmp_dnode_info *insert_point = NULL; in jffs2_add_tn_to_tree() local 344 insert_point = rb_entry(parent, struct jffs2_tmp_dnode_info, rb); in jffs2_add_tn_to_tree() 345 if (tn->fn->ofs > insert_point->fn->ofs) in jffs2_add_tn_to_tree() 346 link = &insert_point->rb.rb_right; in jffs2_add_tn_to_tree() 347 else if (tn->fn->ofs < insert_point->fn->ofs || in jffs2_add_tn_to_tree() 348 tn->fn->size < insert_point->fn->size) in jffs2_add_tn_to_tree() 349 link = &insert_point->rb.rb_left; in jffs2_add_tn_to_tree() 351 link = &insert_point->rb.rb_right; in jffs2_add_tn_to_tree() 353 rb_link_node(&tn->rb, &insert_point->rb, link); in jffs2_add_tn_to_tree()
|
/linux-6.1.9/fs/reiserfs/ |
D | lbalance.c | 1324 char *insert_point; in leaf_paste_entries() local 1349 insert_point = in leaf_paste_entries() 1368 memmove(insert_point + paste_size, insert_point, in leaf_paste_entries() 1369 item + (ih_item_len(ih) - paste_size) - insert_point); in leaf_paste_entries() 1372 memcpy(insert_point + DEH_SIZE * new_entry_count, records, in leaf_paste_entries() 1378 insert_point - (char *)deh); in leaf_paste_entries() 1390 insert_point + DEH_SIZE * new_entry_count - in leaf_paste_entries()
|
/linux-6.1.9/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 1229 int i, pcm_index = -1, insert_point, src_index = -1, pass_through = 0; in cs46xx_dsp_create_pcm_channel() local 1314 insert_point = SCB_ON_PARENT_SUBLIST_SCB; in cs46xx_dsp_create_pcm_channel() 1317 insert_point = SCB_ON_PARENT_NEXT_SCB; in cs46xx_dsp_create_pcm_channel() 1331 insert_point, in cs46xx_dsp_create_pcm_channel() 1563 int insert_point; in cs46xx_add_record_source() local 1570 insert_point = SCB_ON_PARENT_NEXT_SCB; in cs46xx_add_record_source() 1573 insert_point = SCB_ON_PARENT_SUBLIST_SCB; in cs46xx_add_record_source() 1578 insert_point); in cs46xx_add_record_source()
|