Home
last modified time | relevance | path

Searched defs:ud_inode (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h382 struct ud_inode { struct
383 struct ud_inode *i_forw; argument
384 struct ud_inode *i_back; argument
385 struct ud_inode *i_freef; argument
386 struct ud_inode *i_freeb; argument
388 struct vnode *i_vnode; /* vnode associated with this inode */
389 struct vnode *i_devvp; /* vnode for block I/O */
390 struct udf_vfs *i_udf; /* incore fs associated with inode */
391 krwlock_t i_rwlock; /* serializes write/setattr requests */
392 krwlock_t i_contents; /* protects (most of) inode contents */
[all …]