OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025