Home
last modified time | relevance | path

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

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