Searched refs:P9_DEBUG_ERROR (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/9p/ |
H A D | v9fs.c | 202 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 216 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 223 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 231 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 238 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 246 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 295 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 312 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 350 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 358 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() [all …]
|
H A D | vfs_inode.c | 133 p9_debug(P9_DEBUG_ERROR, in p9mode2unixmode() 146 p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n", in p9mode2unixmode() 280 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 299 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 327 p9_debug(P9_DEBUG_ERROR, "BAD mode 0x%hx S_IFMT 0x%x\n", in v9fs_init_inode() 959 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename() 1027 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_getattr() 1107 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_setattr() 1284 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
|
H A D | vfs_inode_dotl.c | 461 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_getattr_dotl() 588 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_setattr_dotl()
|
/openbmc/linux/net/9p/ |
H A D | trans_fd.c | 191 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel() 214 p9_debug(P9_DEBUG_ERROR, "call back req %p\n", req); in p9_conn_cancel() 264 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read() 321 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 332 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work() 339 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 347 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 376 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 431 p9_debug(P9_DEBUG_ERROR, "blocking write ...\n"); in p9_fd_write() 567 p9_debug(P9_DEBUG_ERROR, "not enough wait_address slots\n"); in p9_pollwait() [all …]
|
H A D | trans_rdma.c | 192 p9_debug(P9_DEBUG_ERROR, in parse_opts() 207 p9_debug(P9_DEBUG_ERROR, in parse_opts() 333 p9_debug(P9_DEBUG_ERROR, "req %p err %d status %d\n", in recv_done() 358 p9_debug(P9_DEBUG_ERROR, "QP event %d context %p\n", in qp_event_handler() 414 p9_debug(P9_DEBUG_ERROR, "EIO\n"); in post_recv() 470 p9_debug(P9_DEBUG_ERROR, "POST RECV failed: %d\n", err); in rdma_request() 530 p9_debug(P9_DEBUG_ERROR, "Error %d in rdma_request()\n", err); in rdma_request()
|
H A D | client.c | 99 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno() 164 p9_debug(P9_DEBUG_ERROR, in parse_opts() 170 p9_debug(P9_DEBUG_ERROR, in parse_opts() 181 p9_debug(P9_DEBUG_ERROR, in parse_opts() 202 p9_debug(P9_DEBUG_ERROR, in parse_opts() 538 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors() 576 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors() 731 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_rpc() 816 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_zc_rpc() 954 p9_debug(P9_DEBUG_ERROR, in p9_client_version() [all …]
|
H A D | protocol.c | 791 p9_debug(P9_DEBUG_ERROR, in p9dirent_read()
|
/openbmc/linux/include/net/9p/ |
H A D | 9p.h | 33 P9_DEBUG_ERROR = (1<<0), enumerator
|