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