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 - 2
of
2
) 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 (".") */
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 24 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025