Searched refs:pasted (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | do_balan.c | 364 struct item_head *pasted; in balance_leaf_paste_left_shift_dirent() local 373 pasted = item_head(tb->L[0], B_NR_ITEMS(tb->L[0]) - 1); in balance_leaf_paste_left_shift_dirent() 374 l_pos_in_item += ih_entry_count(pasted) - in balance_leaf_paste_left_shift_dirent() 539 struct item_head *pasted; in balance_leaf_paste_left_whole() local 549 pasted = item_head(tb->L[0], n - 1); in balance_leaf_paste_left_whole() 550 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 551 tb->pos_in_item += ih_entry_count(pasted); in balance_leaf_paste_left_whole() 553 tb->pos_in_item += ih_item_len(pasted); in balance_leaf_paste_left_whole() 568 pasted = item_head(tb->L[0], n + tb->item_pos - ret); in balance_leaf_paste_left_whole() 569 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 842 struct item_head *pasted; balance_leaf_paste_right_whole() local 1148 struct item_head *pasted; balance_leaf_new_nodes_paste_whole() local 1282 struct item_head *pasted = item_head(tbS0, tb->item_pos); balance_leaf_finish_node_paste_dirent() local 1317 struct item_head *pasted = item_head(tbS0, tb->item_pos); balance_leaf_finish_node_paste() local [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | do_balan.c | 364 struct item_head *pasted; in balance_leaf_paste_left_shift_dirent() local 373 pasted = item_head(tb->L[0], B_NR_ITEMS(tb->L[0]) - 1); in balance_leaf_paste_left_shift_dirent() 374 l_pos_in_item += ih_entry_count(pasted) - in balance_leaf_paste_left_shift_dirent() 539 struct item_head *pasted; in balance_leaf_paste_left_whole() local 549 pasted = item_head(tb->L[0], n - 1); in balance_leaf_paste_left_whole() 550 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 551 tb->pos_in_item += ih_entry_count(pasted); in balance_leaf_paste_left_whole() 553 tb->pos_in_item += ih_item_len(pasted); in balance_leaf_paste_left_whole() 568 pasted = item_head(tb->L[0], n + tb->item_pos - ret); in balance_leaf_paste_left_whole() 569 if (is_direntry_le_ih(pasted)) in balance_leaf_paste_left_whole() 842 struct item_head *pasted; balance_leaf_paste_right_whole() local 1148 struct item_head *pasted; balance_leaf_new_nodes_paste_whole() local 1282 struct item_head *pasted = item_head(tbS0, tb->item_pos); balance_leaf_finish_node_paste_dirent() local 1317 struct item_head *pasted = item_head(tbS0, tb->item_pos); balance_leaf_finish_node_paste() local [all...] |
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | selection.c | 377 int pasted = 0; in paste_selection() local 394 while (vc_sel.buffer && vc_sel.buf_len > pasted) { in paste_selection() 407 count = vc_sel.buf_len - pasted; in paste_selection() 408 count = tty_ldisc_receive_buf(ld, vc_sel.buffer + pasted, NULL, in paste_selection() 410 pasted += count; in paste_selection()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | selection.c | 378 int pasted = 0; in paste_selection() local 395 while (vc_sel.buffer && vc_sel.buf_len > pasted) { in paste_selection() 408 count = vc_sel.buf_len - pasted; in paste_selection() 409 count = tty_ldisc_receive_buf(ld, vc_sel.buffer + pasted, NULL, in paste_selection() 411 pasted += count; in paste_selection()
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | paste.rs | 45 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat() 46 TokenTree::Ident(Ident::new(&pasted, span.unwrap_or(group_span))) in concat()
|
Completed in 6 milliseconds