Searched defs:fuse_init_out (Results 1 – 1 of 1) sorted by relevance
622 struct fuse_init_out { struct623 uint32_t major;624 uint32_t minor;625 uint32_t max_readahead;626 uint32_t flags;627 uint16_t max_background;628 uint16_t congestion_threshold;629 uint32_t max_write;630 uint32_t time_gran;631 uint16_t max_pages;[all …]