OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_fsnode
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/makefs/
makefs.h
108
typedef struct
_fsnode
{
struct
109
struct
_fsnode
*parent; /* parent (NULL if root) */
110
struct
_fsnode
*child; /* child (if type == S_IFDIR) */
111
struct
_fsnode
*next; /* next */
112
struct
_fsnode
*first; /* first node of current level (".") */
Completed in 23 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025