fs/ntfs/dir.c
1201
.unlocked_ioctl = ntfs_ioctl,
fs/ntfs/file.c
1156
.unlocked_ioctl = ntfs_ioctl,
fs/ntfs/file.c
829
return ntfs_ioctl(filp, cmd, (unsigned long)compat_ptr(arg));
fs/ntfs/ntfs.h
254
long ntfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
fs/ntfs3/dir.c
685
.unlocked_ioctl = ntfs_ioctl,
fs/ntfs3/file.c
1570
.unlocked_ioctl = ntfs_ioctl,
fs/ntfs3/file.c
257
return ntfs_ioctl(filp, cmd, (unsigned long)compat_ptr(arg));
fs/ntfs3/ntfs_fs.h
546
long ntfs_ioctl(struct file *filp, u32 cmd, unsigned long arg);