Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/raid/
Draid5.h127 struct stripe_head { struct
128 struct stripe_head *hash_next, **hash_pprev; /* hash pointers */ argument
129 struct list_head lru; /* inactive_list or handle_list */
130 struct raid5_private_data *raid_conf;
131 struct buffer_head *bh_cache[MD_SB_DISKS]; /* buffered copy */
132 struct buffer_head *bh_read[MD_SB_DISKS]; /* read request buffers of the MD device */
133 struct buffer_head *bh_write[MD_SB_DISKS]; /* write request buffers of the MD device */
134 …itten[MD_SB_DISKS]; /* write request buffers of the MD device that have been scheduled for write */
135 struct page *bh_page[MD_SB_DISKS]; /* saved bh_cache[n]->b_page when reading around the cache */
136 unsigned long sector; /* sector of this row */
[all …]