Searched refs:BLK_ZONE_COND_NOT_WP (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Dblkzoned.h41 * @BLK_ZONE_COND_NOT_WP: The zone has no write pointer, it is conventional.
66 BLK_ZONE_COND_NOT_WP = 0x0, enumerator in enum:blk_zone_cond
/linux-master/drivers/md/
H A Ddm-zone.c165 case BLK_ZONE_COND_NOT_WP:
/linux-master/block/
H A Dblk-zoned.c168 case BLK_ZONE_COND_NOT_WP:
/linux-master/drivers/block/null_blk/
H A Dzoned.c133 zone->cond = BLK_ZONE_COND_NOT_WP;
/linux-master/fs/zonefs/
H A Dsuper.c386 zone.cond = BLK_ZONE_COND_NOT_WP;
/linux-master/drivers/block/
H A Dvirtio_blk.c639 zone.cond = BLK_ZONE_COND_NOT_WP;
/linux-master/fs/btrfs/
H A Dzoned.c210 zones[i].cond = BLK_ZONE_COND_NOT_WP;
/linux-master/fs/f2fs/
H A Dsegment.c4963 [BLK_ZONE_COND_NOT_WP] = "NOT_WP",

Completed in 172 milliseconds