Searched refs:nr_set (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
3196 for (nr_set = ofs = 0; ofs < max_ofs; ofs += PAGE_SIZE) {
3210 nr_set += PAGE_SIZE * 8;
3223 nr_set += ntfs_popcount32(p[i]);
3232 ntfs_debug("Done (nr_bits %lld, nr_set %lld).", (long long)nr_bits,
3233 (long long)nr_set);
3234 *res = nr_set;

Completed in 94 milliseconds