Home
last modified time | relevance | path

Searched refs:vfs_ioctl (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmount.h760 int (*vfs_ioctl)(struct mount *mp, u_long command, caddr_t data, member
/xnu-11417.140.69/bsd/vfs/
H A Dkpi_vfs.c404 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()