Brief description :
Linux driver gives us a chance to interface with an NTFS filesystem. Thanks to this driver, we can use built-in Linux commands on an NTFS filesystem.
Ex : ls, chown, chmod, cd, locate, rm, ln etc.
Question :
Where can I find this source code ?
Why :
Try to be familiar with NTFS
ls,locateetc. have nothing to do with ntfs itself. These utilities use systemcalls to get their information. – Ulrich Dangel Jun 7 '12 at 16:12