Searched defs:fuse_init_out (Results 1 – 1 of 1) sorted by relevance
914 struct fuse_init_out { struct915 uint32_t major;916 uint32_t minor;917 uint32_t max_readahead;918 uint32_t flags;919 uint16_t max_background;920 uint16_t congestion_threshold;921 uint32_t max_write;922 uint32_t time_gran;923 uint16_t max_pages;[all …]