Home
last modified time | relevance | path

Searched refs:fuse_log (Results 1 - 14 of 14) sorted by relevance

/third_party/libfuse/lib/
H A 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()
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_DEBU in cuse_lowlevel_init()
[all...]
H A Dmount.c183 fuse_log(FUSE_LOG_ERR, "fuse: internal error, can't find mount flag\n"); in set_mount_flag()
256 fuse_log(FUSE_LOG_ERR, "got control message of unknown type %d\n", in receive_fd()
318 fuse_log(FUSE_LOG_ERR, "fuse: missing mountpoint parameter\n"); in setup_auto_unmount()
379 fuse_log(FUSE_LOG_ERR, "fuse: missing mountpoint parameter\n"); in fuse_mount_fusermount()
460 fuse_log(FUSE_LOG_ERR, "fuse: missing mountpoint parameter\n"); in fuse_mount_sys()
466 fuse_log(FUSE_LOG_ERR, "fuse: failed to access mountpoint %s: %s\n", in fuse_mount_sys()
474 fuse_log(FUSE_LOG_ERR, "fuse: device not found, try 'modprobe fuse' first\n"); in fuse_mount_sys()
476 fuse_log(FUSE_LOG_ERR, "fuse: failed to open %s: %s\n", in fuse_mount_sys()
496 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate memory\n"); in fuse_mount_sys()
532 fuse_log(FUSE_LOG_ER in fuse_mount_sys()
[all...]
H A Dfuse.c210 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate module\n"); in fuse_register_module()
215 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate module name\n"); in fuse_register_module()
252 fuse_log(FUSE_LOG_ERR, "fuse: memory allocation failed\n"); in fuse_load_so_module()
258 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate module so\n"); in fuse_load_so_module()
264 fuse_log(FUSE_LOG_ERR, "fuse: dlopen(%s) failed: %s\n", in fuse_load_so_module()
272 fuse_log(FUSE_LOG_ERR, "fuse: symbol <%s> not found in module: %s\n", in fuse_load_so_module()
477 fuse_log(FUSE_LOG_WARNING, "fuse warning: munmap(%p) failed\n", in free_slab()
537 fuse_log(FUSE_LOG_ERR, "fuse internal error: node %llu not found\n", in get_node()
751 fuse_log(FUSE_LOG_ERR, in unhash_name()
816 fuse_log(FUSE_LOG_DEBU in delete_node()
[all...]
H A Dfuse_lowlevel.c154 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate request\n"); in fuse_ll_alloc_req()
175 fuse_log(FUSE_LOG_DEBUG, "NOTIFY: code=%d length=%u\n", in fuse_send_msg()
178 fuse_log(FUSE_LOG_DEBUG, in fuse_send_msg()
183 fuse_log(FUSE_LOG_DEBUG, in fuse_send_msg()
222 fuse_log(FUSE_LOG_ERR, "fuse: bad error value: %i\n", error);
620 fuse_log(FUSE_LOG_ERR, "fuse: internal error: failed to read back from pipe: %s\n", strerror(errno));
624 fuse_log(FUSE_LOG_ERR, "fuse: internal error: short read back from pipe: %i from %zi\n", res, len);
731 fuse_log(FUSE_LOG_ERR, "fuse: short vmsplice to pipe: %u/%zu\n", res,
824 fuse_log(FUSE_LOG_DEBUG,
849 fuse_log(FUSE_LOG_ER
[all...]
H A Dfuse_loop_mt.c71 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate channel\n"); in fuse_chan_new()
224 fuse_log(FUSE_LOG_ERR, "fuse: invalid stack size: %s\n", stack_size); in fuse_start_thread()
237 fuse_log(FUSE_LOG_ERR, "fuse: error creating thread: %s\n", in fuse_start_thread()
258 fuse_log(FUSE_LOG_ERR, "fuse: failed to open %s: %s\n", devname, in fuse_clone_chan()
267 fuse_log(FUSE_LOG_ERR, "fuse: failed to clone device fd: %s\n", in fuse_clone_chan()
285 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate worker structure\n"); in fuse_loop_start_thread()
297 fuse_log(FUSE_LOG_ERR, "fuse: trying to continue " in fuse_loop_start_thread()
468 fuse_log(FUSE_LOG_ERR, in fuse_loop_cfg_set_idle_threads()
H A Dhelper.c160 fuse_log(FUSE_LOG_ERR, in fuse_helper_opt_proc()
167 fuse_log(FUSE_LOG_ERR, "fuse: invalid argument `%s'\n", arg); in fuse_helper_opt_proc()
192 fuse_log(FUSE_LOG_ERR, "fuse: memory allocation failed\n"); in add_default_subtype()
339 fuse_log(FUSE_LOG_ERR, "error: no mountpoint specified\n"); in fuse_main_real()
451 fuse_log(FUSE_LOG_ERR, "calloc failed\n"); in fuse_parse_conn_info_opts()
H A 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()
H A 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()
H A Dfuse_log.c11 #include "fuse_log.h"
33 void fuse_log(enum fuse_log_level level, const char *fmt, ...) in fuse_log() function
H A Dmount_bsd.c167 fuse_log(FUSE_LOG_ERR, "invalid value given in FUSE_DEV_FD\n"); in fuse_mount_core()
/third_party/libfuse/example/
H A Dpassthrough_ll.c179 fuse_log(FUSE_LOG_DEBUG, "lo_init: activating writeback\n"); in lo_init()
184 fuse_log(FUSE_LOG_DEBUG, "lo_init: activating flock locks\n"); in lo_init()
359 fuse_log(FUSE_LOG_DEBUG, " %lli/%s -> %lli\n", in lo_do_lookup()
377 fuse_log(FUSE_LOG_DEBUG, "lo_lookup(parent=%" PRIu64 ", name=%s)\n", in lo_lookup()
407 fuse_log(FUSE_LOG_DEBUG, " %lli/%s -> %lli\n", in lo_mknod_symlink()
465 fuse_log(FUSE_LOG_DEBUG, " %lli/%s -> %lli\n", in lo_link()
543 fuse_log(FUSE_LOG_DEBUG, " forget %lli %lli -%lli\n", in lo_forget_one()
764 fuse_log(FUSE_LOG_DEBUG, "lo_create(parent=%" PRIu64 ", name=%s)\n", in lo_create()
805 fuse_log(FUSE_LOG_DEBUG, "lo_open(ino=%" PRIu64 ", flags=%d)\n", in lo_open()
871 fuse_log(FUSE_LOG_DEBU in lo_read()
[all...]
/third_party/libfuse/include/
H A Dfuse_log.h76 void fuse_log(enum fuse_log_level level, const char *fmt, ...);
/third_party/libfuse/lib/modules/
H A 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()
H A Diconv.c682 fuse_log(FUSE_LOG_ERR, "fuse-iconv: memory allocation failed\n"); in iconv_new()
690 fuse_log(FUSE_LOG_ERR, "fuse-iconv: exactly one next filesystem required\n"); in iconv_new()
701 fuse_log(FUSE_LOG_ERR, "fuse-iconv: cannot convert from %s to %s\n", in iconv_new()
707 fuse_log(FUSE_LOG_ERR, "fuse-iconv: cannot convert from %s to %s\n", in iconv_new()

Completed in 15 milliseconds