Searched refs:BLK_ZONE_TYPE_SEQWRITE_REQ (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/uapi/linux/
H A Dblkzoned.h27 * @BLK_ZONE_TYPE_SEQWRITE_REQ: The zone must be written sequentially
34 BLK_ZONE_TYPE_SEQWRITE_REQ = 0x2, enumerator in enum:blk_zone_type
/linux-master/drivers/nvme/host/
H A Dzns.c164 zone.type = BLK_ZONE_TYPE_SEQWRITE_REQ;
/linux-master/drivers/md/
H A Ddm-zone.c193 case BLK_ZONE_TYPE_SEQWRITE_REQ:
H A Ddm-zoned-metadata.c1386 case BLK_ZONE_TYPE_SEQWRITE_REQ:
/linux-master/block/
H A Dblk-zoned.c496 case BLK_ZONE_TYPE_SEQWRITE_REQ:
/linux-master/drivers/block/null_blk/
H A Dzoned.c149 zone->type = BLK_ZONE_TYPE_SEQWRITE_REQ;
/linux-master/fs/zonefs/
H A Dsuper.c885 case BLK_ZONE_TYPE_SEQWRITE_REQ:
/linux-master/fs/f2fs/
H A Dsegment.c4983 if (zone->type != BLK_ZONE_TYPE_SEQWRITE_REQ)
5105 if (zone.type != BLK_ZONE_TYPE_SEQWRITE_REQ)
5160 if (zone.type != BLK_ZONE_TYPE_SEQWRITE_REQ)
/linux-master/drivers/block/
H A Dvirtio_blk.c607 zone.type = BLK_ZONE_TYPE_SEQWRITE_REQ;
/linux-master/fs/btrfs/
H A Dzoned.c490 if (zones[i].type == BLK_ZONE_TYPE_SEQWRITE_REQ)

Completed in 215 milliseconds