Searched refs:blk_len (Results 1 – 6 of 6) sorted by relevance
1450 u32 blk_len = 512; in hpi6000_send_data() local 1452 if (len < blk_len) in hpi6000_send_data() 1453 blk_len = len; in hpi6000_send_data() 1455 address, p_data, blk_len)) in hpi6000_send_data() 1457 address += blk_len * 4; in hpi6000_send_data() 1458 p_data += blk_len; in hpi6000_send_data() 1459 len -= blk_len; in hpi6000_send_data() 1512 u32 blk_len = 512; in hpi6000_get_data() local 1514 if (len < blk_len) in hpi6000_get_data() 1515 blk_len in hpi6000_get_data() [all...]
525 if (pbd->h1.num_pkts && bytes != pbd->h1.blk_len) { in __v3_test_block_len() 528 pbd->h1.num_pkts, bytes, pbd->h1.blk_len); in __v3_test_block_len()
1250 unsigned int blk_len, blk_end_pos; in cs_dsp_coeff_parse_coeff() local 1257 blk_len = le32_to_cpu(raw->hdr.size); in cs_dsp_coeff_parse_coeff() 1258 if (blk_len > S32_MAX) in cs_dsp_coeff_parse_coeff() 1261 if (blk_len > (data_len - pos - sizeof(raw->hdr))) in cs_dsp_coeff_parse_coeff() 1264 blk_end_pos = pos + sizeof(raw->hdr) + blk_len; in cs_dsp_coeff_parse_coeff()
1903 sector_t start_blk, last_blk, blk_len, max_len; in f2fs_fiemap() local 1947 blk_len = last_blk - start_blk + 1; in f2fs_fiemap() 1953 map.m_len = blk_len; in f2fs_fiemap() 1982 blk_len != max_len) { in f2fs_fiemap() 1983 blk_len = max_len; in f2fs_fiemap()
682 u32 blk_len; member
186 #define BLOCK_LEN(x) ((x)->hdr.bh1.blk_len)