Searched refs:VFSIOC_MOUNT_BYROLE (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount.h | 817 #define VFSIOC_MOUNT_BYROLE _IOW('V', 4, fs_role_mount_args_t) macro
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 1657 error = VFS_IOCTL(mp, VFSIOC_MOUNT_BYROLE, (caddr_t)&frma, 0, ctx); in mount_common() 1688 error = VFS_IOCTL(mp, VFSIOC_MOUNT_BYROLE, (caddr_t)&frma, 0, ctx); in mount_common() 1726 error = VFS_IOCTL(mp, VFSIOC_MOUNT_BYROLE, (caddr_t)&frma, 0, ctx); in mount_common()
|