Home
last modified time | relevance | path

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

/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