Home
last modified time | relevance | path

Searched defs:fuse_init_out (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h726 struct fuse_init_out { struct
727 uint32_t major;
728 uint32_t minor;
729 uint32_t max_readahead;
730 uint32_t flags;
731 uint16_t max_background;
732 uint16_t congestion_threshold;
733 uint32_t max_write;
734 uint32_t time_gran;
735 uint16_t max_pages;
[all …]