/external/libfuse/lib/ |
D | cuse_lowlevel.c | 125 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() 206 fuse_log(FUSE_LOG_DEBUG, "CUSE_INIT: %u.%u\n", arg->major, arg->minor); in cuse_lowlevel_init() 207 fuse_log(FUSE_LOG_DEBUG, "flags=0x%08x\n", arg->flags); in cuse_lowlevel_init() 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() 245 fuse_log(FUSE_LOG_DEBUG, " CUSE_INIT: %u.%u\n", in cuse_lowlevel_init() 247 fuse_log(FUSE_LOG_DEBUG, " flags=0x%08x\n", outarg.flags); in cuse_lowlevel_init() 248 fuse_log(FUSE_LOG_DEBUG, " max_read=0x%08x\n", outarg.max_read); in cuse_lowlevel_init() 249 fuse_log(FUSE_LOG_DEBUG, " max_write=0x%08x\n", outarg.max_write); in cuse_lowlevel_init() [all …]
|
D | mount.c | 178 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()
|
D | fuse_loop_mt.c | 61 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()
|
D | fuse.c | 217 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() 484 fuse_log(FUSE_LOG_WARNING, "fuse warning: munmap(%p) failed\n", in free_slab() 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() 823 fuse_log(FUSE_LOG_DEBUG, "DELETE: %llu\n", in delete_node() [all …]
|
D | fuse_lowlevel.c | 154 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate request\n"); in fuse_ll_alloc_req() 174 fuse_log(FUSE_LOG_DEBUG, "NOTIFY: code=%d length=%u\n", in fuse_send_msg() 177 fuse_log(FUSE_LOG_DEBUG, in fuse_send_msg() 182 fuse_log(FUSE_LOG_DEBUG, in fuse_send_msg() 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() [all …]
|
D | helper.c | 157 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()
|
D | fuse_signals.c | 27 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()
|
D | fuse_opt.c | 51 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()
|
D | fuse_log.c | 33 void fuse_log(enum fuse_log_level level, const char *fmt, ...) in fuse_log() function
|
D | fuse_versionscript | 165 fuse_log;
|
D | meson.build | 5 'fuse_log.c' ]
|
D | mount_bsd.c | 167 fuse_log(FUSE_LOG_ERR, "invalid value given in FUSE_DEV_FD\n"); in fuse_mount_core()
|
/external/libfuse/include/ |
D | meson.build | 2 'fuse_opt.h', 'cuse_lowlevel.h', 'fuse_log.h' ]
|
D | fuse_log.h | 76 void fuse_log(enum fuse_log_level level, const char *fmt, ...);
|
/external/libfuse/lib/modules/ |
D | subdir.c | 650 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()
|
D | iconv.c | 676 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()
|
/external/libfuse/ |
D | Android.bp | 83 "lib/fuse_log.c",
|
D | Android.patch | 108 fuse_log;
|