Searched refs:ocfs2_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | ioctl.h | 13 long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
|
D | ioctl.c | 844 long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ocfs2_ioctl() function 1002 return ocfs2_ioctl(file, cmd, arg); in ocfs2_compat_ioctl()
|
D | file.c | 2619 .unlocked_ioctl = ocfs2_ioctl, 2637 .unlocked_ioctl = ocfs2_ioctl, 2665 .unlocked_ioctl = ocfs2_ioctl, 2682 .unlocked_ioctl = ocfs2_ioctl,
|