Searched refs:P9_DEBUG_ERROR (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/9p/ |
D | v9fs.c | 149 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 163 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 170 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 179 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 186 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 195 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 239 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 257 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 296 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 346 p9_debug(P9_DEBUG_ERROR, "problem initializing 9p client\n"); in v9fs_session_init() [all …]
|
D | vfs_inode.c | 159 p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n", in p9mode2unixmode() 292 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 325 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 353 p9_debug(P9_DEBUG_ERROR, "BAD mode 0x%hx S_IFMT 0x%x\n", in v9fs_init_inode() 1005 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename() 1282 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
|
/linux-4.4.14/net/9p/ |
D | trans_rdma.c | 188 p9_debug(P9_DEBUG_ERROR, in parse_opts() 203 p9_debug(P9_DEBUG_ERROR, in parse_opts() 322 p9_debug(P9_DEBUG_ERROR, "req %p err %d status %d\n", req, err, status); in handle_recv() 338 p9_debug(P9_DEBUG_ERROR, "QP event %d context %p\n", in qp_event_handler() 375 p9_debug(P9_DEBUG_ERROR, "CQ event %d context %p\n", e->event, v); in cq_event_handler() 423 p9_debug(P9_DEBUG_ERROR, "EIO\n"); in post_recv() 535 p9_debug(P9_DEBUG_ERROR, "Error %d in rdma_request()\n", err); in rdma_request()
|
D | trans_fd.c | 203 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel() 223 p9_debug(P9_DEBUG_ERROR, "call back req %p\n", req); in p9_conn_cancel() 283 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read() 337 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 349 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work() 426 p9_debug(P9_DEBUG_ERROR, "blocking write ...\n"); in p9_fd_write() 561 p9_debug(P9_DEBUG_ERROR, "not enough wait_address slots\n"); in p9_pollwait() 744 p9_debug(P9_DEBUG_ERROR, in parse_opts() 759 p9_debug(P9_DEBUG_ERROR, in parse_opts()
|
D | client.c | 87 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno() 139 p9_debug(P9_DEBUG_ERROR, in parse_opts() 154 p9_debug(P9_DEBUG_ERROR, in parse_opts() 165 p9_debug(P9_DEBUG_ERROR, in parse_opts() 186 p9_debug(P9_DEBUG_ERROR, in parse_opts() 508 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors() 541 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors() 573 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_zc_errors() 627 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_zc_errors() 769 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_rpc() [all …]
|
/linux-4.4.14/include/net/9p/ |
D | 9p.h | 50 P9_DEBUG_ERROR = (1<<0), enumerator
|