Lines Matching refs:hiberfil
1241 * looking for the file hiberfil.sys in the root directory of the volume. If
1244 * If hiberfil.sys exists and is less than 4kiB in size it means Windows is
1249 * If hiberfil.sys exists and is larger than 4kiB in size, we need to read the
1250 * hiberfil header (which is the first 4kiB). If this begins with "hibr",
1268 static const ntfschar hiberfil[13] = { cpu_to_le16('h'),
1279 * filename hiberfil.sys in the root directory.
1282 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1289 ntfs_debug("hiberfil.sys not present. Windows is not "
1295 "hiberfil.sys.");
1305 ntfs_error(vol->sb, "Failed to load hiberfil.sys.");
1309 ntfs_debug("hiberfil.sys is smaller than 4kiB (0x%llx). "
1316 ntfs_error(vol->sb, "Failed to read from hiberfil.sys.");
1322 ntfs_debug("Magic \"hibr\" found in hiberfil.sys. Windows is "
1330 ntfs_debug("hiberfil.sys is larger than 4kiB "
1339 ntfs_debug("hiberfil.sys contains a zero header. Windows is not "