Searched refs:BLK_STS_OK (Results 1 - 25 of 76) sorted by path

1234

/linux-master/arch/um/drivers/
H A Dubd_kern.c1313 int ret = 0, res = BLK_STS_OK;
1390 return BLK_STS_OK;
/linux-master/block/
H A Dbio-integrity.c391 blk_status_t ret = BLK_STS_OK;
H A Dblk-core.c153 [BLK_STS_OK] = { 0, "" },
611 return BLK_STS_OK;
784 status = BLK_STS_OK;
813 if (status != BLK_STS_OK)
H A Dblk-crypto-fallback.c298 if (blk_st != BLK_STS_OK) {
401 if (blk_st != BLK_STS_OK) {
H A Dblk-crypto-internal.h171 return BLK_STS_OK;
H A Dblk-crypto-profile.c245 * Return: BLK_STS_OK on success, meaning that either a keyslot was allocated or
263 return BLK_STS_OK;
316 return BLK_STS_OK;
H A Dblk-flush.c243 if (fq->rq_status != BLK_STS_OK) {
245 fq->rq_status = BLK_STS_OK;
H A Dblk-integrity.c331 return BLK_STS_OK;
H A Dblk-mq.c802 trace_block_rq_complete(req, BLK_STS_OK, total_bytes);
880 error == BLK_STS_OK)
909 } else if (bio_is_zone_append(bio) && error == BLK_STS_OK) {
2006 blk_status_t ret = BLK_STS_OK;
2039 case BLK_STS_OK:
2056 if (!list_empty(list) || ret != BLK_STS_OK)
2579 case BLK_STS_OK:
2638 case BLK_STS_OK:
2657 return BLK_STS_OK;
2670 blk_status_t ret = BLK_STS_OK;
[all...]
H A Dblk-zoned.c1246 if (bio->bi_status != BLK_STS_OK) {
H A Dbsg-lib.c166 blk_mq_end_request(rq, BLK_STS_OK);
293 sts = BLK_STS_OK;
H A Dt10-pi.c57 return BLK_STS_OK;
109 return BLK_STS_OK;
324 return BLK_STS_OK;
381 return BLK_STS_OK;
/linux-master/drivers/block/
H A Damiflop.c1501 return BLK_STS_OK;
1522 return BLK_STS_OK;
H A Dataflop.c850 fd_end_request_cur(BLK_STS_OK);
1255 fd_end_request_cur(BLK_STS_OK);
1581 return BLK_STS_OK;
H A Dfloppy.c2883 return BLK_STS_OK;
H A Dloop.c338 blk_status_t ret = BLK_STS_OK;
352 blk_update_request(rq, BLK_STS_OK, cmd->ret);
1876 return BLK_STS_OK;
H A Dnbd.c809 if (cmd->status != BLK_STS_OK) {
1031 cmd->status = BLK_STS_OK;
1119 ret = BLK_STS_OK;
H A Dps3disk.c139 return BLK_STS_OK;
160 return BLK_STS_OK;
H A Drbd.c4812 return BLK_STS_OK;
/linux-master/drivers/block/aoe/
H A Daoeblk.c268 return BLK_STS_OK;
H A Daoecmd.c1034 blk_status_t err = BLK_STS_OK;
1044 } while (blk_update_request(rq, bok ? BLK_STS_OK : BLK_STS_IOERR, bio->bi_iter.bi_size));
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c3329 return BLK_STS_OK;
/linux-master/drivers/block/null_blk/
H A Dmain.c1167 return BLK_STS_OK;
1250 blk_status_t sts = BLK_STS_OK;
1278 return BLK_STS_OK;
1342 if (ret != BLK_STS_OK)
1349 return BLK_STS_OK;
1370 if (cmd->error == BLK_STS_OK)
1579 cmd->error = BLK_STS_OK;
1593 return BLK_STS_OK;
1599 if (sts != BLK_STS_OK)
1609 return BLK_STS_OK;
[all...]
H A Dzoned.c276 return BLK_STS_OK;
280 return BLK_STS_OK;
288 return BLK_STS_OK;
291 return BLK_STS_OK;
294 if (null_check_active(dev) == BLK_STS_OK) {
296 return BLK_STS_OK;
324 if (ret != BLK_STS_OK)
384 if (ret != BLK_STS_OK) {
402 if (ret != BLK_STS_OK)
418 ret = BLK_STS_OK;
[all...]
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c1148 return BLK_STS_OK;

Completed in 622 milliseconds

1234