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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c3183 s64 max_ofs, ofs, nr_set; local
3194 max_ofs = (nr_bits + 7) >> 3;
3195 ntfs_debug("Reading bitmap, max_ofs %lld.", (long long)max_ofs);
3196 for (nr_set = ofs = 0; ofs < max_ofs; ofs += PAGE_SIZE) {

Completed in 76 milliseconds