Home
last modified time | relevance | path

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

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