Lines Matching refs:fuse_operations
324 struct fuse_operations {
904 * `struct fuse_operations.init` handler.
910 int fuse_main(int argc, char *argv[], const struct fuse_operations *op,
954 * @param op_size the size of the fuse_operations structure
957 * `struct fuse_operations.init` handler.
961 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op,
966 struct fuse *fuse_new(struct fuse_args *args, const struct fuse_operations *op,
970 const struct fuse_operations *op,
1057 * fuse_operations record.
1062 * in the callback function of fuse_operations is also thread-safe.
1133 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
1285 * @param op_size the size of the fuse_operations structure
1288 * `struct fuse_operations.init` handler.
1291 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,