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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_lcnalloc.c147 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; local
263 * bmp_pos is the current bit position inside the bitmap. We use
266 bmp_pos = bmp_initial_pos = zone_start;
280 "bmp_pos 0x%llx, rlpos %d, rlsize %d.",
285 (unsigned long long)bmp_pos, rlpos, rlsize);
287 last_read_pos = bmp_pos >> 3;
315 lcn = bmp_pos & 7;
316 bmp_pos &= ~(LCN)7;
318 "bmp_pos 0x%llx, need_writeback is %s.", bsize,
320 (unsigned long long)bmp_pos,
[all...]
H A Dntfs_index.c1962 s64 bmp_pos, end_pos, init_size, upl_ofs; local
2014 bmp_pos = 0;
2018 for (bmp_pos = 0; bmp_pos < end_pos;) {
2019 err = ntfs_page_map(bmp_ni, bmp_pos, &upl, &pl, &bmp, TRUE);
2026 if (bmp_pos + PAGE_SIZE > end_pos)
2027 bmp_end = bmp + (end_pos - bmp_pos);
2029 for (; bmp < bmp_end; bmp++, bmp_pos++) {
2050 bmp_pos = end_pos;
2056 if (bmp_pos
4837 s64 target_pos, bmp_pos, alloc_size; local
[all...]
H A Dntfs_dir.c1515 s64 bmp_size, prev_ia_pos, bmp_pos, ia_pos; local
1635 ia_pos = bmp_pos = bmp_ofs = 0;
1639 (unsigned long long)bmp_pos >> 3, bmp_ofs);
1644 err = ntfs_page_map(bmp_ni, (bmp_pos >> 3) & ~PAGE_MASK_64, &bmp_upl,
1660 if (((bmp_pos + bmp_ofs) >> 3) >= bmp_size)
1662 ia_pos = (bmp_pos + bmp_ofs) << ia_ni->block_size_shift;
1669 bmp_pos += PAGE_SIZE * 8;
1675 (unsigned long long)bmp_pos + bmp_ofs);

Completed in 183 milliseconds