Searched refs:P9_DEBUG_ERROR (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/9p/ |
| H A D | v9fs.c | 326 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_param() 333 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_param() 343 p9_debug(P9_DEBUG_ERROR, "msize should be at least 4k\n"); in v9fs_parse_param() 347 p9_debug(P9_DEBUG_ERROR, "msize too big\n"); in v9fs_parse_param() 445 p9_debug(P9_DEBUG_ERROR, "problem initializing 9p client\n"); in v9fs_session_init() 496 p9_debug(P9_DEBUG_ERROR, "cannot attach\n"); in v9fs_session_init() 564 p9_debug(P9_DEBUG_ERROR, "cancel session %p\n", v9ses); in v9fs_session_cancel() 577 p9_debug(P9_DEBUG_ERROR, "begin cancel session %p\n", v9ses); in v9fs_session_begin_cancel()
|
| 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() 915 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename() 983 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_getattr() 1063 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_setattr() 1219 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
|
| H A D | vfs_inode_dotl.c | 439 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_getattr_dotl() 566 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_setattr_dotl()
|
| /linux/net/9p/ |
| H A D | trans_fd.c | 155 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel() 179 p9_debug(P9_DEBUG_ERROR, "call back req %p\n", req); in p9_conn_cancel() 229 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read() 286 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 297 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work() 304 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 312 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 341 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 396 p9_debug(P9_DEBUG_ERROR, "blocking write ...\n"); in p9_fd_write() 532 p9_debug(P9_DEBUG_ERROR, "not enough wait_address slots\n"); in p9_pollwait()
|
| H A D | trans_rdma.c | 221 p9_debug(P9_DEBUG_ERROR, "req %p err %d status %d\n", in recv_done() 246 p9_debug(P9_DEBUG_ERROR, "QP event %d context %p\n", in qp_event_handler() 302 p9_debug(P9_DEBUG_ERROR, "EIO\n"); in post_recv() 358 p9_debug(P9_DEBUG_ERROR, "POST RECV failed: %d\n", err); in rdma_request() 418 p9_debug(P9_DEBUG_ERROR, "Error %d in rdma_request()\n", err); in rdma_request()
|
| H A D | trans_usbg.c | 196 p9_debug(P9_DEBUG_ERROR, in usb9pfs_rx_header() 207 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", rc.tag); in usb9pfs_rx_header() 212 p9_debug(P9_DEBUG_ERROR, in usb9pfs_rx_header() 220 p9_debug(P9_DEBUG_ERROR, in usb9pfs_rx_header()
|
| H A D | client.c | 78 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno() 416 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors() 454 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors() 609 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_rpc() 694 p9_debug(P9_DEBUG_ERROR, "req_status error %d\n", req->t_err); in p9_client_zc_rpc() 832 p9_debug(P9_DEBUG_ERROR, in p9_client_version() 839 p9_debug(P9_DEBUG_ERROR, in p9_client_version() 886 p9_debug(P9_DEBUG_ERROR, in p9_client_create() 907 p9_debug(P9_DEBUG_ERROR, in p9_client_create()
|
| H A D | protocol.c | 791 p9_debug(P9_DEBUG_ERROR, in p9dirent_read()
|
| /linux/include/net/9p/ |
| H A D | 9p.h | 33 P9_DEBUG_ERROR = (1<<0), enumerator
|