HomeSort by: relevance | last modified time | path
    Searched defs:zfs_ioctl_register (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 48 * zfs_ioctl_register() from zfs_ioctl_init(). The ioctl is invoked
5838 zfs_ioctl_register(const char *name, zfs_ioc_t ioc, zfs_ioc_func_t *func, function
5920 zfs_ioctl_register("snapshot", ZFS_IOC_SNAPSHOT,
5924 zfs_ioctl_register("log_history", ZFS_IOC_LOG_HISTORY,
5928 zfs_ioctl_register("space_snaps", ZFS_IOC_SPACE_SNAPS,
5932 zfs_ioctl_register("send", ZFS_IOC_SEND_NEW,
5936 zfs_ioctl_register("send_space", ZFS_IOC_SEND_SPACE,
5940 zfs_ioctl_register("create", ZFS_IOC_CREATE,
5944 zfs_ioctl_register("clone", ZFS_IOC_CLONE,
5948 zfs_ioctl_register("destroy_snaps", ZFS_IOC_DESTROY_SNAPS
    [all...]

Completed in 49 milliseconds