Home
last modified time | relevance | path

Searched refs:max_readahead (Results 1 – 7 of 7) sorted by relevance

/third_party/libfuse/lib/
Dhelper.c78 unsigned max_readahead; member
94 CONN_OPTION("max_readahead=%u", max_readahead, 0),
410 conn->max_readahead = opts->max_readahead; in fuse_apply_conn_info_opts()
Dfuse_lowlevel.c1945 arg->max_readahead);
1971 if (arg->max_readahead < se->conn.max_readahead)
1972 se->conn.max_readahead = arg->max_readahead;
2025 se->conn.max_readahead = 0;
2160 outarg.max_readahead = se->conn.max_readahead;
2182 outarg.max_readahead);
3039 se->conn.max_readahead = UINT_MAX;
/third_party/ntfs-3g/libfuse-lite/
Dfuse_lowlevel.c1085 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()
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h365 __u32 max_readahead; member
372 __u32 max_readahead; member
Dfuse_common.h142 unsigned max_readahead; member
/third_party/libfuse/include/
Dfuse_common.h500 unsigned max_readahead; member
Dfuse_kernel.h796 uint32_t max_readahead; member
808 uint32_t max_readahead; member