Lines Matching refs:FUSE_LOG_ERR
154 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate request\n");
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, "fuse: error: filesystem requested capabilities "
2101 fuse_log(FUSE_LOG_ERR, "fuse: error: init() and fuse_session_new() "
2466 fuse_log(FUSE_LOG_ERR, "fuse: retrieve reply: buffer size too small\n");
2630 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: %s\n", strerror(-res));
2634 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: short read\n");
2666 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate header\n");
2906 fuse_log(FUSE_LOG_ERR, "short splice from fuse device\n");
2929 fuse_log(FUSE_LOG_ERR,
2940 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: %s\n",
2946 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: short read\n");
2966 fuse_log(FUSE_LOG_ERR,
3005 fuse_log(FUSE_LOG_ERR, "short read on fuse device\n");
3023 fuse_log(FUSE_LOG_ERR, "fuse: warning: library too old, some operations may not work\n");
3028 fuse_log(FUSE_LOG_ERR, "fuse: empty argv passed to fuse_session_new().\n");
3034 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate fuse object\n");
3060 fuse_log(FUSE_LOG_ERR, "fuse: warning: argv[0] looks like an option, but "
3064 fuse_log(FUSE_LOG_ERR, "fuse: unknown option(s): `");
3066 fuse_log(FUSE_LOG_ERR, "%s ", args->argv[i]);
3067 fuse_log(FUSE_LOG_ERR, "%s'\n", args->argv[i]);
3085 fuse_log(FUSE_LOG_ERR, "fuse: failed to create thread specific key: %s\n",
3114 fuse_log(FUSE_LOG_ERR, "Invalid file descriptor value %d passed to "
3119 fuse_log(FUSE_LOG_ERR, "No custom IO passed to "
3127 fuse_log(FUSE_LOG_ERR, "io passed to fuse_session_custom_io() must "
3134 fuse_log(FUSE_LOG_ERR, "Failed to allocate memory for custom io. "
3167 fuse_log(FUSE_LOG_ERR,