Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c2234 static int device_offset_valid(int fd, s64 ofs) function
2283 for (high = 1024LL; !device_offset_valid(fd, high); high <<= 1)
2288 if (!device_offset_valid(fd, mid))

Completed in 4 milliseconds