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

  /src/sys/fs/efs/
efs_inode.h 1 /* $NetBSD: efs_inode.h,v 1.1 2007/06/29 23:30:29 rumble Exp $ */
25 * The efs_inode structure represents an in-core inode. It contains meta-data
30 struct efs_inode { struct
36 LIST_ENTRY(efs_inode) ei_hash; /* inode hash chain */
60 #define EFS_VTOI(vp) ((struct efs_inode *)(vp)->v_data)
efs_inode.h 1 /* $NetBSD: efs_inode.h,v 1.1 2007/06/29 23:30:29 rumble Exp $ */
25 * The efs_inode structure represents an in-core inode. It contains meta-data
30 struct efs_inode { struct
36 LIST_ENTRY(efs_inode) ei_hash; /* inode hash chain */
60 #define EFS_VTOI(vp) ((struct efs_inode *)(vp)->v_data)

Completed in 22 milliseconds