Searched refs:QUEUE_SYSFS_BIT_FNS (Results 1 – 1 of 1) sorted by relevance
| /linux/block/ |
| A D | blk-sysfs.c | 277 #define QUEUE_SYSFS_BIT_FNS(name, flag, neg) \ macro 303 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1); 304 QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0); 305 QUEUE_SYSFS_BIT_FNS(iostats, IO_STAT, 0); 306 QUEUE_SYSFS_BIT_FNS(stable_writes, STABLE_WRITES, 0); 307 #undef QUEUE_SYSFS_BIT_FNS
|
Completed in 8 milliseconds