Displaying 2 results from an estimated 2 matches for "zfs_getattr".
Did you mean:
nfs_getattr
2008 Jun 18
4
getting inodeno for zfs from vnode in vfs kernel layer
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 does similar thing which i am doing
but its able to get me
inode no in getattribute structure(node id), that makes me thinking
there is something more happening when i
call vop_getattr on zfs rather than just calling zfs_getattr.
******************Legal Disclaimer***...
2008 Jun 18
0
getting inode for zfs from vnode/vfs layer in kernel
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 does similar thing which i am doing
but its able to get me
inode no in getattribute structure(node id), that makes me thinking
there is something more happening when i
call vop_getattr on zfs rather than just calling zfs_getattr.
******************Legal Disclaimer***...