Searched defs:fuse_init_out (Results 1 – 1 of 1) sorted by relevance
868 struct fuse_init_out { struct869 uint32_t major;870 uint32_t minor;871 uint32_t max_readahead;872 uint32_t flags;873 uint16_t max_background;874 uint16_t congestion_threshold;875 uint32_t max_write;876 uint32_t time_gran;877 uint16_t max_pages;[all …]