Home
last modified time | relevance | path

Searched refs:make_request (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd-linear.c271 pr_err("md/linear:%s: make_request: Sector %llu out of bounds on dev %s: %llu sectors, offset %llu\n", in linear_make_request()
295 .make_request = linear_make_request,
H A Dmd-faulty.c339 .make_request = faulty_make_request,
H A Dmd.h567 bool __must_check (*make_request)(struct mddev *mddev, struct bio *bio); member
H A Dmd-multipath.c451 .make_request = multipath_make_request,
H A Draid0.c813 .make_request = raid0_make_request,
H A Draid5.c5257 /* We delay this until after ops_run_io so that if make_request in handle_stripe()
8690 .make_request = raid5_make_request,
8714 .make_request = raid5_make_request,
8739 .make_request = raid5_make_request,
H A Draid1.c1246 * make_request() can abort the operation when read-ahead is being in raid1_read_request()
3359 .make_request = raid1_make_request,
H A Draid10.c4898 .make_request = raid10_make_request,
H A Dmd.c409 /* Rather than calling directly into the personality make_request function,
412 * We hold a refcount over the call to ->make_request. By the time that
451 if (!mddev->pers->make_request(mddev, bio)) { in md_handle_request()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-faulty.c341 .make_request = faulty_make_request,
H A Dmd-linear.c260 pr_err("md/linear:%s: make_request: Sector %llu out of bounds on dev %pg: %llu sectors, offset %llu\n", in linear_make_request()
294 .make_request = linear_make_request,
H A Dmd.h622 bool __must_check (*make_request)(struct mddev *mddev, struct bio *bio); member
H A Dmd-multipath.c445 .make_request = multipath_make_request,
H A Draid0.c808 .make_request = raid0_make_request,
H A Draid5.c5372 /* We delay this until after ops_run_io so that if make_request in handle_stripe()
9077 .make_request = raid5_make_request,
9102 .make_request = raid5_make_request,
9128 .make_request = raid5_make_request,
H A Draid1.c1265 * make_request() can abort the operation when read-ahead is being in raid1_read_request()
3389 .make_request = raid1_make_request,
H A Draid10.c5280 .make_request = raid10_make_request,
H A Dmd.c349 /* Rather than calling directly into the personality make_request function,
352 * We hold a refcount over the call to ->make_request. By the time that
393 if (!mddev->pers->make_request(mddev, bio)) { in md_handle_request()

Completed in 74 milliseconds