Searched refs:fuse_new (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse.h | 92 * fuse_new(), and then passed to the file system's init() handler 319 * `fuse_new()`. In this case, methods will only be called if 614 * value provided to fuse_main() / fuse_new(). 878 * fuse_parse_cmdline(), fuse_new(), or fuse_session_new(). 963 #define fuse_new(args, op, size, data) fuse_new_30(args, op, size, data) macro 966 struct fuse *fuse_new(struct fuse_args *args, const struct fuse_operations *op, 972 #define fuse_new(args, op, size, data) fuse_new_31(args, op, size, data) macro
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 492 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
|
/third_party/libfuse/example/ |
H A D | invalidate_path.c | 244 fuse = fuse_new(&args, &xmp_oper, sizeof(xmp_oper), NULL); in main()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 3053 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args, in fuse_new() function
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 4282 fh = fuse_new(ctx->fc, &args , &ntfs_3g_ops, sizeof(ntfs_3g_ops), NULL); in mount_fuse()
|
Completed in 13 milliseconds