Home
last modified time | relevance | path

Searched refs:p9_debug (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/net/9p/
Dclient.c95 p9_debug(P9_DEBUG_ERROR, "Invalid error code %d\n", err); in safe_errno()
108 p9_debug(P9_DEBUG_9P, "Protocol version: Legacy\n"); in get_protocol_version()
111 p9_debug(P9_DEBUG_9P, "Protocol version: 9P2000.u\n"); in get_protocol_version()
114 p9_debug(P9_DEBUG_9P, "Protocol version: 9P2000.L\n"); in get_protocol_version()
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()
384 p9_debug(P9_DEBUG_MUX, "freeing clnt %p req %p tag: %d\n", c, r, tag); in p9_tag_remove()
435 p9_debug(P9_DEBUG_MUX, " tag %d\n", req->tc.tag); in p9_client_cb()
[all …]
Dtrans_fd.c192 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()
291 p9_debug(P9_DEBUG_TRANS, "start mux %p pos %zd\n", m, m->rc.offset); in p9_read_work()
300 p9_debug(P9_DEBUG_TRANS, "read mux %p pos %zd size: %zd = %zd\n", in p9_read_work()
305 p9_debug(P9_DEBUG_TRANS, "mux %p got %d bytes\n", m, err); in p9_read_work()
316 p9_debug(P9_DEBUG_TRANS, "got new header\n"); in p9_read_work()
322 p9_debug(P9_DEBUG_ERROR, in p9_read_work()
327 p9_debug(P9_DEBUG_TRANS, in p9_read_work()
333 p9_debug(P9_DEBUG_ERROR, "Unexpected packet tag %d\n", in p9_read_work()
[all …]
Dtrans_virtio.c137 p9_debug(P9_DEBUG_TRANS, ": request done\n"); in req_done()
264 p9_debug(P9_DEBUG_TRANS, "9p debug: virtio request\n"); in p9_virtio_request()
293 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_request()
297 p9_debug(P9_DEBUG_TRANS, in p9_virtio_request()
305 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n"); in p9_virtio_request()
436 p9_debug(P9_DEBUG_TRANS, "virtio request\n"); in p9_virtio_zc_request()
521 p9_debug(P9_DEBUG_TRANS, "Retry virtio request\n"); in p9_virtio_zc_request()
525 p9_debug(P9_DEBUG_TRANS, in p9_virtio_zc_request()
534 p9_debug(P9_DEBUG_TRANS, "virtio request kicked\n"); in p9_virtio_zc_request()
Dtrans_rdma.c193 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()
Dprotocol.c723 p9_debug(P9_DEBUG_9P, "<<< p9stat_read failed: %d\n", ret); in p9stat_read()
748 p9_debug(P9_DEBUG_9P, ">>> size=%d type: %d tag: %d\n", in p9pdu_finalize()
775 p9_debug(P9_DEBUG_9P, "<<< p9dirent_read failed: %d\n", ret); in p9dirent_read()
782 p9_debug(P9_DEBUG_ERROR, in p9dirent_read()
/Linux-v6.1/fs/9p/
Dv9fs.c86 p9_debug(P9_DEBUG_9P, "Cache mode: loose\n"); in get_cache_mode()
89 p9_debug(P9_DEBUG_9P, "Cache mode: fscache\n"); in get_cache_mode()
92 p9_debug(P9_DEBUG_9P, "Cache mode: mmap\n"); in get_cache_mode()
95 p9_debug(P9_DEBUG_9P, "Cache mode: none\n"); in get_cache_mode()
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()
[all …]
Dvfs_inode_dotl.c262 p9_debug(P9_DEBUG_VFS, "name:%s flags:0x%x mode:0x%x\n", in v9fs_vfs_atomic_open_dotl()
268 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
276 p9_debug(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
286 p9_debug(P9_DEBUG_VFS, "Failed to get acl values in creat %d\n", in v9fs_vfs_atomic_open_dotl()
293 p9_debug(P9_DEBUG_VFS, "p9_client_open_dotl failed in creat %d\n", in v9fs_vfs_atomic_open_dotl()
303 p9_debug(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
309 p9_debug(P9_DEBUG_VFS, "inode creation failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
381 p9_debug(P9_DEBUG_VFS, "name %pd\n", dentry); in v9fs_vfs_mkdir_dotl()
392 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err); in v9fs_vfs_mkdir_dotl()
401 p9_debug(P9_DEBUG_VFS, "Failed to get acl values in mkdir %d\n", in v9fs_vfs_mkdir_dotl()
[all …]
Dvfs_inode.c135 p9_debug(P9_DEBUG_ERROR, in p9mode2unixmode()
148 p9_debug(P9_DEBUG_ERROR, "Unknown special type %c %s\n", in p9mode2unixmode()
281 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode()
314 p9_debug(P9_DEBUG_ERROR, in v9fs_init_inode()
342 p9_debug(P9_DEBUG_ERROR, "BAD mode 0x%hx S_IFMT 0x%x\n", in v9fs_init_inode()
367 p9_debug(P9_DEBUG_VFS, "super block: %p mode: %ho\n", sb, mode); in v9fs_get_inode()
556 p9_debug(P9_DEBUG_VFS, "inode: %p dentry: %p rmdir: %x\n", in v9fs_remove()
564 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", retval); in v9fs_remove()
618 p9_debug(P9_DEBUG_VFS, "name %pd\n", dentry); in v9fs_create()
625 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err); in v9fs_create()
[all …]
Dvfs_dir.c96 p9_debug(P9_DEBUG_VFS, "name %pD\n", file); in v9fs_dir_readdir()
127 p9_debug(P9_DEBUG_VFS, "returned %d\n", err); in v9fs_dir_readdir()
157 p9_debug(P9_DEBUG_VFS, "name %pD\n", file); in v9fs_dir_readdir_dotl()
183 p9_debug(P9_DEBUG_VFS, "returned %d\n", err); in v9fs_dir_readdir_dotl()
215 p9_debug(P9_DEBUG_VFS, "inode: %p filp: %p fid: %d\n", in v9fs_dir_release()
Dvfs_super.c120 p9_debug(P9_DEBUG_VFS, "\n"); in v9fs_mount()
189 p9_debug(P9_DEBUG_VFS, " simple set mount, return 0\n"); in v9fs_mount()
221 p9_debug(P9_DEBUG_VFS, " %p\n", s); in v9fs_kill_super()
229 p9_debug(P9_DEBUG_VFS, "exiting kill_super\n"); in v9fs_kill_super()
302 p9_debug(P9_DEBUG_VFS, "%s: inode %p\n", __func__, inode); in v9fs_write_inode()
327 p9_debug(P9_DEBUG_VFS, "%s: inode %p, writeback_fid %p\n", in v9fs_write_inode_dotl()
Dxattr.c32 p9_debug(P9_DEBUG_VFS, "p9_client_attrwalk failed %zd\n", in v9fs_fid_xattr_get()
68 p9_debug(P9_DEBUG_VFS, "name = %s value_len = %zu\n", in v9fs_xattr_get()
114 p9_debug(P9_DEBUG_VFS, "name = %s value_len = %zu flags = %d\n", in v9fs_fid_xattr_set()
127 p9_debug(P9_DEBUG_VFS, "p9_client_xattrcreate failed %d\n", in v9fs_fid_xattr_set()
Dvfs_file.c50 p9_debug(P9_DEBUG_VFS, "inode: %p file: %p\n", inode, file); in v9fs_file_open()
121 p9_debug(P9_DEBUG_VFS, "filp: %p lock: %p\n", filp, fl); in v9fs_file_lock()
306 p9_debug(P9_DEBUG_VFS, "filp: %p cmd:%d lock: %p name: %pD\n", in v9fs_file_lock_dotl()
337 p9_debug(P9_DEBUG_VFS, "filp: %p cmd:%d lock: %p name: %pD\n", in v9fs_file_flock_dotl()
371 p9_debug(P9_DEBUG_VFS, "count %zu offset %lld\n", in v9fs_file_read_iter()
443 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync()
466 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync_dotl()
536 p9_debug(P9_DEBUG_VFS, "folio %p fid %lx\n", in v9fs_vm_page_mkwrite()
611 p9_debug(P9_DEBUG_VFS, "9p VMA close, %p, flushing", vma); in v9fs_mmap_vm_close()
Dcache.c35 p9_debug(P9_DEBUG_FSC, "session %p get volume %p (%s)\n", in v9fs_cache_session_get_cookie()
72 p9_debug(P9_DEBUG_FSC, "inode %p get cookie %p\n", in v9fs_cache_inode_get_cookie()
Dvfs_dentry.c35 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p)\n", in v9fs_cached_dentry_delete()
54 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p)\n", in v9fs_dentry_release()
Dvfs_addr.c204 p9_debug(P9_DEBUG_VFS, "folio %p\n", folio); in v9fs_vfs_writepage()
281 p9_debug(P9_DEBUG_VFS, "filp %p, mapping %p\n", filp, mapping); in v9fs_write_begin()
306 p9_debug(P9_DEBUG_VFS, "filp %p, mapping %p\n", filp, mapping); in v9fs_write_end()
Dfid.c57 p9_debug(P9_DEBUG_VFS, " inode: %p\n", inode); in v9fs_fid_find_inode()
103 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p) uid %d any %d\n", in v9fs_fid_find()
/Linux-v6.1/include/net/9p/
D9p.h52 #define p9_debug(level, fmt, ...) \ macro
55 #define p9_debug(level, fmt, ...) \ macro