Searched defs:stripe_head (Results 1 – 1 of 1) sorted by relevance
127 struct stripe_head { struct128 struct stripe_head *hash_next, **hash_pprev; /* hash pointers */ argument129 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 …]