Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
Dcuse_lowlevel.c24 struct cuse_lowlevel_ops clop; member
35 return &req->se->cuse_data->clop; in req_clop()
116 const struct cuse_lowlevel_ops *clop) in cuse_prep_data() argument
136 memcpy(&cd->clop, clop, sizeof(cd->clop)); in cuse_prep_data()
149 const struct cuse_lowlevel_ops *clop, in cuse_lowlevel_new() argument
156 cd = cuse_prep_data(ci, clop); in cuse_lowlevel_new()
161 lop.init = clop->init; in cuse_lowlevel_new()
162 lop.destroy = clop->destroy; in cuse_lowlevel_new()
163 lop.open = clop->open ? cuse_fll_open : NULL; in cuse_lowlevel_new()
164 lop.read = clop->read ? cuse_fll_read : NULL; in cuse_lowlevel_new()
[all …]
/third_party/libfuse/include/
Dcuse_lowlevel.h70 const struct cuse_lowlevel_ops *clop,
75 const struct cuse_lowlevel_ops *clop,
81 const struct cuse_lowlevel_ops *clop, void *userdata);