Lines Matching refs:req_clop
33 static struct cuse_lowlevel_ops *req_clop(fuse_req_t req)
42 req_clop(req)->open(req, fi);
49 req_clop(req)->read(req, size, off, fi);
56 req_clop(req)->write(req, buf, size, off, fi);
63 req_clop(req)->flush(req, fi);
70 req_clop(req)->release(req, fi);
77 req_clop(req)->fsync(req, datasync, fi);
85 req_clop(req)->ioctl(req, cmd, arg, fi, flags, in_buf, in_bufsz,
93 req_clop(req)->poll(req, fi, ph);
202 struct cuse_lowlevel_ops *clop = req_clop(req);