Home
last modified time | relevance | path

Searched refs:hiberfile (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g_common.h153 BOOL hiberfile; member
Dntfs-3g_common.c390 ctx->hiberfile = TRUE; in parse_mount_options()
577 ctx->hiberfile = FALSE; in parse_mount_options()
Dntfs-3g.c4032 if (!ctx->hiberfile) in ntfs_open()
4036 if (ctx->hiberfile) in ntfs_open()
4070 if (ctx->hiberfile && ntfs_volume_check_hiberfile(ctx->vol, 0)) { in ntfs_open()
Dlowntfs-3g.c4320 if (!ctx->hiberfile)
4324 if (ctx->hiberfile)
4361 if (ctx->hiberfile && ntfs_volume_check_hiberfile(vol, 0)) {
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c745 const char *hiberfile = "hiberfil.sys"; in ntfs_hiberfile_open() local
758 unicode_len = ntfs_mbstoucs(hiberfile, &unicode); in ntfs_hiberfile_open()
766 ntfs_log_debug("Couldn't find file '%s'.\n", hiberfile); in ntfs_hiberfile_open()