Lines Matching refs:cb_size
172 const u32 cb_size, const loff_t i_size, in ntfs_decompress() argument
179 u8 *cb_end = cb_start + cb_size; /* End of cb. */ in ntfs_decompress()
205 ntfs_debug("Entering, cb_size = 0x%x.", cb_size); in ntfs_decompress()
496 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block() local
497 u64 cb_size_mask = cb_size - 1UL; in ntfs_read_compressed_block()
507 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_CACHE_SHIFT) + cb_size - 1) in ntfs_read_compressed_block()
526 "%i.", index, cb_size, nr_pages); in ntfs_read_compressed_block()
537 bhs_size = cb_size / block_size * sizeof(struct buffer_head *); in ntfs_read_compressed_block()
719 cb_end = cb + cb_size; in ntfs_read_compressed_block()
728 if (cb_pos + 2 <= cb + cb_size) in ntfs_read_compressed_block()
738 cb_max_page = (cur_page << PAGE_CACHE_SHIFT) + cur_ofs + cb_size; in ntfs_read_compressed_block()
868 cb_pos, cb_size - (cb_pos - cb), i_size, in ntfs_read_compressed_block()