Searched refs:CONN_OPTION (Results 1 – 1 of 1) sorted by relevance
/third_party/libfuse/lib/ |
D | helper.c | 89 #define CONN_OPTION(t, p, v) \ macro 92 CONN_OPTION("max_write=%u", max_write, 0), 93 CONN_OPTION("max_write=", set_max_write, 1), 94 CONN_OPTION("max_readahead=%u", max_readahead, 0), 95 CONN_OPTION("max_readahead=", set_max_readahead, 1), 96 CONN_OPTION("max_background=%u", max_background, 0), 97 CONN_OPTION("max_background=", set_max_background, 1), 98 CONN_OPTION("congestion_threshold=%u", congestion_threshold, 0), 99 CONN_OPTION("congestion_threshold=", set_congestion_threshold, 1), 100 CONN_OPTION("sync_read", sync_read, 1), [all …]
|