Searched refs:max_readahead (Results 1 – 7 of 7) sorted by relevance
/third_party/libfuse/lib/ |
D | helper.c | 78 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()
|
D | fuse_lowlevel.c | 1945 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/ |
D | fuse_lowlevel.c | 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()
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_kernel.h | 365 __u32 max_readahead; member 372 __u32 max_readahead; member
|
D | fuse_common.h | 142 unsigned max_readahead; member
|
/third_party/libfuse/include/ |
D | fuse_common.h | 500 unsigned max_readahead; member
|
D | fuse_kernel.h | 796 uint32_t max_readahead; member 808 uint32_t max_readahead; member
|