Home
last modified time | relevance | path

Searched refs:fuse_opt_parse (Results 1 - 23 of 23) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_opt.h81 * Offset of variable within 'data' parameter of fuse_opt_parse()
173 * @param data is the user data passed to the fuse_opt_parse() function
185 * If 'args' was returned from a previous call to fuse_opt_parse() or
202 int fuse_opt_parse(struct fuse_args *args, void *data,
/third_party/libfuse/include/
H A Dfuse_opt.h82 * Offset of variable within 'data' parameter of fuse_opt_parse()
174 * @param data is the user data passed to the fuse_opt_parse() function
186 * If 'args' was returned from a previous call to fuse_opt_parse() or
203 int fuse_opt_parse(struct fuse_args *args, void *data,
/third_party/libfuse/lib/
H A Dhelper.c216 if (fuse_opt_parse(args, opts, fuse_helper_opts, in fuse_parse_cmdline_312()
454 if(fuse_opt_parse(args, opts, conn_info_opt_spec, NULL) == -1) { in fuse_parse_conn_info_opts()
H A Dmount_bsd.c271 fuse_opt_parse(args, mo, fuse_mount_opts, fuse_mount_opt_proc) == -1) in parse_mount_opts()
H A Dfuse_opt.c398 int fuse_opt_parse(struct fuse_args *args, void *data, in fuse_opt_parse() function
H A Dcuse_lowlevel.c285 res = fuse_opt_parse(&args, NULL, kill_subtype_opts, NULL); in cuse_lowlevel_setup()
H A Dmount.c597 fuse_opt_parse(args, mo, fuse_mount_opts, fuse_mount_opt_proc) == -1) in parse_mount_opts()
H A Dfuse.c4736 if (fuse_opt_parse(args, &conf, fuse_help_opts, in fuse_lib_help()
4903 if (fuse_opt_parse(args, &f->conf, fuse_lib_opts, in fuse_new_31()
5048 if (fuse_opt_parse(args, &conf, opts, in fuse_new_30()
H A Dfuse_lowlevel.c3042 if(fuse_opt_parse(args, se, fuse_ll_opts, NULL) == -1)
/third_party/libfuse/example/
H A Dhello.c36 * fuse_opt_parse would attempt to free() them when the user specifies
156 fuse_opt_parse can free the defaults if other in main()
162 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
H A Dcuse.c299 if (fuse_opt_parse(&args, &param, cusexmp_opts, cusexmp_process_arg)) { in main()
H A Dinvalidate_path.c221 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
H A Dnotify_store_retrieve.c357 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
H A Dnotify_inval_entry.c314 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
H A Dnotify_inval_inode.c296 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
H A Dpassthrough_ll.c1222 if (fuse_opt_parse(&args, &lo, lo_opts, NULL)== -1) in main()
/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c634 fuse_opt_parse(args, &mo, fuse_mount_opts, fuse_mount_opt_proc) == -1) in fuse_kern_mount()
648 if (fuse_opt_parse(&sa, &smo, solaris_mnt_opts, NULL) == -1) in fuse_kern_mount()
H A Dfuse_opt.c357 int fuse_opt_parse(struct fuse_args *args, void *data, in fuse_opt_parse() function
H A Dfuse_lowlevel.c1449 if (fuse_opt_parse(args, f, fuse_ll_opts, fuse_ll_opt_proc) == -1) in fuse_lowlevel_new()
H A Dfuse.c3089 if (fuse_opt_parse(args, &f->conf, fuse_lib_opts, fuse_lib_opt_proc) == -1) in fuse_new()
/third_party/libfuse/test/
H A Dtest_write_cache.c248 assert(fuse_opt_parse(&args, &options, option_spec, NULL) == 0); in main()
/third_party/libfuse/lib/modules/
H A Dsubdir.c654 if (fuse_opt_parse(args, d, subdir_opts, subdir_opt_proc) == -1) in subdir_new()
H A Diconv.c686 if (fuse_opt_parse(args, ic, iconv_opts, iconv_opt_proc) == -1) in iconv_new()

Completed in 32 milliseconds