Searched refs:ntfs_rl_mm (Results 1 - 1 of 1) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 53 * ntfs_rl_mm - runlist memmove 63 static void ntfs_rl_mm(runlist_element *base, int dst, int src, int size) in ntfs_rl_mm() function 255 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right); in ntfs_rl_append() 342 ntfs_rl_mm(dst, marker, loc, dsize - loc); in ntfs_rl_insert() 442 ntfs_rl_mm(dst, marker, tail, dsize - tail); in ntfs_rl_replace() 491 ntfs_rl_mm(dst, loc + 1 + ssize, loc, dsize - loc); in ntfs_rl_split() 540 ntfs_rl_mm(drl, 1, 0, dend); in ntfs_runlists_merge_i()
|
Completed in 3 milliseconds