Searched refs:P9_DEBUG_ERROR (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/ |
D | v9fs.c | 199 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 213 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 220 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 228 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 235 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 243 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 292 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 309 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 346 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() 354 p9_debug(P9_DEBUG_ERROR, in v9fs_parse_options() [all …]
|
D | vfs_inode.c | 144 p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n", in p9mode2unixmode() 270 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 303 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 331 p9_debug(P9_DEBUG_ERROR, "BAD mode 0x%hx S_IFMT 0x%x\n", in v9fs_init_inode() 949 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename() 1244 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
|
/kernel/linux/linux-5.10/net/9p/ |
D | trans_fd.c | 190 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel() 213 p9_debug(P9_DEBUG_ERROR, "call back req %p\n", req); in p9_conn_cancel() 263 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read() 320 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 326 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 339 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work() 346 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 374 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 429 p9_debug(P9_DEBUG_ERROR, "blocking write ...\n"); in p9_fd_write() 565 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 | 97 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno() 149 p9_debug(P9_DEBUG_ERROR, in parse_opts() 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() 505 p9_debug(P9_DEBUG_ERROR, in p9_check_errors() 516 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors() 551 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors() 583 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_zc_errors() [all …]
|
D | protocol.c | 616 p9_debug(P9_DEBUG_ERROR, in p9dirent_read()
|
/kernel/linux/linux-5.10/include/net/9p/ |
D | 9p.h | 35 P9_DEBUG_ERROR = (1<<0), enumerator
|