Lines Matching refs:mode
691 fmode_t mode = FMODE_READ; in load_image_and_restore() local
694 mode |= FMODE_EXCL; in load_image_and_restore()
701 swsusp_close(mode); in load_image_and_restore()
706 swsusp_close(mode); in load_image_and_restore()
1118 int mode = HIBERNATION_INVALID; in disk_store() local
1135 mode = i; in disk_store()
1139 if (mode != HIBERNATION_INVALID) { in disk_store()
1140 switch (mode) { in disk_store()
1147 hibernation_mode = mode; in disk_store()
1151 hibernation_mode = mode; in disk_store()
1160 hibernation_modes[mode]); in disk_store()