]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: add a directory path lookup command
authorDarrick J. Wong <djwong@kernel.org>
Fri, 12 Feb 2021 22:23:05 +0000 (17:23 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 12 Feb 2021 22:23:05 +0000 (17:23 -0500)
commitd29084ced9d82d597928512ded29d3fd58a44c48
treebe5775befaf632856796f0389b2ddf08fccb563f
parent559b58faae9ba70deb972b1d9af91ffdcec67c6c
xfs_db: add a directory path lookup command

Add a command to xfs_db so that we can navigate to inodes by path.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/Makefile
db/command.c
db/command.h
db/namei.c [new file with mode: 0644]
man/man8/xfs_db.8