Home
last modified time | relevance | path

Searched refs:max_max_write (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.hh80 const uint32_t max_max_write = 0x20000; variable
158 max_max_write + 0x1000 - sizeof(struct fuse_in_header)
H A Dmockfs.cc435 m_maxwrite(MIN(max_write, max_max_write)), in MockFS()