Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/chfs/
H A Dchfs_inode.h75 struct chfs_inode struct
78 kmutex_t inode_lock; /* lock the fields of chfs_inode */ argument
80 struct ufsmount *ump; /* ufs mount - TODO we should remove it */
81 struct chfs_mount *chmp; /* chfs mount point - TODO we should remove it */
83 struct vnode *vp; /* vnode associated with this inode */
84 ino_t ino; /* vnode identifier number */
86 struct vnode *devvp; /* vnode for block I/O */
87 dev_t dev; /* device associated with the inode */
89 struct chfs_vnode_cache *chvc; /* vnode cache of this node */
91 struct chfs_dirent *fd; /* full dirent of this node */
[all …]