Home
last modified time | relevance | path

Searched refs:P9_DEBUG_VFS (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/9p/
H A Dvfs_inode_dotl.c261 p9_debug(P9_DEBUG_VFS, "name:%s flags:0x%x mode:0x%x\n", in v9fs_vfs_atomic_open_dotl()
267 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
275 p9_debug(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
285 p9_debug(P9_DEBUG_VFS, "Failed to get acl values in create %d\n", in v9fs_vfs_atomic_open_dotl()
297 p9_debug(P9_DEBUG_VFS, "p9_client_open_dotl failed in create %d\n", in v9fs_vfs_atomic_open_dotl()
307 p9_debug(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
313 p9_debug(P9_DEBUG_VFS, "inode creation failed %d\n", err); in v9fs_vfs_atomic_open_dotl()
369 p9_debug(P9_DEBUG_VFS, "name %pd\n", dentry); in v9fs_vfs_mkdir_dotl()
379 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err); in v9fs_vfs_mkdir_dotl()
388 p9_debug(P9_DEBUG_VFS, "Failed to get acl values in mkdir %d\n", in v9fs_vfs_mkdir_dotl()
[all …]
H A Dvfs_file.c47 p9_debug(P9_DEBUG_VFS, "inode: %p file: %p\n", inode, file); in v9fs_file_open()
108 p9_debug(P9_DEBUG_VFS, "filp: %p lock: %p\n", filp, fl); in v9fs_file_lock()
293 p9_debug(P9_DEBUG_VFS, "filp: %p cmd:%d lock: %p name: %pD\n", in v9fs_file_lock_dotl()
324 p9_debug(P9_DEBUG_VFS, "filp: %p cmd:%d lock: %p name: %pD\n", in v9fs_file_flock_dotl()
358 p9_debug(P9_DEBUG_VFS, "fid %d count %zu offset %lld\n", in v9fs_file_read_iter()
362 p9_debug(P9_DEBUG_VFS, "(cached)\n"); in v9fs_file_read_iter()
391 p9_debug(P9_DEBUG_VFS, "fid %d count %zu offset %lld\n", in v9fs_file_splice_read()
414 p9_debug(P9_DEBUG_VFS, "fid %d\n", fid->fid); in v9fs_file_write_iter()
465 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync()
488 p9_debug(P9_DEBUG_VFS, "filp %p datasync %x\n", filp, datasync); in v9fs_file_fsync_dotl()
[all …]
H A Dvfs_dir.c94 p9_debug(P9_DEBUG_VFS, "name %pD\n", file); in v9fs_dir_readdir()
125 p9_debug(P9_DEBUG_VFS, "returned %d\n", err); in v9fs_dir_readdir()
155 p9_debug(P9_DEBUG_VFS, "name %pD\n", file); in v9fs_dir_readdir_dotl()
181 p9_debug(P9_DEBUG_VFS, "returned %d\n", err); in v9fs_dir_readdir_dotl()
214 p9_debug(P9_DEBUG_VFS, "inode: %p filp: %p fid: %d\n", in v9fs_dir_release()
H A Dvfs_super.c117 p9_debug(P9_DEBUG_VFS, "\n"); in v9fs_mount()
186 p9_debug(P9_DEBUG_VFS, " simple set mount, return 0\n"); in v9fs_mount()
218 p9_debug(P9_DEBUG_VFS, " %p\n", s); in v9fs_kill_super()
226 p9_debug(P9_DEBUG_VFS, "exiting kill_super\n"); in v9fs_kill_super()
298 p9_debug(P9_DEBUG_VFS, "%s: inode %p\n", __func__, inode); in v9fs_write_inode()
312 p9_debug(P9_DEBUG_VFS, "%s: inode %p\n", __func__, inode); in v9fs_write_inode_dotl()
H A Dxattr.c33 p9_debug(P9_DEBUG_VFS, "p9_client_attrwalk failed %zd\n", in v9fs_fid_xattr_get()
71 p9_debug(P9_DEBUG_VFS, "name = '%s' value_len = %zu\n", in v9fs_xattr_get()
117 p9_debug(P9_DEBUG_VFS, "name = %s value_len = %zu flags = %d\n", in v9fs_fid_xattr_set()
130 p9_debug(P9_DEBUG_VFS, "p9_client_xattrcreate failed %d\n", in v9fs_fid_xattr_set()
H A Dvfs_inode.c350 p9_debug(P9_DEBUG_VFS, "super block: %p mode: %ho\n", sb, mode); in v9fs_get_inode()
547 p9_debug(P9_DEBUG_VFS, "inode: %p dentry: %p rmdir: %x\n", in v9fs_remove()
555 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", retval); in v9fs_remove()
609 p9_debug(P9_DEBUG_VFS, "name %pd\n", dentry); in v9fs_create()
615 p9_debug(P9_DEBUG_VFS, "fid lookup failed %d\n", err); in v9fs_create()
623 p9_debug(P9_DEBUG_VFS, "p9_client_walk failed %d\n", err); in v9fs_create()
629 p9_debug(P9_DEBUG_VFS, "p9_client_fcreate failed %d\n", err); in v9fs_create()
638 p9_debug(P9_DEBUG_VFS, in v9fs_create()
648 p9_debug(P9_DEBUG_VFS, in v9fs_create()
713 p9_debug(P9_DEBUG_VFS, "name %pd\n", dentry); in v9fs_vfs_mkdir()
[all …]
H A Dvfs_dentry.c33 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p)\n", in v9fs_cached_dentry_delete()
53 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p)\n", in v9fs_dentry_release()
H A Dfid.c66 p9_debug(P9_DEBUG_VFS, " inode: %p\n", inode); in v9fs_fid_find_inode()
73 p9_debug(P9_DEBUG_VFS, " mode: %x not writeable?\n", in v9fs_fid_find_inode()
117 p9_debug(P9_DEBUG_VFS, " dentry: %pd (%p) uid %d any %d\n", in v9fs_fid_find()
H A Dvfs_addr.c206 p9_debug(P9_DEBUG_VFS, "folio %p\n", folio); in v9fs_vfs_writepage()
283 p9_debug(P9_DEBUG_VFS, "filp %p, mapping %p\n", filp, mapping); in v9fs_write_begin()
305 p9_debug(P9_DEBUG_VFS, "filp %p, mapping %p\n", filp, mapping); in v9fs_write_end()
/openbmc/linux/include/net/9p/
H A D9p.h35 P9_DEBUG_VFS = (1<<3), enumerator