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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfile.c118 long fat_generic_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) function
138 return fat_generic_ioctl(filp, cmd, (unsigned long)compat_ptr(arg));
172 .unlocked_ioctl = fat_generic_ioctl,
H A Dfat.h304 extern long fat_generic_ioctl(struct file *filp, unsigned int cmd,
H A Ddir.c773 return fat_generic_ioctl(filp, cmd, arg);
813 return fat_generic_ioctl(filp, cmd, (unsigned long)arg);

Completed in 27 milliseconds