Lines Matching refs:fuse_log
125 fuse_log(FUSE_LOG_ERR, "cuse: dev_info (%zu) too large, limit=%u\n",
132 fuse_log(FUSE_LOG_ERR, "cuse: failed to allocate cuse_data\n");
206 fuse_log(FUSE_LOG_DEBUG, "CUSE_INIT: %u.%u\n", arg->major, arg->minor);
207 fuse_log(FUSE_LOG_DEBUG, "flags=0x%08x\n", arg->flags);
215 fuse_log(FUSE_LOG_ERR, "cuse: unsupported protocol version: %u.%u\n",
222 fuse_log(FUSE_LOG_ERR, "cuse: warning: buffer size too small: %zu\n",
245 fuse_log(FUSE_LOG_DEBUG, " CUSE_INIT: %u.%u\n",
247 fuse_log(FUSE_LOG_DEBUG, " flags=0x%08x\n", outarg.flags);
248 fuse_log(FUSE_LOG_DEBUG, " max_read=0x%08x\n", outarg.max_read);
249 fuse_log(FUSE_LOG_DEBUG, " max_write=0x%08x\n", outarg.max_write);
250 fuse_log(FUSE_LOG_DEBUG, " dev_major=%u\n", outarg.dev_major);
251 fuse_log(FUSE_LOG_DEBUG, " dev_minor=%u\n", outarg.dev_minor);
252 fuse_log(FUSE_LOG_DEBUG, " dev_info: %.*s\n", cd->dev_info_len,
306 fuse_log(FUSE_LOG_ERR, "cuse: device not found, try 'modprobe cuse' first\n");
308 fuse_log(FUSE_LOG_ERR, "cuse: failed to open %s: %s\n",