Searched refs:ntfs_rl_mc (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | runlist.c | 49 static inline void ntfs_rl_mc(struct runlist_element *dstbase, int dst, in ntfs_rl_mc() function 247 ntfs_rl_mc(dst, loc + 1, src, 0, ssize); in ntfs_rl_append() 332 ntfs_rl_mc(dst, loc + disc, src, left, ssize - left); in ntfs_rl_insert() 433 ntfs_rl_mc(dst, loc, src, left, ssize - left); in ntfs_rl_replace() 480 ntfs_rl_mc(dst, loc + 1, src, 0, ssize); in ntfs_rl_split() 1812 ntfs_rl_mc(new_rl, 0, dst_rl, 0, new_1st_cnt); in ntfs_rl_insert_range() 1814 ntfs_rl_mc(new_rl, new_1st_cnt, &dst_rl_split, 0, 1); in ntfs_rl_insert_range() 1818 ntfs_rl_mc(new_rl, new_1st_cnt, src_rl, 0, new_2nd_cnt); in ntfs_rl_insert_range() 1825 ntfs_rl_mc(new_rl, new_1st_cnt + new_2nd_cnt, in ntfs_rl_insert_range() 1905 ntfs_rl_mc(*punch_rl, 0, dst_rl, new_1st_cnt - 1, punch_cnt); in ntfs_rl_punch_hole() [all …]
|