Lines Matching refs:cb_size
174 u8 *const cb_start, const u32 cb_size, const loff_t i_size, in ntfs_decompress() argument
181 u8 *cb_end = cb_start + cb_size; /* End of cb. */ in ntfs_decompress()
202 ntfs_debug("Entering, cb_size = 0x%x.", cb_size); in ntfs_decompress()
476 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block() local
477 u64 cb_size_mask = cb_size - 1UL; in ntfs_read_compressed_block()
487 s64 end_vcn = ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1) in ntfs_read_compressed_block()
507 index, cb_size, nr_pages); in ntfs_read_compressed_block()
598 cb_end = cb + cb_size; in ntfs_read_compressed_block()
667 if (cb_pos + 2 <= cb + cb_size) in ntfs_read_compressed_block()
677 cb_max_page = (cur_page << PAGE_SHIFT) + cur_ofs + cb_size; in ntfs_read_compressed_block()
792 &xpage_done, cb_pos, cb_size - (cb_pos - cb), in ntfs_read_compressed_block()
1473 int cb_size = ni->itype.compressed.block_size, cb_off, err = 0; in ntfs_compress_write() local
1497 off = pos & (cb_size - 1); in ntfs_compress_write()
1498 bytes = cb_size - off; in ntfs_compress_write()
1502 cb_off = pos & ~(cb_size - 1); in ntfs_compress_write()