Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h793 #define VFSIOC_MOUNT_SNAPSHOT _IOW('V', 1, struct fs_snapshot_mount_args) macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c1651 error = VFS_IOCTL(mp, VFSIOC_MOUNT_SNAPSHOT, in mount_common()