Lines Matching defs:dcssblk_dev_info
81 struct dcssblk_dev_info { struct
82 struct list_head lh;
83 struct device dev;
84 char segment_name[DCSS_BUS_ID_SIZE];
85 atomic_t use_count;
86 struct gendisk *gd;
87 unsigned long start;
88 unsigned long end;
89 int segment_type;
90 unsigned char save_pending;
91 unsigned char is_shared;
92 int num_of_segments;
93 struct list_head seg_list;
94 struct dax_device *dax_dev;