Home
last modified time | relevance | path

Searched refs:seg_off (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/dm-pcache/
H A Dcache.c95 pos_onmedia.seg_off = pos->seg_off; in cache_pos_encode()
122 pos->seg_off = latest.seg_off; in cache_pos_decode()
202 cache->key_head.seg_off = 0; in cache_tail_init()
H A Dcache_key.c68 pos->seg_off += len; in cache_pos_advance()
79 key_onmedia->cache_seg_off = key->cache_pos.seg_off; in cache_key_encode()
98 key->cache_pos.seg_off = key_onmedia->cache_seg_off; in cache_key_decode()
107 key->cache_pos.seg_off, cache_key_data_crc(key), key_onmedia->data_crc); in cache_key_decode()
158 cache->key_head.seg_off = 0; in cache_kset_close()
774 to_copy = min(PCACHE_KSET_ONMEDIA_SIZE_MAX, PCACHE_SEG_SIZE - pos->seg_off); in cache_replay()
795 pos->seg_off = 0; in cache_replay()
H A Dcache.h35 __u32 seg_off; member
74 u32 seg_off; member
365 return (pos->cache_seg->segment.data + pos->seg_off); in cache_pos_addr()
526 seg_remain = segment->data_size - pos->seg_off; in cache_seg_remain()
H A Ddm_pcache.c412 cache->key_head.seg_off, in dm_pcache_status()
414 cache->dirty_tail.seg_off, in dm_pcache_status()
416 cache->key_tail.seg_off); in dm_pcache_status()
H A Dcache_req.c20 data_head->head_pos.seg_off = 0; in cache_data_head_init()
98 return segment_copy_from_bio(segment, pos->seg_off, key->len, pcache_req->bio, bio_off); in cache_copy_from_req_bio()
114 ret = segment_copy_to_bio(segment, pos->seg_off, len, pcache_req->bio, bio_off); in cache_copy_to_req_bio()
/linux/drivers/bluetooth/
H A Dhci_aml.c221 u32 seg_off = 0; in aml_send_firmware() local
232 if (aml_send_firmware_segment(hdev, fw_type, (fw + seg_off), in aml_send_firmware()
238 seg_off += seg_size; in aml_send_firmware()