Home
last modified time | relevance | path

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

/third_party/ntfs-3g/src/
Dntfs-3g.probe.c75 ret = ntfs_volume_error(errno); in ntfs_open()
78 ret = ntfs_volume_error(errno); in ntfs_open()
Dntfs-3g.c4083 return ntfs_volume_error(errno); in ntfs_open()
Dlowntfs-3g.c4375 return ntfs_volume_error(errno);
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h310 extern int ntfs_volume_error(int err);
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1793 int ntfs_volume_error(int err) in ntfs_volume_error() function