Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache_segment.c187 struct pcache_segment_init_options seg_options = { 0 }; in cache_seg_init() local
198 seg_options.type = PCACHE_SEGMENT_TYPE_CACHE_DATA; in cache_seg_init()
199 seg_options.data_off = PCACHE_CACHE_SEG_CTRL_OFF + PCACHE_CACHE_SEG_CTRL_SIZE; in cache_seg_init()
200 seg_options.seg_id = seg_id; in cache_seg_init()
201 seg_options.seg_info = &cache_seg->cache_seg_info; in cache_seg_init()
202 pcache_segment_init(cache_dev, segment, &seg_options); in cache_seg_init()