Lines Matching refs:blk_features_t
287 typedef unsigned int __bitwise blk_features_t; typedef
290 #define BLK_FEAT_WRITE_CACHE ((__force blk_features_t)(1u << 0))
293 #define BLK_FEAT_FUA ((__force blk_features_t)(1u << 1))
296 #define BLK_FEAT_ROTATIONAL ((__force blk_features_t)(1u << 2))
299 #define BLK_FEAT_ADD_RANDOM ((__force blk_features_t)(1u << 3))
302 #define BLK_FEAT_IO_STAT ((__force blk_features_t)(1u << 4))
305 #define BLK_FEAT_STABLE_WRITES ((__force blk_features_t)(1u << 5))
308 #define BLK_FEAT_SYNCHRONOUS ((__force blk_features_t)(1u << 6))
311 #define BLK_FEAT_NOWAIT ((__force blk_features_t)(1u << 7))
314 #define BLK_FEAT_DAX ((__force blk_features_t)(1u << 8))
317 #define BLK_FEAT_POLL ((__force blk_features_t)(1u << 9))
320 #define BLK_FEAT_ZONED ((__force blk_features_t)(1u << 10))
323 #define BLK_FEAT_PCI_P2PDMA ((__force blk_features_t)(1u << 12))
326 #define BLK_FEAT_SKIP_TAGSET_QUIESCE ((__force blk_features_t)(1u << 13))
329 #define BLK_FEAT_BOUNCE_HIGH ((__force blk_features_t)(1u << 14))
333 ((__force blk_features_t)(1u << 15))
337 ((__force blk_features_t)(1u << 16))
360 blk_features_t features;