Searched refs:cb_size (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ntfs/ |
D | compress.c | 169 u8 *const cb_start, const u32 cb_size, const loff_t i_size, in ntfs_decompress() argument 176 u8 *cb_end = cb_start + cb_size; /* End of cb. */ in ntfs_decompress() 199 ntfs_debug("Entering, cb_size = 0x%x.", cb_size); in ntfs_decompress() 490 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block() local 491 u64 cb_size_mask = cb_size - 1UL; in ntfs_read_compressed_block() 501 VCN end_vcn = ((((s64)(index + 1UL) << PAGE_SHIFT) + cb_size - 1) in ntfs_read_compressed_block() 521 "%i.", index, cb_size, nr_pages); in ntfs_read_compressed_block() 533 bhs_size = cb_size / block_size * sizeof(struct buffer_head *); in ntfs_read_compressed_block() 717 cb_end = cb + cb_size; in ntfs_read_compressed_block() 726 if (cb_pos + 2 <= cb + cb_size) in ntfs_read_compressed_block() [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | txq.h | 150 __le32 cb_size; member
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-nhlt.h | 32 u16 cb_size; member
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 1169 cmd->cb_size = cpu_to_le32(TFD_QUEUE_CB_SIZE(size)); in iwl_trans_pcie_dyn_txq_alloc()
|