Searched defs:fuse_init_out (Results 1 – 2 of 2) sorted by relevance
805 struct fuse_init_out { struct806 uint32_t major;807 uint32_t minor;808 uint32_t max_readahead;809 uint32_t flags;810 uint16_t max_background;811 uint16_t congestion_threshold;812 uint32_t max_write;813 uint32_t time_gran;814 uint16_t max_pages;[all …]
369 struct fuse_init_out { struct370 __u32 major;371 __u32 minor;372 __u32 max_readahead;373 __u32 flags;374 __u32 unused;375 __u32 max_write;