Lines Matching refs:fuse_log
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()
890 fuse_log(FUSE_LOG_DEBUG, in fuse_send_data_iov()
909 fuse_log(FUSE_LOG_ERR, "fuse: short splice from pipe: %u/%u\n", in fuse_send_data_iov()
1499 fuse_log(FUSE_LOG_ERR, "fuse: do_write_buf: buffer size too small\n"); in do_write_buf()
1827 fuse_log(FUSE_LOG_DEBUG, "INTERRUPT: %llu\n", in do_interrupt()
1994 fuse_log(FUSE_LOG_DEBUG, "INIT: %u.%u\n", arg->major, arg->minor); in do_init()
1996 fuse_log(FUSE_LOG_DEBUG, "flags=0x%08x\n", arg->flags); in do_init()
1997 fuse_log(FUSE_LOG_DEBUG, "max_readahead=0x%08x\n", in do_init()
2011 fuse_log(FUSE_LOG_ERR, "fuse: unsupported protocol version: %u.%u\n", in do_init()
2110 fuse_log(FUSE_LOG_ERR, "fuse: warning: buffer size too small: %zu\n", in do_init()
2124 fuse_log(FUSE_LOG_ERR, "fuse: error: filesystem requested capabilities " in do_init()
2135 fuse_log(FUSE_LOG_ERR, "fuse: error: init() and fuse_session_new() " in do_init()
2201 fuse_log(FUSE_LOG_DEBUG, " INIT: %u.%u\n", outarg.major, outarg.minor); in do_init()
2202 fuse_log(FUSE_LOG_DEBUG, " flags=0x%08x\n", outarg.flags); in do_init()
2203 fuse_log(FUSE_LOG_DEBUG, " max_readahead=0x%08x\n", in do_init()
2205 fuse_log(FUSE_LOG_DEBUG, " max_write=0x%08x\n", outarg.max_write); in do_init()
2206 fuse_log(FUSE_LOG_DEBUG, " max_background=%i\n", in do_init()
2208 fuse_log(FUSE_LOG_DEBUG, " congestion_threshold=%i\n", in do_init()
2210 fuse_log(FUSE_LOG_DEBUG, " time_gran=%u\n", in do_init()
2447 fuse_log(FUSE_LOG_ERR, "fuse: retrieve reply: buffer size too small\n"); in fuse_ll_retrieve_reply()
2612 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: %s\n", strerror(-res)); in fuse_ll_copy_from_pipe()
2616 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: short read\n"); in fuse_ll_copy_from_pipe()
2648 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate header\n"); in fuse_session_process_buf_int()
2663 fuse_log(FUSE_LOG_DEBUG, in fuse_session_process_buf_int()
2880 fuse_log(FUSE_LOG_ERR, "short splice from fuse device\n"); in fuse_session_receive_buf_int()
2903 fuse_log(FUSE_LOG_ERR, in fuse_session_receive_buf_int()
2914 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: %s\n", in fuse_session_receive_buf_int()
2920 fuse_log(FUSE_LOG_ERR, "fuse: copy from pipe: short read\n"); in fuse_session_receive_buf_int()
2940 fuse_log(FUSE_LOG_ERR, in fuse_session_receive_buf_int()
2972 fuse_log(FUSE_LOG_ERR, "short read on fuse device\n"); in fuse_session_receive_buf_int()
2990 fuse_log(FUSE_LOG_ERR, "fuse: warning: library too old, some operations may not work\n"); in fuse_session_new()
2995 fuse_log(FUSE_LOG_ERR, "fuse: empty argv passed to fuse_session_new().\n"); in fuse_session_new()
3001 fuse_log(FUSE_LOG_ERR, "fuse: failed to allocate fuse object\n"); in fuse_session_new()
3027 fuse_log(FUSE_LOG_ERR, "fuse: warning: argv[0] looks like an option, but " in fuse_session_new()
3031 fuse_log(FUSE_LOG_ERR, "fuse: unknown option(s): `"); in fuse_session_new()
3033 fuse_log(FUSE_LOG_ERR, "%s ", args->argv[i]); in fuse_session_new()
3034 fuse_log(FUSE_LOG_ERR, "%s'\n", args->argv[i]); in fuse_session_new()
3039 fuse_log(FUSE_LOG_DEBUG, "FUSE library version: %s\n", PACKAGE_VERSION); in fuse_session_new()
3052 fuse_log(FUSE_LOG_ERR, "fuse: failed to create thread specific key: %s\n", in fuse_session_new()
3099 fuse_log(FUSE_LOG_ERR, in fuse_session_mount()