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