Searched refs:fuse_operations (Results 1 – 11 of 11) sorted by relevance
/external/libfuse/include/ |
D | fuse.h | 299 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/ |
D | compiler_options.h | 32 bool fuse_operations = true; member
|
D | compiler.cc | 141 if (options_.fuse_operations) { in Compile()
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | fuse_mnt.c | 101 static struct fuse_operations memfd_ops = {
|
/external/libfuse/lib/ |
D | fuse_i.h | 129 struct fuse *fuse_new_31(struct fuse_args *args, const struct fuse_operations *op,
|
D | helper.c | 279 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, in fuse_main_real()
|
D | fuse.c | 61 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/ |
D | main.c | 89 static struct fuse_operations erofs_ops = {
|
/external/libfuse/lib/modules/ |
D | subdir.c | 574 static const struct fuse_operations subdir_oper = {
|
D | iconv.c | 592 static const struct fuse_operations iconv_oper = {
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 3577 static struct fuse_operations fs_ops = {
|