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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dsuper.c1208 * looking for the file hiberfil.sys in the root directory of the volume. If
1211 * If hiberfil.sys exists and is less than 4kiB in size it means Windows is
1216 * If hiberfil.sys exists and is larger than 4kiB in size, we need to read the
1217 * hiberfil header (which is the first 4kiB). If this begins with "hibr",
1236 static const ntfschar hiberfil[13] = { cpu_to_le16('h'), local
1247 * filename hiberfil.sys in the root directory.
1250 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1257 ntfs_debug("hiberfil.sys not present. Windows is not "
1263 "hiberfil.sys.");
1273 ntfs_error(vol->sb, "Failed to load hiberfil
[all...]

Completed in 55 milliseconds