Searched refs:blk_features_t (Results 1 – 1 of 1) sorted by relevance
300 typedef unsigned int __bitwise blk_features_t; typedef306 #define BLK_FEAT_FUA ((__force blk_features_t)(1u << 1))309 #define BLK_FEAT_ROTATIONAL ((__force blk_features_t)(1u << 2))315 #define BLK_FEAT_IO_STAT ((__force blk_features_t)(1u << 4))324 #define BLK_FEAT_NOWAIT ((__force blk_features_t)(1u << 7))327 #define BLK_FEAT_DAX ((__force blk_features_t)(1u << 8))330 #define BLK_FEAT_POLL ((__force blk_features_t)(1u << 9))333 #define BLK_FEAT_ZONED ((__force blk_features_t)(1u << 10))343 ((__force blk_features_t)(1u << 15))347 ((__force blk_features_t)(1u << 16))[all …]
Completed in 9 milliseconds