tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: find a file from DDB?



On 13 Nov 2014, at 17:23, Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:

> Hello
> 
> I track a locking problem in DDB. Given a vnode, how can I find what file
> is involved? This is a UFS filesystem, and as far as I can tell, ddb
> is not able to ouput the inode, right?

You may "call VOP_PRINT(0xxxx)" with 0xxxx being the vnode address.

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig (Germany)



Home | Main Index | Thread Index | Old Index