shri wrote:
> i have valid vnode , got after create and it has valid fields such as
> type,zfsvfsp etc. and i do get znode pointer by doing VTOZ.
> i need inode for my application .
Why does your application need an inode ? What it it doing with it ?
What are you trying to do in your applicatio
i have valid vnode , got after create and it has valid fields such as
type,zfsvfsp etc. and i do get znode pointer by doing VTOZ.
i need inode for my application .
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@open
Shriram Agarwal wrote:
> i need to get inodeno on ZFS and i am not able to find how to find it in
> kernel at vfs layer.
>
> i have vnode pointer and i am doing VTOZ to get znode but printing z_id
> from znode pointer
>
> gives me deadbeef(unitialized) , can somebody point me how to get that?
>
i need to get inodeno on ZFS and i am not able to find how to find it in
kernel at vfs layer.
i have vnode pointer and i am doing VTOZ to get znode but printing z_id
from znode pointer
gives me deadbeef(unitialized) , can somebody point me how to get that?
i looked at zfs_getattr code and it doe