Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Ddevice.c507 static int ntfs_device_offset_valid(struct ntfs_device *dev, s64 ofs) in ntfs_device_offset_valid() function
604 for (high = 1024LL; !ntfs_device_offset_valid(dev, high); high <<= 1) in ntfs_device_size_get()
609 if (!ntfs_device_offset_valid(dev, mid)) in ntfs_device_size_get()