Home
last modified time | relevance | path

Searched refs:exfat_ioctl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/exfat/
H A Dfile.c346 long exfat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in exfat_ioctl() function
362 return exfat_ioctl(filp, cmd, (unsigned long)compat_ptr(arg)); in exfat_compat_ioctl()
386 .unlocked_ioctl = exfat_ioctl,
H A Dexfat_fs.h459 long exfat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
H A Ddir.c314 .unlocked_ioctl = exfat_ioctl,