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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsuper.c1194 * looking for the file hiberfil.sys in the root directory of the volume. If
1197 * If hiberfil.sys exists and is less than 4kiB in size it means Windows is
1202 * If hiberfil.sys exists and is larger than 4kiB in size, we need to read the
1203 * hiberfil header (which is the first 4kiB). If this begins with "hibr",
1222 static const ntfschar hiberfil[13] = { const_cpu_to_le16('h'), local
1233 * filename hiberfil.sys in the root directory.
1236 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1243 ntfs_debug("hiberfil.sys not present. Windows is not "
1249 "hiberfil.sys.");
1259 ntfs_error(vol->sb, "Failed to load hiberfil
[all...]

Completed in 49 milliseconds