Searched refs:vfs_ioctl (Results 1 – 2 of 2) sorted by relevance
761 int (*vfs_ioctl)(struct mount *mp, u_long command, caddr_t data, member
405 if (mp == dead_mountp || !mp->mnt_op->vfs_ioctl) { in VFS_IOCTL()409 return mp->mnt_op->vfs_ioctl(mp, command, data, flags, in VFS_IOCTL()