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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_compress.c194 * Decompress the compression block @cb_start of size @cb_size into the
205 * has a size (cb_size) of 2^compression_unit clusters. In all versions of
221 * cb_size clusters.
334 const int cb_size, upl_page_info_t *pl, int cur_pg,
356 ntfs_debug("Entering, compression block size 0x%x bytes.", cb_size);
369 cb_end = cb_start + cb_size;
597 int err, io_count, pages_per_cb, cb_size, cur_pg, cur_pg_ofs, last_pg; local
623 cb_size = raw_ni->compression_block_size;
631 pages_per_cb = cb_size >> PAGE_SHIFT;
681 dst_ofs_in_cb = ofs & (cb_size
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...]

Completed in 161 milliseconds