Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse.h299 struct fuse_operations { struct
917 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op,
921 struct fuse *fuse_new(struct fuse_args *args, const struct fuse_operations *op,
1074 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
1226 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dcompiler_options.h32 bool fuse_operations = true; member
Dcompiler.cc141 if (options_.fuse_operations) { in Compile()
/external/linux-kselftest/tools/testing/selftests/memfd/
Dfuse_mnt.c101 static struct fuse_operations memfd_ops = {
/external/libfuse/lib/
Dfuse_i.h129 struct fuse *fuse_new_31(struct fuse_args *args, const struct fuse_operations *op,
Dhelper.c279 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, in fuse_main_real()
Dfuse.c61 struct fuse_operations op;
4806 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new()
4811 if (sizeof(struct fuse_operations) < op_size) { in fuse_fs_new()
4813 op_size = sizeof(struct fuse_operations); in fuse_fs_new()
4875 const struct fuse_operations *op, in fuse_new_31()
5025 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op,
5029 const struct fuse_operations *op, in fuse_new_30()
/external/erofs-utils/fuse/
Dmain.c89 static struct fuse_operations erofs_ops = {
/external/libfuse/lib/modules/
Dsubdir.c574 static const struct fuse_operations subdir_oper = {
Diconv.c592 static const struct fuse_operations iconv_oper = {
/external/e2fsprogs/misc/
Dfuse2fs.c3577 static struct fuse_operations fs_ops = {