Searched refs:P9_DEBUG_ERROR (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/9p/ |
D | v9fs.c | 210 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 224 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 231 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 239 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 246 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 254 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 303 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 320 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 357 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 403 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() 1024 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename() 1312 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
|
/Linux-v4.19/net/9p/ |
D | trans_fd.c | 204 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() 274 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read() 332 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 338 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 351 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work() 358 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 430 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() 757 p9_debug(P9_DEBUG_ERROR, in parse_opts() [all …]
|
D | trans_rdma.c | 207 p9_debug(P9_DEBUG_ERROR, in parse_opts() 222 p9_debug(P9_DEBUG_ERROR, in parse_opts() 348 p9_debug(P9_DEBUG_ERROR, "req %p err %d status %d\n", in recv_done() 372 p9_debug(P9_DEBUG_ERROR, "QP event %d context %p\n", in qp_event_handler() 422 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 | client.c | 112 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno() 164 p9_debug(P9_DEBUG_ERROR, in parse_opts() 179 p9_debug(P9_DEBUG_ERROR, in parse_opts() 190 p9_debug(P9_DEBUG_ERROR, in parse_opts() 211 p9_debug(P9_DEBUG_ERROR, in parse_opts() 521 p9_debug(P9_DEBUG_ERROR, in p9_check_errors() 532 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors() 565 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors() 597 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_zc_errors() 650 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_zc_errors() [all …]
|
/Linux-v4.19/include/net/9p/ |
D | 9p.h | 50 P9_DEBUG_ERROR = (1<<0), enumerator
|