Home
last modified time | relevance | path

Searched refs:hiberfil (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c1233 * 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'), in check_windows_hibernation_status() local
1271 * filename hiberfil.sys in the root directory. in check_windows_hibernation_status()
1274 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status()
1281 ntfs_debug("hiberfil.sys not present. Windows is not " in check_windows_hibernation_status()
1287 "hiberfil.sys."); in check_windows_hibernation_status()
1297 ntfs_error(vol->sb, "Failed to load hiberfil in check_windows_hibernation_status()
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dsuper.c1241 * 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'), in check_windows_hibernation_status() local
1279 * filename hiberfil.sys in the root directory. in check_windows_hibernation_status()
1282 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status()
1289 ntfs_debug("hiberfil.sys not present. Windows is not " in check_windows_hibernation_status()
1295 "hiberfil.sys."); in check_windows_hibernation_status()
1305 ntfs_error(vol->sb, "Failed to load hiberfil in check_windows_hibernation_status()
[all...]

Completed in 5 milliseconds