Home
last modified time | relevance | path

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

/haiku/headers/private/userlandfs/fuse/
H A Dfuse_opt.h264 int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c140 fuse_opt_match(fuse_lib_opts, opt); in fuse_is_lib_option()
H A Dfuse_opt.c184 int fuse_opt_match(const struct fuse_opt *opts, const char *opt) in fuse_opt_match() function