Lines Matching full:vss
86 * Header for all VSS messages.
142 .ic_desc = "Hyper-V VSS"
198 * The VSS allows user to register their function to do freeze/thaw for application.
199 * VSS kernel will notify both vss daemon and user application if it is registered.
444 KASSERT(opt == reqp->vss_req.opt_msg.opt, ("Mismatched VSS operation!")); in hv_vss_daemon_acked()
498 KASSERT(opt == reqp->vss_req.opt_msg.opt, ("Mismatched VSS operation!")); in hv_vss_app_acked()
520 hv_vss_log_info("%s, Fatal: vss daemon was killed\n", __func__); in hv_vss_app_acked()
569 hv_vss_log_info("%s: %s invoked vss ioctl\n", __func__, td_proc->p_comm); in hv_vss_dev_daemon_ioctl()
649 hv_vss_log_info("%s: %s invoked vss ioctl\n", __func__, td_proc->p_comm); in hv_appvss_dev_ioctl()
790 * Function to read the vss request buffer from host
983 CTLFLAG_RWTUN, &hv_vss_log, 0, "Hyperv VSS service log level"); in hv_vss_attach()