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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dfaulty.c172 static int make_request(mddev_t *mddev, struct bio *bio) function
342 .make_request = make_request,
H A Dlinear.c312 "md/linear:%s: make_request: Sector %llu out of bounds on "
363 .make_request = linear_make_request,
H A Dmd.h375 int (*make_request)(mddev_t *mddev, struct bio *bio); member in struct:mdk_personality
H A Draid10.c789 static int make_request(mddev_t *mddev, struct bio * bio) function
825 /* Each of these 'make_request' calls will call 'wait_barrier'.
837 if (make_request(mddev, &bp->bio1))
839 if (make_request(mddev, &bp->bio2))
850 printk("md/raid10:%s: make_request bug: can't convert block across chunks"
2494 .make_request = make_request,
H A Dmultipath.c557 .make_request = multipath_make_request,
H A Draid0.c530 printk("md/raid0:%s: make_request bug: can't convert block across chunks"
680 .make_request = raid0_make_request,
H A Draid1.c778 static int make_request(mddev_t *mddev, struct bio * bio) function
837 * make_request() can abort the operation when READA is being
2354 .make_request = make_request,
H A Draid5.c3283 /* We delay this until after ops_run_io so that if make_request
3585 /* We delay this until after ops_run_io so that if make_request
3971 static int make_request(mddev_t *mddev, struct bio * bi) function
4044 pr_debug("raid456: make_request, sector %llu logical %llu\n",
5968 .make_request = make_request,
5990 .make_request = make_request,
6013 .make_request = make_request,
[all...]
H A Dmd.c210 /* Rather than calling directly into the personality make_request function,
213 * We hold a refcount over the call to ->make_request. By the time that
250 * go away inside make_request
253 rv = mddev->pers->make_request(mddev, bio);
367 if (mddev->pers->make_request(mddev, bio))

Completed in 107 milliseconds