Home
last modified time | relevance | path

Searched refs:fuse_new (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h492 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c3053 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args, in fuse_new() function
/third_party/ntfs-3g/src/
Dntfs-3g.c4281 fh = fuse_new(ctx->fc, &args , &ntfs_3g_ops, sizeof(ntfs_3g_ops), NULL); in mount_fuse()