Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dbitmap.c120 int bit, firstbyte, lastbyte, lastbyte_pos, tmp, ret = -1; in ntfs_bitmap_set_bits_in_run() local
174 lastbyte_pos = ((count + 7) >> 3) + firstbyte; in ntfs_bitmap_set_bits_in_run()
175 if (!lastbyte_pos) { in ntfs_bitmap_set_bits_in_run()
183 if (lastbyte_pos <= bufsize) { in ntfs_bitmap_set_bits_in_run()
184 lastbyte_buf = buf + lastbyte_pos - 1; in ntfs_bitmap_set_bits_in_run()