Searched refs:options_copy (Results 1 – 1 of 1) sorted by relevance
124 char* options_copy = xrealloc(NULL, subtype_len); in prepare_fuse_fd() local126 snprintf(options_copy, subtype_len, "subtype=%s", subtype); in prepare_fuse_fd()127 options_copy = add_option(options, options_copy); in prepare_fuse_fd()128 fuse_fd = fuse_open_channel(mountpoint, options_copy); in prepare_fuse_fd()