Home
last modified time | relevance | path

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

/block/
Dblk-sysfs.c253 #define QUEUE_SYSFS_BIT_FNS(name, flag, neg) \ macro
279 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);
280 QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0);
281 QUEUE_SYSFS_BIT_FNS(iostats, IO_STAT, 0);
282 #undef QUEUE_SYSFS_BIT_FNS