Searched refs:to_move (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | index.c | 591 u32 to_move; in hdr_insert_head() local 599 to_move = used - le32_to_cpu(hdr->de_off); in hdr_insert_head() 600 memmove(Add2Ptr(e, ins_bytes), e, to_move); in hdr_insert_head() 1643 u32 hdr_used, hdr_total, asize, to_move; in indx_insert_into_root() local 1690 to_move = 0; in indx_insert_into_root() 1702 to_move += le16_to_cpu(e->size); in indx_insert_into_root() 1705 if (!to_move) { in indx_insert_into_root() 1708 re = kmemdup(e0, to_move, GFP_NOFS); in indx_insert_into_root() 1797 if (to_move > hdr_total - hdr_used) { in indx_insert_into_root() 1804 hdr_insert_head(hdr, re, to_move); in indx_insert_into_root()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 3138 size_t filename_len, entry_str_len, to_move; in trace__sched_stat_runtime() 3180 to_move = entry_str_len - ttrace->filename.entry_str_pos + 1; /* \0 */ in bpf_output__fprintf() 3182 memmove(pos + filename_len, pos, to_move); in bpf_output__fprintf() 3067 size_t filename_len, entry_str_len, to_move; trace__vfs_getname() local
|