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

/linux-master/include/uapi/linux/
H A Dblkzoned.h43 * @BLK_ZONE_COND_IMP_OPEN: The zone is open, but not explicitly opened.
55 * - ZC2: Implicit Open | BLK_ZONE_COND_IMP_OPEN
68 BLK_ZONE_COND_IMP_OPEN = 0x2, enumerator in enum:blk_zone_cond
/linux-master/drivers/block/null_blk/
H A Dzoned.c251 case BLK_ZONE_COND_IMP_OPEN:
288 if (zone->cond == BLK_ZONE_COND_IMP_OPEN) {
421 zone->cond = BLK_ZONE_COND_IMP_OPEN;
435 else if (zone->cond == BLK_ZONE_COND_IMP_OPEN)
468 case BLK_ZONE_COND_IMP_OPEN:
526 case BLK_ZONE_COND_IMP_OPEN:
565 case BLK_ZONE_COND_IMP_OPEN:
/linux-master/drivers/nvme/target/
H A Dzns.c218 [NVME_ZRASF_ZONE_STATE_IMP_OPEN] = BLK_ZONE_COND_IMP_OPEN,
374 case BLK_ZONE_COND_IMP_OPEN:
383 case BLK_ZONE_COND_IMP_OPEN:
/linux-master/drivers/md/
H A Ddm-zone.c158 case BLK_ZONE_COND_IMP_OPEN:
/linux-master/drivers/scsi/
H A Dsd_zbc.c38 case BLK_ZONE_COND_IMP_OPEN:
/linux-master/fs/btrfs/
H A Dzoned.c496 case BLK_ZONE_COND_IMP_OPEN:
964 zone->cond = BLK_ZONE_COND_IMP_OPEN;
/linux-master/fs/zonefs/
H A Dsuper.c1033 (zone->cond == BLK_ZONE_COND_IMP_OPEN ||
/linux-master/drivers/block/
H A Dvirtio_blk.c636 zone.cond = BLK_ZONE_COND_IMP_OPEN;
/linux-master/fs/f2fs/
H A Dsegment.c4965 [BLK_ZONE_COND_IMP_OPEN] = "IMPLICIT_OPEN",

Completed in 385 milliseconds