HomeSort by: relevance | last modified time | path
    Searched defs:chfs_inode (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_inode.h 1 /* $NetBSD: chfs_inode.h,v 1.10 2015/01/11 17:29:57 hannken Exp $ */
75 struct chfs_inode struct
78 kmutex_t inode_lock; /* lock the fields of chfs_inode */
115 /* These flags are kept in chfs_inode->iflag. */
138 /* struct vnode to struct chfs_inode */
139 #define VTOI(vp) ((struct chfs_inode *)(vp)->v_data)
140 /* struct chfs_inode to struct vnode */

Completed in 11 milliseconds