Lines Matching defs:hd_struct
106 struct hd_struct { struct
107 sector_t start_sect;
113 sector_t nr_sects;
114 seqcount_t nr_sects_seq;
115 sector_t alignment_offset;
116 unsigned int discard_alignment;
117 struct device __dev;
118 struct kobject *holder_dir;
119 int policy, partno;
120 struct partition_meta_info *info;
122 int make_it_fail;
124 unsigned long stamp;
125 atomic_t in_flight[2];
127 struct disk_stats __percpu *dkstats;
129 struct disk_stats dkstats;
131 struct percpu_ref ref;
155 struct hd_struct __rcu *last_lookup; argument