Home
last modified time | relevance | path

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

/external/libfuse/lib/
Dhelper.c88 #define CONN_OPTION(t, p, v) \ macro
91 CONN_OPTION("max_write=%u", max_write, 0),
92 CONN_OPTION("max_write=", set_max_write, 1),
93 CONN_OPTION("max_readahead=%u", max_readahead, 0),
94 CONN_OPTION("max_readahead=", set_max_readahead, 1),
95 CONN_OPTION("max_background=%u", max_background, 0),
96 CONN_OPTION("max_background=", set_max_background, 1),
97 CONN_OPTION("congestion_threshold=%u", congestion_threshold, 0),
98 CONN_OPTION("congestion_threshold=", set_congestion_threshold, 1),
99 CONN_OPTION("sync_read", sync_read, 1),
[all …]