Searched refs:to_move (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | index.c | 592 u32 to_move; in hdr_insert_head() local 600 to_move = used - le32_to_cpu(hdr->de_off); in hdr_insert_head() 601 memmove(Add2Ptr(e, ins_bytes), e, to_move); in hdr_insert_head() 1552 u32 hdr_used, hdr_total, asize, to_move; in indx_insert_into_root() local 1599 to_move = 0; in indx_insert_into_root() 1611 to_move += le16_to_cpu(e->size); in indx_insert_into_root() 1614 if (!to_move) { in indx_insert_into_root() 1617 re = kmemdup(e0, to_move, GFP_NOFS); in indx_insert_into_root() 1697 hdr_insert_head(hdr, re, to_move); in indx_insert_into_root()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-trace.c | 2582 size_t filename_len, entry_str_len, to_move; local 2624 to_move = entry_str_len - ttrace->filename.entry_str_pos + 1; /* \0 */ 2626 memmove(pos + filename_len, pos, to_move);
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | xattr.c | 4517 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster() local 4531 to_move, first_hash); in ocfs2_mv_xattr_bucket_cross_cluster() 4538 src_blkno = last_cluster_blkno + (to_move * blks_per_bucket); in ocfs2_mv_xattr_bucket_cross_cluster()
|
Completed in 32 milliseconds