Searched refs:pasted (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/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() [all …]
|
/openbmc/linux/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()
|
/openbmc/linux/rust/macros/ |
H A D | paste.rs | 45 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat() localVariable 46 TokenTree::Ident(Ident::new(&pasted, span.unwrap_or(group_span))) in concat()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-lg-common.dtsi | 564 * TODO: copy-pasted from mtp, try other values
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | contributing.md | 61 typically consists of copy-pasted ipmitool requests and responses. When
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 316 This counter is explained by `kernel commit f19c29e3e391`_, I pasted the 326 This counter is explained by `kernel commit f19c29e3e391`_, I pasted the 334 This counter is explained by `kernel commit f19c29e3e391`_, I pasted the 419 code provides a good explanation of them, I pasted them below::
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | usage.rst | 553 // This is copy-pasted from above.
|
/openbmc/docs/ |
H A D | anti-patterns.md | 129 shared library dependencies explicitly, and was subsequently copy pasted.
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 618 pasted in an email program with word wrapping enabled).
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | spkguide.txt | 834 key, while you type the keypad slash character. The url will be pasted
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 2355 had separate copy-pasted implementations for each btree type.
|