Home
last modified time | relevance | path

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

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