Searched defs:ud_inode (Results 1 – 1 of 1) sorted by relevance
382 struct ud_inode { struct383 struct ud_inode *i_forw; argument384 struct ud_inode *i_back; argument385 struct ud_inode *i_freef; argument386 struct ud_inode *i_freeb; argument388 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 …]