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

/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_compress.c334 const int cb_size, upl_page_info_t *pl, int cur_pg,
417 skip_sb = upl_valid_page(pl, cur_pg);
426 cur_pg++;
597 int err, io_count, pages_per_cb, cb_size, cur_pg, cur_pg_ofs, last_pg; local
608 zero_end_ofs = last_pg = cur_pg_ofs = cur_pg = 0;
665 for (cur_pg = count >> PAGE_SHIFT; cur_pg < last_pg;
666 cur_pg++) {
667 if (!upl_valid_page(pl, cur_pg))
668 bzero(dst + (cur_pg << PAGE_SHIF
332 ntfs_decompress(ntfs_volume *vol, u8 *dst_start, const int dst_ofs_in_cb, int dst_size, u8 *const cb_start, const int cb_size, upl_page_info_t *pl, int cur_pg, const int pages_per_cb) argument
[all...]
H A Dntfs_vnops.c2443 int count, err, align_mask, cur_pg, last_pg; local
2637 cur_pg = next_pg;
2639 was_valid = upl_valid_page(pl, cur_pg);
2640 was_dirty = (was_valid && upl_dirty_page(pl, cur_pg));
2642 for (next_pg = cur_pg + 1; next_pg < last_pg;
2652 count = (next_pg - cur_pg) << PAGE_SHIFT;
2666 ubc_upl_abort_range(upl, cur_pg << PAGE_SHIFT,
2677 ubc_upl_commit_range(upl, cur_pg << PAGE_SHIFT, count,
2703 for (cur_pg = 0; cur_pg < last_p
[all...]

Completed in 184 milliseconds