Searched defs:fuse_conn_info (Results 1 – 1 of 1) sorted by relevance
65 struct fuse_conn_info { struct66 uint32_t proto_major;67 uint32_t proto_minor;68 uint32_t async_read;69 uint32_t max_write;70 uint32_t max_readahead;71 uint32_t capable;72 uint32_t want;73 uint32_t max_background;74 uint32_t congestion_threshold;[all …]