/third_party/libfuse/lib/ |
H A D | mount.c | 183 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_ERR, in fuse_mount_sys() [all...] |
H A D | fuse_loop_mt.c | 71 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 D | helper.c | 160 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 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()
|
H A 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() 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()
|
H A D | fuse_lowlevel.c | 154 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate request\n"); in fuse_ll_alloc_req() 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, 849 fuse_log(FUSE_LOG_ERR, "fuse: short splice from pipe: %u/%u\n", 1431 fuse_log(FUSE_LOG_ERR, "fuse: do_write_buf: buffer size too small\n"); 1958 fuse_log(FUSE_LOG_ERR, "fuse: unsupported protocol version: %u.%u\n", 2076 fuse_log(FUSE_LOG_ERR, "fuse: warning: buffer size too small: %zu\n", 2090 fuse_log(FUSE_LOG_ERR, "fus [all...] |
H A 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()
|
H A D | fuse.c | 210 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() 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() 1434 fuse_log(FUSE_LOG_ERR, "fuse: hidden file got created during hiding\n"); in rename_node() 1782 fuse_log(FUSE_LOG_ERR, "fus in fuse_fs_read_buf() [all...] |
H A D | mount_bsd.c | 167 fuse_log(FUSE_LOG_ERR, "invalid value given in FUSE_DEV_FD\n"); in fuse_mount_core()
|
/third_party/libfuse/include/ |
H A D | fuse_log.h | 32 FUSE_LOG_ERR, enumerator 73 * @param level severity level (FUSE_LOG_ERR, FUSE_LOG_DEBUG, etc)
|
/third_party/libfuse/lib/modules/ |
H A 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()
|
H A D | iconv.c | 682 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()
|
/third_party/libfuse/example/ |
H A D | passthrough_ll.c | 1233 fuse_log(FUSE_LOG_ERR, "failed to stat source (\"%s\"): %m\n", in main() 1238 fuse_log(FUSE_LOG_ERR, "source is not a directory\n"); in main() 1245 fuse_log(FUSE_LOG_ERR, "fuse: memory allocation failed\n"); in main() 1264 fuse_log(FUSE_LOG_ERR, "timeout is negative (%lf)\n", in main() 1271 fuse_log(FUSE_LOG_ERR, "open(\"%s\", O_PATH): %m\n", in main()
|