Lines Matching defs:dcssblk_dev_info
68 struct dcssblk_dev_info { struct
69 struct list_head lh;
70 struct device dev;
71 char segment_name[DCSS_BUS_ID_SIZE];
72 atomic_t use_count;
73 struct gendisk *gd;
74 unsigned long start;
75 unsigned long end;
76 int segment_type;
77 unsigned char save_pending;
78 unsigned char is_shared;
79 int num_of_segments;
80 struct list_head seg_list;
81 struct dax_device *dax_dev;