Home
last modified time | relevance | path

Searched refs:VSS_OP_FREEZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/hv/
H A Dhv_vss_daemon.c125 case VSS_OP_FREEZE: in vss_operate()
160 if (operation == VSS_OP_FREEZE) { in vss_operate()
171 if (operation == VSS_OP_FREEZE) { in vss_operate()
318 case VSS_OP_FREEZE: in main()
322 op == VSS_OP_FREEZE ? "FREEZE" : "THAW", in main()
/openbmc/linux/drivers/hv/
H A Dhv_snapshot.c195 schedule_delayed_work(&vss_timeout_work, op == VSS_OP_FREEZE ? in vss_send_op()
221 case VSS_OP_FREEZE: in vss_handle_request()
/openbmc/linux/include/uapi/linux/
H A Dhyperv.h63 VSS_OP_FREEZE, /* Freeze the file systems in the VM */ enumerator