Home
last modified time | relevance | path

Searched defs:hd_struct (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dgenhd.h53 struct hd_struct { struct
54 sector_t start_sect;
60 sector_t nr_sects;
62 seqcount_t nr_sects_seq;
64 unsigned long stamp;
65 struct disk_stats __percpu *dkstats;
66 struct percpu_ref ref;
68 struct device __dev;
69 struct kobject *holder_dir;
70 int policy, partno;
[all …]
/kernel/linux/linux-4.19/include/linux/
Dgenhd.h106 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;
[all …]