Home
last modified time | relevance | path

Searched refs:P9_DEBUG_ERROR (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/fs/9p/
H A Dv9fs.c202 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 Dvfs_inode.c133 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()
925 p9_debug(P9_DEBUG_ERROR, "old dir and new dir are different\n"); in v9fs_vfs_rename()
993 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_getattr()
1073 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_setattr()
1229 p9_debug(P9_DEBUG_ERROR, "not extended\n"); in v9fs_vfs_mkspecial()
H A Dvfs_inode_dotl.c444 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_getattr_dotl()
571 p9_debug(P9_DEBUG_ERROR, in v9fs_vfs_setattr_dotl()
/linux-6.15/net/9p/
H A Dtrans_fd.c191 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel()
215 p9_debug(P9_DEBUG_ERROR, "call back req %p\n", req); in p9_conn_cancel()
265 p9_debug(P9_DEBUG_ERROR, "blocking read ...\n"); in p9_fd_read()
322 p9_debug(P9_DEBUG_ERROR, in p9_read_work()
333 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work()
340 p9_debug(P9_DEBUG_ERROR, in p9_read_work()
348 p9_debug(P9_DEBUG_ERROR, in p9_read_work()
377 p9_debug(P9_DEBUG_ERROR, in p9_read_work()
432 p9_debug(P9_DEBUG_ERROR, "blocking write ...\n"); in p9_fd_write()
788 p9_debug(P9_DEBUG_ERROR, in parse_opts()
[all …]
H A Dtrans_rdma.c192 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 Dclient.c100 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno()
165 p9_debug(P9_DEBUG_ERROR, in parse_opts()
171 p9_debug(P9_DEBUG_ERROR, in parse_opts()
182 p9_debug(P9_DEBUG_ERROR, in parse_opts()
203 p9_debug(P9_DEBUG_ERROR, in parse_opts()
539 p9_debug(P9_DEBUG_ERROR, "couldn't parse header %d\n", err); in p9_check_errors()
577 p9_debug(P9_DEBUG_ERROR, "couldn't parse error%d\n", err); in p9_check_errors()
955 p9_debug(P9_DEBUG_ERROR, in p9_client_version()
962 p9_debug(P9_DEBUG_ERROR, in p9_client_version()
1009 p9_debug(P9_DEBUG_ERROR, in p9_client_create()
[all …]
H A Dtrans_usbg.c195 p9_debug(P9_DEBUG_ERROR, in usb9pfs_rx_header()
206 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", rc.tag); in usb9pfs_rx_header()
211 p9_debug(P9_DEBUG_ERROR, in usb9pfs_rx_header()
219 p9_debug(P9_DEBUG_ERROR, in usb9pfs_rx_header()
H A Dprotocol.c791 p9_debug(P9_DEBUG_ERROR, in p9dirent_read()
/linux-6.15/include/net/9p/
H A D9p.h33 P9_DEBUG_ERROR = (1<<0), enumerator