Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
Dcuse_lowlevel.c33 static struct cuse_lowlevel_ops *req_clop(fuse_req_t req) in req_clop() function
42 req_clop(req)->open(req, fi); in cuse_fll_open()
49 req_clop(req)->read(req, size, off, fi); in cuse_fll_read()
56 req_clop(req)->write(req, buf, size, off, fi); in cuse_fll_write()
63 req_clop(req)->flush(req, fi); in cuse_fll_flush()
70 req_clop(req)->release(req, fi); in cuse_fll_release()
77 req_clop(req)->fsync(req, datasync, fi); in cuse_fll_fsync()
85 req_clop(req)->ioctl(req, cmd, arg, fi, flags, in_buf, in_bufsz, in cuse_fll_ioctl()
93 req_clop(req)->poll(req, fi, ph); in cuse_fll_poll()
202 struct cuse_lowlevel_ops *clop = req_clop(req); in cuse_lowlevel_init()