Searched refs:call_proc (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | fuse_opt.c | 137 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc() function 214 if (call_proc(ctx, arg, opt->value, iso) == -1) in process_opt() 272 return call_proc(ctx, arg, FUSE_OPT_KEY_OPT, iso); in process_gopt() 314 return call_proc(ctx, arg, FUSE_OPT_KEY_NONOPT, 0); in process_one()
|