Home
last modified time | relevance | path

Searched refs:nilfs_ioctl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dfile.c141 .unlocked_ioctl = nilfs_ioctl,
H A Dnilfs.h253 long nilfs_ioctl(struct file *, unsigned int, unsigned long);
H A Dioctl.c1271 long nilfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in nilfs_ioctl() function
1343 return nilfs_ioctl(filp, cmd, (unsigned long)compat_ptr(arg)); in nilfs_compat_ioctl()
H A Ddir.c708 .unlocked_ioctl = nilfs_ioctl,