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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c1107 s64 i_size, br, ia_pos, bmp_pos, ia_start; local
1297 ia_pos = *pos - vol->mft_record_size;
1299 bmp_pos = ia_pos >> index_block_size_bits;
1328 ia_pos = bmp_pos << index_block_size_bits;
1356 ia_start = ia_pos & ~(s64)(index_block_size - 1);
1391 if (ia_pos - ia_start > (u8*)ie - (u8*)ia)

Completed in 36 milliseconds