Lines Matching full:freeze
52 The freeze or thaw functionality of application is important to guarantee
58 applications' freeze/thaw should start or finish.
59 But it is not aware of the freeze/thaw notification from Hyper-V host.
62 is designed to notify application freeze/thaw request.
63 Thus, it plays a role of broker to forward the freeze/thaw command from Hyper-V host
70 takes the responsibility to freeze/thaw UFS file system,
85 will be informed to check whether file system freeze/thaw is supported.
97 VM supports VSS, it will send freeze request to VM, and
123 All the default timeout limit used in VSS capability check, freeze or thaw is the same.
165 #define FREEZE (1)
222 freeze(int opt)
235 "%s -f <0|1|2>: simulate app freeze."
236 " 0: successful, 1: freeze timeout, 2: freeze failed\\n"
239 " 0: successful, 1: freeze timeout, 2: freeze failed\\n"
336 error = freeze(freezesimuop);
355 userdata.status, op == HV_VSS_FREEZE ? "Freeze" :