Searched refs:P9_DEBUG_ERROR (Results 1 – 7 of 7) sorted by relevance
/linux/fs/9p/ |
A 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 …]
|
A 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() 276 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 309 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode() 337 p9_debug(P9_DEBUG_ERROR, "BAD mode 0x%hx S_IFMT 0x%x\n", in v9fs_init_inode() 981 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename() 1285 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
|
/linux/net/9p/ |
A D | trans_fd.c | 190 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel() 209 p9_debug(P9_DEBUG_ERROR, "call back req %p\n", req); in p9_conn_cancel() 260 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read() 317 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 323 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 336 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work() 343 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 371 p9_debug(P9_DEBUG_ERROR, in p9_read_work() 426 p9_debug(P9_DEBUG_ERROR, "blocking write ...\n"); in p9_fd_write() 769 p9_debug(P9_DEBUG_ERROR, in parse_opts() [all …]
|
A 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()
|
A 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() 502 p9_debug(P9_DEBUG_ERROR, in p9_check_errors() 548 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors() 976 p9_debug(P9_DEBUG_ERROR, in p9_client_version() 983 p9_debug(P9_DEBUG_ERROR, in p9_client_version() 1029 p9_debug(P9_DEBUG_ERROR, in p9_client_create() [all …]
|
A D | protocol.c | 616 p9_debug(P9_DEBUG_ERROR, in p9dirent_read()
|
/linux/include/net/9p/ |
A D | 9p.h | 33 P9_DEBUG_ERROR = (1<<0), enumerator
|
Completed in 18 milliseconds