Searched defs:fuse_init_out (Results 1 – 1 of 1) sorted by relevance
899 struct fuse_init_out { struct900 uint32_t major;901 uint32_t minor;902 uint32_t max_readahead;903 uint32_t flags;904 uint16_t max_background;905 uint16_t congestion_threshold;906 uint32_t max_write;907 uint32_t time_gran;908 uint16_t max_pages;[all …]