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