]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sometimes it is helpful to get the path for a vnode.
authorbz <bz@FreeBSD.org>
Wed, 20 Jun 2018 08:34:29 +0000 (08:34 +0000)
committerbz <bz@FreeBSD.org>
Wed, 20 Jun 2018 08:34:29 +0000 (08:34 +0000)
commit49043c2660b2ac555750b1ddde6ba663c5f5273e
treefd934ba2e3dfb19fcb9ad1bd4337d19c4fdc8a6b
parentc98c9817c7c026cb782a2c0b2ce9aba62ed19c28
Sometimes it is helpful to get the path for a vnode.
Implement a ddb function walking the namecache to do this.

Reviewed by: jhb, mjg
Inspired by: gdb macro from jhb (old version)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D14898
share/man/man4/ddb.4
sys/kern/vfs_cache.c