Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmount.h787 struct fs_snapshot_mount_args { struct
792 #define VFSIOC_MOUNT_SNAPSHOT _IOW('V', 1, struct fs_snapshot_mount_args) argument
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c14751 struct fs_snapshot_mount_args smnt_data; in snapshot_mount()