Searched defs:fuse_init_out (Results 1 – 1 of 1) sorted by relevance
774 struct fuse_init_out { struct775 uint32_t major;776 uint32_t minor;777 uint32_t max_readahead;778 uint32_t flags;779 uint16_t max_background;780 uint16_t congestion_threshold;781 uint32_t max_write;782 uint32_t time_gran;783 uint16_t max_pages;[all …]