Searched refs:REQ_OP_ZONE_APPEND (Results 1 - 16 of 16) sorted by last modified time

/linux-master/drivers/nvme/host/
H A Dcore.c409 req_op(req) == REQ_OP_ZONE_APPEND) {
1041 case REQ_OP_ZONE_APPEND:
/linux-master/drivers/block/
H A Dublk_drv.c384 case REQ_OP_ZONE_APPEND:
922 (op_is_zone_mgmt(op) || op == REQ_OP_ZONE_APPEND))
1352 if (req_op(req) == REQ_OP_ZONE_APPEND)
1754 } else if (req_op(req) != REQ_OP_ZONE_APPEND && ub_cmd->addr) {
1867 req_op(req) == REQ_OP_ZONE_APPEND) &&
H A Dvirtio_blk.c288 case REQ_OP_ZONE_APPEND:
344 if (req_op(req) == REQ_OP_ZONE_APPEND)
/linux-master/drivers/scsi/
H A Dsd.c
H A Dsd_zbc.c
/linux-master/drivers/md/
H A Ddm.c1309 * operations, REQ_OP_ZONE_APPEND (zone append writes) and any bio serviced by
1344 BUG_ON(bio_op(bio) == REQ_OP_ZONE_APPEND);
H A Ddm-zone.c307 bio_op(clone) == REQ_OP_ZONE_APPEND) {
/linux-master/block/
H A Dblk-core.c779 bio_op(bio) != REQ_OP_ZONE_APPEND))
811 case REQ_OP_ZONE_APPEND:
H A Dblk.h150 if (req_op(rq) == REQ_OP_ZONE_APPEND)
417 return bio_op(bio) == REQ_OP_ZONE_APPEND ||
433 if (req_op(rq) == REQ_OP_ZONE_APPEND || bio_zone_write_plugging(bio))
H A Dblk-mq.c
H A Dbio.c1065 if (WARN_ON_ONCE(bio_op(bio) != REQ_OP_ZONE_APPEND))
1193 if (bio_op(bio) == REQ_OP_ZONE_APPEND) {
1306 if (bio_op(bio) == REQ_OP_ZONE_APPEND) {
1663 if (WARN_ON_ONCE(bio_op(bio) == REQ_OP_ZONE_APPEND))
/linux-master/include/linux/
H A Dblk_types.h330 REQ_OP_ZONE_APPEND = (__force blk_opf_t)7,
342 REQ_OP_ZONE_APPEND = (__force blk_opf_t)7, enumerator in enum:req_op
/linux-master/fs/btrfs/
H A Dvolumes.h644 case REQ_OP_ZONE_APPEND:
H A Dbio.c381 if (bio_op(bio) == REQ_OP_ZONE_APPEND && !bio->bi_status)
424 if (bio_op(bio) == REQ_OP_ZONE_APPEND && !bio->bi_status)
438 } else if (bio_op(bio) == REQ_OP_ZONE_APPEND) {
463 if (bio_op(bio) == REQ_OP_ZONE_APPEND) {
715 bio->bi_opf |= REQ_OP_ZONE_APPEND;
/linux-master/drivers/nvme/target/
H A Dzns.c536 const blk_opf_t opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE;
/linux-master/drivers/block/null_blk/
H A Dzoned.c692 case REQ_OP_ZONE_APPEND:

Completed in 472 milliseconds