Lines Matching defs:fuse_ll
38 struct fuse_ll;
41 struct fuse_ll *f;
61 struct fuse_ll {
156 struct fuse_ll *f = req->f;
956 static int find_interrupted(struct fuse_ll *f, struct fuse_req *req)
993 struct fuse_ll *f = req->f;
1009 static struct fuse_req *check_interrupt(struct fuse_ll *f, struct fuse_req *req)
1077 struct fuse_ll *f = req->f;
1190 struct fuse_ll *f = req->f;
1290 struct fuse_ll *f = (struct fuse_ll *) data;
1347 { "debug", offsetof(struct fuse_ll, debug), 1 },
1348 { "-d", offsetof(struct fuse_ll, debug), 1 },
1349 { "allow_root", offsetof(struct fuse_ll, allow_root), 1 },
1350 { "max_write=%u", offsetof(struct fuse_ll, conn.max_write), 0 },
1351 { "max_readahead=%u", offsetof(struct fuse_ll, conn.max_readahead), 0 },
1352 { "async_read", offsetof(struct fuse_ll, conn.async_read), 1 },
1353 { "sync_read", offsetof(struct fuse_ll, conn.async_read), 0 },
1409 struct fuse_ll *f = (struct fuse_ll *) data;
1424 struct fuse_ll *f;
1436 f = (struct fuse_ll *) calloc(1, sizeof(struct fuse_ll));