Searched refs:P9_DEBUG_ERROR (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/9p/ |
D | v9fs.c | 200 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 214 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 221 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 229 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 236 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 244 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 293 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 310 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 348 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 356 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() [all …]
|
D | vfs_inode.c | 135 p9_debug(P9_DEBUG_ERROR, in p9mode2unixmode() 148 p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n", in p9mode2unixmode() 281 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 314 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 342 p9_debug(P9_DEBUG_ERROR, "BAD mode 0x%hx S_IFMT 0x%x\n", in v9fs_init_inode() 982 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename() 1288 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
|
/Linux-v6.1/net/9p/ |
D | trans_fd.c | 192 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel() 215 p9_debug(P9_DEBUG_ERROR, "call back req %p\n", req); in p9_conn_cancel() 265 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read() 322 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 333 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work() 340 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 348 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 377 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 432 p9_debug(P9_DEBUG_ERROR, "blocking write ...\n"); in p9_fd_write() 568 p9_debug(P9_DEBUG_ERROR, "not enough wait_address slots\n"); in p9_pollwait() [all …]
|
D | trans_rdma.c | 193 p9_debug(P9_DEBUG_ERROR, in parse_opts() 208 p9_debug(P9_DEBUG_ERROR, in parse_opts() 334 p9_debug(P9_DEBUG_ERROR, "req %p err %d status %d\n", in recv_done() 359 p9_debug(P9_DEBUG_ERROR, "QP event %d context %p\n", in qp_event_handler() 409 p9_debug(P9_DEBUG_ERROR, "EIO\n"); in post_recv() 465 p9_debug(P9_DEBUG_ERROR, "POST RECV failed: %d\n", err); in rdma_request() 522 p9_debug(P9_DEBUG_ERROR, "Error %d in rdma_request()\n", err); in rdma_request()
|
D | client.c | 95 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno() 160 p9_debug(P9_DEBUG_ERROR, in parse_opts() 166 p9_debug(P9_DEBUG_ERROR, in parse_opts() 177 p9_debug(P9_DEBUG_ERROR, in parse_opts() 198 p9_debug(P9_DEBUG_ERROR, in parse_opts() 518 p9_debug(P9_DEBUG_ERROR, in p9_check_errors() 528 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors() 564 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors() 715 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_rpc() 797 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_zc_rpc() [all …]
|
D | protocol.c | 782 p9_debug(P9_DEBUG_ERROR, in p9dirent_read()
|
/Linux-v6.1/include/net/9p/ |
D | 9p.h | 33 P9_DEBUG_ERROR = (1<<0), enumerator
|