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