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