Searched refs:mp_bh (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-multipath.c | 51 static void multipath_reschedule_retry (struct multipath_bh *mp_bh) in multipath_reschedule_retry() argument 54 struct mddev *mddev = mp_bh->mddev; in multipath_reschedule_retry() 58 list_add(&mp_bh->retry_list, &conf->retry_list); in multipath_reschedule_retry() 68 static void multipath_end_bh_io(struct multipath_bh *mp_bh, blk_status_t status) in multipath_end_bh_io() argument 70 struct bio *bio = mp_bh->master_bio; in multipath_end_bh_io() 71 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() 75 mempool_free(mp_bh, &conf->pool); in multipath_end_bh_io() 80 struct multipath_bh *mp_bh = bio->bi_private; in multipath_end_request() local 81 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_request() 82 struct md_rdev *rdev = conf->multipaths[mp_bh in multipath_end_request() 104 struct multipath_bh * mp_bh; multipath_make_request() local 294 struct multipath_bh *mp_bh; multipathd() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-multipath.c | 51 static void multipath_reschedule_retry (struct multipath_bh *mp_bh) in multipath_reschedule_retry() argument 54 struct mddev *mddev = mp_bh->mddev; in multipath_reschedule_retry() 58 list_add(&mp_bh->retry_list, &conf->retry_list); in multipath_reschedule_retry() 68 static void multipath_end_bh_io(struct multipath_bh *mp_bh, blk_status_t status) in multipath_end_bh_io() argument 70 struct bio *bio = mp_bh->master_bio; in multipath_end_bh_io() 71 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_bh_io() 75 mempool_free(mp_bh, &conf->pool); in multipath_end_bh_io() 80 struct multipath_bh *mp_bh = bio->bi_private; in multipath_end_request() local 81 struct mpconf *conf = mp_bh->mddev->private; in multipath_end_request() 82 struct md_rdev *rdev = conf->multipaths[mp_bh in multipath_end_request() 103 struct multipath_bh * mp_bh; multipath_make_request() local 289 struct multipath_bh *mp_bh; multipathd() local [all...] |
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | bmap.c | 37 struct buffer_head *mp_bh[GFS2_MAX_META_HEIGHT]; member 259 struct buffer_head *bh = mp->mp_bh[height]; in metaptr1() 283 const struct buffer_head *bh = mp->mp_bh[height]; in metaend() 293 get_bh(clone->mp_bh[hgt]); in clone_metapath() 331 ret = gfs2_meta_indirect_buffer(ip, x + 1, dblock, &mp->mp_bh[x + 1]); in __fillup_metapath() 345 * hooked onto mp->mp_bh[0] and that the metapath has been initialised 351 * added to the mp->mp_bh[] list. 380 if (mp->mp_bh[x]) in fillup_metapath() 408 if (mp->mp_bh[i] == NULL) in release_metapath() 410 brelse(mp->mp_bh[ in release_metapath() [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | bmap.c | 37 struct buffer_head *mp_bh[GFS2_MAX_META_HEIGHT]; member 259 struct buffer_head *bh = mp->mp_bh[height]; in metaptr1() 283 const struct buffer_head *bh = mp->mp_bh[height]; in metaend() 293 get_bh(clone->mp_bh[hgt]); in clone_metapath() 330 ret = gfs2_meta_buffer(ip, GFS2_METATYPE_IN, dblock, &mp->mp_bh[x + 1]); in __fillup_metapath() 344 * hooked onto mp->mp_bh[0] and that the metapath has been initialised 350 * added to the mp->mp_bh[] list. 379 if (mp->mp_bh[x]) in fillup_metapath() 407 if (mp->mp_bh[i] == NULL) in release_metapath() 409 brelse(mp->mp_bh[ in release_metapath() [all...] |
Completed in 5 milliseconds