/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_opt.h | 81 * 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 D | fuse_opt.h | 82 * 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 D | helper.c | 216 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 D | mount_bsd.c | 271 fuse_opt_parse(args, mo, fuse_mount_opts, fuse_mount_opt_proc) == -1) in parse_mount_opts()
|
H A D | fuse_opt.c | 398 int fuse_opt_parse(struct fuse_args *args, void *data, in fuse_opt_parse() function
|
H A D | cuse_lowlevel.c | 285 res = fuse_opt_parse(&args, NULL, kill_subtype_opts, NULL); in cuse_lowlevel_setup()
|
H A D | mount.c | 597 fuse_opt_parse(args, mo, fuse_mount_opts, fuse_mount_opt_proc) == -1) in parse_mount_opts()
|
H A D | fuse.c | 4736 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 D | fuse_lowlevel.c | 3042 if(fuse_opt_parse(args, se, fuse_ll_opts, NULL) == -1)
|
/third_party/libfuse/example/ |
H A D | hello.c | 36 * 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 D | cuse.c | 299 if (fuse_opt_parse(&args, ¶m, cusexmp_opts, cusexmp_process_arg)) { in main()
|
H A D | invalidate_path.c | 221 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
H A D | notify_store_retrieve.c | 357 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
H A D | notify_inval_entry.c | 314 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
H A D | notify_inval_inode.c | 296 if (fuse_opt_parse(&args, &options, option_spec, NULL) == -1) in main()
|
H A D | passthrough_ll.c | 1222 if (fuse_opt_parse(&args, &lo, lo_opts, NULL)== -1) in main()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 634 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 D | fuse_opt.c | 357 int fuse_opt_parse(struct fuse_args *args, void *data, in fuse_opt_parse() function
|
H A D | fuse_lowlevel.c | 1449 if (fuse_opt_parse(args, f, fuse_ll_opts, fuse_ll_opt_proc) == -1) in fuse_lowlevel_new()
|
H A D | fuse.c | 3089 if (fuse_opt_parse(args, &f->conf, fuse_lib_opts, fuse_lib_opt_proc) == -1) in fuse_new()
|
/third_party/libfuse/test/ |
H A D | test_write_cache.c | 248 assert(fuse_opt_parse(&args, &options, option_spec, NULL) == 0); in main()
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 654 if (fuse_opt_parse(args, d, subdir_opts, subdir_opt_proc) == -1) in subdir_new()
|
H A D | iconv.c | 686 if (fuse_opt_parse(args, ic, iconv_opts, iconv_opt_proc) == -1) in iconv_new()
|