Displaying 3 results from an estimated 3 matches for "znode_t".
Did you mean:
node_t
2007 Jul 26
2
Tracing znode_t from dnode_t
Hi,
To get my understanding of zfs data structures correct, I need to
trace znode_t from given dnode_t. I came up with following trace, is
this correct?
dnote_t->dn_bonus->db_user_ptr points to corresponding znode_t
Is there any other(better) way to trace znode_t from dnode_t?
Cheers,
-Atul
2007 May 09
5
Refactor zfs_zget()
Hi,
Since almost all operations in the FUSE low-level API identify files by inode
number, I''ve been using zfs_zget() to get the corresponding znode/vnode in
order to call the corresponding VFS function in zfs_vnops.c.
However, there are some cases when zfs_zget() behaves slightly different than
I need:
1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return
2009 Jan 23
1
ZIL FOID
I need some clarification on the FOID handed to zil_commit. I wrote a dscript to watch entry and return of zil_commit_writer. Here is an example output:
<pre>
2009 Jan 23 23:34:36: ZIL Commit : Seq 183211310 : FOID 129644 Completed in 0 ms
2009 Jan 23 23:34:36: ZIL Commit : Seq 183211324 : FOID 129644 Completed in 0 ms
2009 Jan 23 23:34:36: ZIL Commit : Seq 183211386