Searched refs:ntfs_rl_mm (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c51 * ntfs_rl_mm - runlist memmove
61 static __inline__ void ntfs_rl_mm(runlist_element *base, int dst, int src, function
219 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right);
306 ntfs_rl_mm(dst, marker, loc, dsize - loc);
405 ntfs_rl_mm(dst, marker, tail, dsize - tail);
454 ntfs_rl_mm(dst, loc + 1 + ssize, loc, dsize - loc);
532 ntfs_rl_mm(drl, 1, 0, dend);

Completed in 18 milliseconds