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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Drunlist.c52 * ntfs_rl_mm - runlist memmove
62 static void ntfs_rl_mm(runlist_element *base, int dst, int src, int size) function
217 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right);
304 ntfs_rl_mm(dst, marker, loc, dsize - loc);
404 ntfs_rl_mm(dst, marker, tail, dsize - tail);
453 ntfs_rl_mm(dst, loc + 1 + ssize, loc, dsize - loc);
502 ntfs_rl_mm(drl, 1, 0, dend);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.c30 * ntfs_rl_mm - runlist memmove
34 static inline void ntfs_rl_mm(runlist_element *base, int dst, int src, function
248 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - (loc + 1 + right));
335 ntfs_rl_mm(dst, marker, loc, dsize - loc);
437 ntfs_rl_mm(dst, marker, tail, dsize - tail);
486 ntfs_rl_mm(dst, loc + 1 + ssize, loc, dsize - loc);
569 ntfs_rl_mm(drl, 1, 0, dend);

Completed in 176 milliseconds