Home
last modified time | relevance | path

Searched refs:ntfs_volume_check_hiberfile (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h305 extern int ntfs_volume_check_hiberfile(ntfs_volume *vol, int verbose);
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c796 int ntfs_volume_check_hiberfile(ntfs_volume *vol, int verbose) in ntfs_volume_check_hiberfile() function
1288 ntfs_volume_check_hiberfile(vol, 1) < 0) { in ntfs_device_mount()
/third_party/ntfs-3g/src/
Dntfs-3g.c4070 if (ctx->hiberfile && ntfs_volume_check_hiberfile(ctx->vol, 0)) { in ntfs_open()
Dlowntfs-3g.c4361 if (ctx->hiberfile && ntfs_volume_check_hiberfile(vol, 0)) {