Searched refs:max_readahead (Results 1 – 3 of 3) sorted by relevance
1085 fprintf(stderr, "max_readahead=0x%08x\n", arg->max_readahead); in do_init()1101 if (arg->max_readahead < f->conn.max_readahead) in do_init()1102 f->conn.max_readahead = arg->max_readahead; in do_init()1115 f->conn.max_readahead = 0; in do_init()1175 outarg.max_readahead = f->conn.max_readahead; in do_init()1181 fprintf(stderr, " max_readahead=0x%08x\n", outarg.max_readahead); in do_init()1351 { "max_readahead=%u", offsetof(struct fuse_ll, conn.max_readahead), 0 },1444 f->conn.max_readahead = UINT_MAX; in fuse_lowlevel_new()
365 __u32 max_readahead; member372 __u32 max_readahead; member
142 unsigned max_readahead; member