Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse_lowlevel.h212 struct fuse_lowlevel_ops { struct
2103 const struct fuse_lowlevel_ops *op,
2112 const struct fuse_lowlevel_ops *op,
2119 const struct fuse_lowlevel_ops *op,
2157 const struct fuse_lowlevel_ops *op, in fuse_session_new()
/external/libfuse/lib/
Dfuse_i.h52 struct fuse_lowlevel_ops op;
Dcuse_lowlevel.c152 struct fuse_lowlevel_ops lop; in cuse_lowlevel_new()
Dfuse_lowlevel.c3300 const struct fuse_lowlevel_ops *op,
3309 if (sizeof(struct fuse_lowlevel_ops) < op_size) {
3311 op_size = sizeof(struct fuse_lowlevel_ops);
3406 const struct fuse_lowlevel_ops *op,
3411 const struct fuse_lowlevel_ops *op,
Dfuse.c4447 static struct fuse_lowlevel_ops fuse_path_ops = {
4910 struct fuse_lowlevel_ops llop = fuse_path_ops; in _fuse_new_317()
/external/libfuse/
DAndroid.patch22 @@ -317,6 +317,18 @@ struct fuse_lowlevel_ops {
/external/erofs-utils/fuse/
Dmain.c501 static struct fuse_lowlevel_ops erofsfuse_lops = {