Lines Matching refs:cb_size
125 * @cb_size: size of compression block @cb_start in bytes (IN)
140 * and @cb_size is the size of @cb_start in bytes (8-64kiB).
155 u8 *const cb_start, const u32 cb_size, const loff_t i_size,
162 u8 *cb_end = cb_start + cb_size; /* End of cb. */
185 ntfs_debug("Entering, cb_size = 0x%x.", cb_size);
445 * FIXME: For PAGE_SIZE > cb_size we are not doing the Right Thing(TM) at
453 * FIXME: Again for PAGE_SIZE > cb_size we are screwing up both in
476 u32 cb_size = ni->itype.compressed.block_size;
477 u64 cb_size_mask = cb_size - 1UL;
487 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1)
506 ntfs_debug("Entering, page->index = 0x%lx, cb_size = 0x%x, nr_pages = "
507 "%i.", index, cb_size, nr_pages);
519 bhs_size = cb_size / block_size * sizeof(struct buffer_head *);
703 cb_end = cb + cb_size;
712 if (cb_pos + 2 <= cb + cb_size)
722 cb_max_page = (cur_page << PAGE_SHIFT) + cur_ofs + cb_size;
789 * as PAGE_SIZE <= cb_size.
847 &xpage_done, cb_pos, cb_size - (cb_pos - cb),