Home
last modified time | relevance | path

Searched refs:blk_features_t (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dblkdev.h287 typedef unsigned int __bitwise blk_features_t; typedef
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))
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))
333 ((__force blk_features_t)(1u << 15))
[all …]
/linux/rust/bindings/
A Dbindings_helper.h34 const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = BLK_FEAT_ROTATIONAL;
/linux/block/
A Dblk-sysfs.c214 size_t count, blk_features_t feature) in queue_feature_store()

Completed in 13 milliseconds