Home
last modified time | relevance | path

Searched refs:FUSE_LOG_ERR (Results 1 – 12 of 12) sorted by relevance

/external/libfuse/lib/
Dmount.c178 fuse_log(FUSE_LOG_ERR, "fuse: internal error, can't find mount flag\n"); in set_mount_flag()
251 fuse_log(FUSE_LOG_ERR, "got control message of unknown type %d\n", in receive_fd()
315 fuse_log(FUSE_LOG_ERR, "fuse: missing mountpoint parameter\n"); in fuse_mount_fusermount()
396 fuse_log(FUSE_LOG_ERR, "fuse: missing mountpoint parameter\n"); in fuse_mount_sys()
402 fuse_log(FUSE_LOG_ERR, "fuse: failed to access mountpoint %s: %s\n", in fuse_mount_sys()
416 fuse_log(FUSE_LOG_ERR, "fuse: device not found, try 'modprobe fuse' first\n"); in fuse_mount_sys()
418 fuse_log(FUSE_LOG_ERR, "fuse: failed to open %s: %s\n", in fuse_mount_sys()
438 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate memory\n"); in fuse_mount_sys()
474 fuse_log(FUSE_LOG_ERR, in fuse_mount_sys()
477 fuse_log(FUSE_LOG_ERR, "fuse: mount failed: %s\n", in fuse_mount_sys()
Dfuse_loop_mt.c61 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate channel\n"); in fuse_chan_new()
204 fuse_log(FUSE_LOG_ERR, "fuse: invalid stack size: %s\n", stack_size); in fuse_start_thread()
217 fuse_log(FUSE_LOG_ERR, "fuse: error creating thread: %s\n", in fuse_start_thread()
238 fuse_log(FUSE_LOG_ERR, "fuse: failed to open %s: %s\n", devname, in fuse_clone_chan()
247 fuse_log(FUSE_LOG_ERR, "fuse: failed to clone device fd: %s\n", in fuse_clone_chan()
265 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate worker structure\n"); in fuse_loop_start_thread()
277 fuse_log(FUSE_LOG_ERR, "fuse: trying to continue " in fuse_loop_start_thread()
Dcuse_lowlevel.c125 fuse_log(FUSE_LOG_ERR, "cuse: dev_info (%zu) too large, limit=%u\n", in cuse_prep_data()
132 fuse_log(FUSE_LOG_ERR, "cuse: failed to allocate cuse_data\n"); in cuse_prep_data()
215 fuse_log(FUSE_LOG_ERR, "cuse: unsupported protocol version: %u.%u\n", in cuse_lowlevel_init()
222 fuse_log(FUSE_LOG_ERR, "cuse: warning: buffer size too small: %zu\n", in cuse_lowlevel_init()
306 fuse_log(FUSE_LOG_ERR, "cuse: device not found, try 'modprobe cuse' first\n"); in cuse_lowlevel_setup()
308 fuse_log(FUSE_LOG_ERR, "cuse: failed to open %s: %s\n", in cuse_lowlevel_setup()
Dhelper.c157 fuse_log(FUSE_LOG_ERR, in fuse_helper_opt_proc()
164 fuse_log(FUSE_LOG_ERR, "fuse: invalid argument `%s'\n", arg); in fuse_helper_opt_proc()
189 fuse_log(FUSE_LOG_ERR, "fuse: memory allocation failed\n"); in add_default_subtype()
310 fuse_log(FUSE_LOG_ERR, "error: no mountpoint specified\n"); in fuse_main_real()
414 fuse_log(FUSE_LOG_ERR, "calloc failed\n"); in fuse_parse_conn_info_opts()
Dfuse_signals.c27 fuse_log(FUSE_LOG_ERR, "assertion error: signal value <= 0\n"); in exit_handler()
82 fuse_log(FUSE_LOG_ERR, in fuse_remove_signal_handlers()
Dfuse_lowlevel.c154 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate request\n"); in fuse_ll_alloc_req()
211 fuse_log(FUSE_LOG_ERR, "fuse: bad error value: %i\n", error); in fuse_send_reply_iov_nofree()
523 fuse_log(FUSE_LOG_ERR, "fuse: passthrough_enable no valid API\n"); in fuse_passthrough_enable()
528 fuse_log(FUSE_LOG_ERR, "fuse: passthrough_enable: %s\n", strerror(errno)); in fuse_passthrough_enable()
684 …fuse_log(FUSE_LOG_ERR, "fuse: internal error: failed to read back from pipe: %s\n", strerror(errno… in read_back()
688 …fuse_log(FUSE_LOG_ERR, "fuse: internal error: short read back from pipe: %i from %zi\n", res, len); in read_back()
797 fuse_log(FUSE_LOG_ERR, "fuse: short vmsplice to pipe: %u/%zu\n", res, in fuse_send_data_iov()
909 fuse_log(FUSE_LOG_ERR, "fuse: short splice from pipe: %u/%u\n", in fuse_send_data_iov()
1499 fuse_log(FUSE_LOG_ERR, "fuse: do_write_buf: buffer size too small\n"); in do_write_buf()
2011 fuse_log(FUSE_LOG_ERR, "fuse: unsupported protocol version: %u.%u\n", in do_init()
[all …]
Dfuse_opt.c51 fuse_log(FUSE_LOG_ERR, "fuse: memory allocation failed\n"); in alloc_failed()
103 fuse_log(FUSE_LOG_ERR, "fuse: missing argument after `%s'\n", opt); in next_arg()
221 fuse_log(FUSE_LOG_ERR, "fuse: invalid parameter in option `%s'\n", arg); in process_opt_param()
340 fuse_log(FUSE_LOG_ERR, "fuse: memory allocation failed\n"); in process_option_group()
Dfuse.c217 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate module\n"); in fuse_register_module()
222 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate module name\n"); in fuse_register_module()
259 fuse_log(FUSE_LOG_ERR, "fuse: memory allocation failed\n"); in fuse_load_so_module()
265 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate module so\n"); in fuse_load_so_module()
271 fuse_log(FUSE_LOG_ERR, "fuse: dlopen(%s) failed: %s\n", in fuse_load_so_module()
279 fuse_log(FUSE_LOG_ERR, "fuse: symbol <%s> not found in module: %s\n", in fuse_load_so_module()
544 fuse_log(FUSE_LOG_ERR, "fuse internal error: node %llu not found\n", in get_node()
758 fuse_log(FUSE_LOG_ERR, in unhash_name()
1483 fuse_log(FUSE_LOG_ERR, "fuse: hidden file got created during hiding\n"); in rename_node()
1831 fuse_log(FUSE_LOG_ERR, "fuse: read too many bytes\n"); in fuse_fs_read_buf()
[all …]
Dmount_bsd.c167 fuse_log(FUSE_LOG_ERR, "invalid value given in FUSE_DEV_FD\n"); in fuse_mount_core()
/external/libfuse/include/
Dfuse_log.h32 FUSE_LOG_ERR, enumerator
/external/libfuse/lib/modules/
Dsubdir.c650 fuse_log(FUSE_LOG_ERR, "fuse-subdir: memory allocation failed\n"); in subdir_new()
658 fuse_log(FUSE_LOG_ERR, "fuse-subdir: exactly one next filesystem required\n"); in subdir_new()
663 fuse_log(FUSE_LOG_ERR, "fuse-subdir: missing 'subdir' option\n"); in subdir_new()
670 fuse_log(FUSE_LOG_ERR, "fuse-subdir: memory allocation failed\n"); in subdir_new()
Diconv.c676 fuse_log(FUSE_LOG_ERR, "fuse-iconv: memory allocation failed\n"); in iconv_new()
684 fuse_log(FUSE_LOG_ERR, "fuse-iconv: exactly one next filesystem required\n"); in iconv_new()
695 fuse_log(FUSE_LOG_ERR, "fuse-iconv: cannot convert from %s to %s\n", in iconv_new()
701 fuse_log(FUSE_LOG_ERR, "fuse-iconv: cannot convert from %s to %s\n", in iconv_new()