Home
last modified time | relevance | path

Searched refs:fuse_operations (Results 1 - 17 of 17) sorted by relevance

/third_party/libfuse/include/
H A Dfuse.h324 struct fuse_operations { struct
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 i
[all...]
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h71 struct fuse_operations { struct
488 * @param op_size the size of the fuse_operations structure
493 const struct fuse_operations *op, size_t op_size,
635 * @param op_size the size of the fuse_operations structure
639 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
/third_party/libfuse/test/
H A Drelease_unlink_race.c98 static const struct fuse_operations xmp_oper = {
/third_party/libfuse/example/
H A Dhello.c131 static const struct fuse_operations hello_oper = {
H A Dnull.c107 static const struct fuse_operations null_oper = {
H A Dioctl.c217 static const struct fuse_operations fioc_oper = {
H A Dinvalidate_path.c156 static const struct fuse_operations xmp_oper = {
H A Dpoll.c207 static const struct fuse_operations fsel_oper = {
H A Dpassthrough_fh.c607 static const struct fuse_operations xmp_oper = {
H A Dpassthrough.c509 static const struct fuse_operations xmp_oper = {
/third_party/libfuse/lib/
H A Dfuse_i.h181 struct fuse *fuse_new_31(struct fuse_args *args, const struct fuse_operations *op,
H A Dhelper.c307 int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, in fuse_main_real()
H A Dfuse.c57 struct fuse_operations op;
4814 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new()
4819 if (sizeof(struct fuse_operations) < op_size) { in fuse_fs_new()
4821 op_size = sizeof(struct fuse_operations); in fuse_fs_new()
4883 const struct fuse_operations *op, in fuse_new_31()
5031 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op,
5035 const struct fuse_operations *op, in fuse_new_30()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c73 struct fuse_operations op;
3031 struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size, in fuse_fs_new()
3036 if (sizeof(struct fuse_operations) < op_size) { in fuse_fs_new()
3038 op_size = sizeof(struct fuse_operations); in fuse_fs_new()
3054 const struct fuse_operations *op, size_t op_size, in fuse_new()
/third_party/libfuse/lib/modules/
H A Dsubdir.c574 static const struct fuse_operations subdir_oper = {
H A Diconv.c593 static const struct fuse_operations iconv_oper = {
/third_party/ntfs-3g/src/
H A Dntfs-3g.c3946 static struct fuse_operations ntfs_3g_ops = {

Completed in 26 milliseconds