Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.h26 #define STORE_SINGLE 0x0001 macro
48 {"num_filesystems", NULL, TYPE_DEPRECATED, STORE_SINGLE}, \
49 {"num_threadgroups", NULL, TYPE_DEPRECATED, STORE_SINGLE}, \
50 {"verbose", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
51 {"time", NULL, TYPE_U32, STORE_SINGLE}, \
52 {"directio", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
53 {"bufferio", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
54 {"alignio", NULL, TYPE_BOOLEAN, STORE_SINGLE}, \
55 {"callout", NULL, TYPE_STRING, STORE_SINGLE}, \
59 {"bindfs", NULL, TYPE_STRING, STORE_SINGLE}, \
[all …]
Dparser.c386 if (options->storage_type == STORE_SINGLE) in set_option()