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