Searched refs:cb_size (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ntfs/ |
D | compress.c | 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() [all …]
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-nhlt.h | 32 u16 cb_size; member
|
/linux-4.4.14/drivers/ata/ |
D | sata_sil24.c | 1205 size_t cb_size = sizeof(*cb) * SIL24_MAX_CMDS; in sil24_port_start() local 1212 cb = dmam_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL); in sil24_port_start() 1215 memset(cb, 0, cb_size); in sil24_port_start()
|