fs/ntfs/runlist.c
1760
ntfs_rl_mc(new_rl, 0, dst_rl, 0, new_1st_cnt);
fs/ntfs/runlist.c
1762
ntfs_rl_mc(new_rl, new_1st_cnt, &dst_rl_split, 0, 1);
fs/ntfs/runlist.c
1766
ntfs_rl_mc(new_rl, new_1st_cnt, src_rl, 0, new_2nd_cnt);
fs/ntfs/runlist.c
1773
ntfs_rl_mc(new_rl, new_1st_cnt + new_2nd_cnt,
fs/ntfs/runlist.c
1853
ntfs_rl_mc(*punch_rl, 0, dst_rl, new_1st_cnt - 1, punch_cnt);
fs/ntfs/runlist.c
1868
ntfs_rl_mc(new_rl, 0, dst_rl, 0, new_1st_cnt);
fs/ntfs/runlist.c
1888
ntfs_rl_mc(new_rl, new_1st_cnt, hole_rl, 0, 1);
fs/ntfs/runlist.c
1891
ntfs_rl_mc(new_rl, new_1st_cnt + 1, dst_3rd_rl, 0, dst_3rd_cnt);
fs/ntfs/runlist.c
2003
ntfs_rl_mc(*punch_rl, 0, dst_rl, new_1st_cnt - 1, punch_cnt);
fs/ntfs/runlist.c
2017
ntfs_rl_mc(new_rl, 0, dst_rl, 0, new_1st_cnt);
fs/ntfs/runlist.c
2033
ntfs_rl_mc(new_rl, new_1st_cnt, dst_3rd_rl, 0, dst_3rd_cnt);
fs/ntfs/runlist.c
243
ntfs_rl_mc(dst, loc + 1, src, 0, ssize);
fs/ntfs/runlist.c
328
ntfs_rl_mc(dst, loc + disc, src, left, ssize - left);
fs/ntfs/runlist.c
429
ntfs_rl_mc(dst, loc, src, left, ssize - left);
fs/ntfs/runlist.c
476
ntfs_rl_mc(dst, loc + 1, src, 0, ssize);