Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-sysfs.c228 #define QUEUE_SYSFS_BIT_FNS(name, flag, neg) \ macro
256 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);
257 QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0);
258 QUEUE_SYSFS_BIT_FNS(iostats, IO_STAT, 0);
259 #undef QUEUE_SYSFS_BIT_FNS