Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h817 #define VFSIOC_MOUNT_BYROLE _IOW('V', 4, fs_role_mount_args_t) macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c1657 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()