Searched refs:QUEUE_LIM_RO_ENTRY (Results 1 – 1 of 1) sorted by relevance
| /linux/block/ |
| H A D | blk-sysfs.c | 597 #define QUEUE_LIM_RO_ENTRY(_prefix, _name) \ macro 614 QUEUE_LIM_RO_ENTRY(queue_max_hw_sectors, "max_hw_sectors_kb"); 615 QUEUE_LIM_RO_ENTRY(queue_max_segments, "max_segments"); 616 QUEUE_LIM_RO_ENTRY(queue_max_integrity_segments, "max_integrity_segments"); 617 QUEUE_LIM_RO_ENTRY(queue_max_segment_size, "max_segment_size"); 618 QUEUE_LIM_RO_ENTRY(queue_max_write_streams, "max_write_streams"); 619 QUEUE_LIM_RO_ENTRY(queue_write_stream_granularity, "write_stream_granularity"); 622 QUEUE_LIM_RO_ENTRY(queue_logical_block_size, "logical_block_size"); 623 QUEUE_LIM_RO_ENTRY(queue_physical_block_size, "physical_block_size"); 624 QUEUE_LIM_RO_ENTRY(queue_chunk_sectors, "chunk_sectors"); [all …]
|