Lines Matching refs:hiberfil
1233 * looking for the file hiberfil.sys in the root directory of the volume. If
1236 * If hiberfil.sys exists and is less than 4kiB in size it means Windows is
1241 * If hiberfil.sys exists and is larger than 4kiB in size, we need to read the
1242 * hiberfil header (which is the first 4kiB). If this begins with "hibr",
1260 static const ntfschar hiberfil[13] = { cpu_to_le16('h'),
1271 * filename hiberfil.sys in the root directory.
1274 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1281 ntfs_debug("hiberfil.sys not present. Windows is not "
1287 "hiberfil.sys.");
1297 ntfs_error(vol->sb, "Failed to load hiberfil.sys.");
1301 ntfs_debug("hiberfil.sys is smaller than 4kiB (0x%llx). "
1308 ntfs_error(vol->sb, "Failed to read from hiberfil.sys.");
1314 ntfs_debug("Magic \"hibr\" found in hiberfil.sys. Windows is "
1322 ntfs_debug("hiberfil.sys is larger than 4kiB "
1331 ntfs_debug("hiberfil.sys contains a zero header. Windows is not "