OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autofs_node
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/autofs/
autofs.h
63
#define VTOI(vp) ((struct
autofs_node
*)((vp)->v_data))
98
struct
autofs_node
{
struct
99
RB_ENTRY(
autofs_node
) an_entry;
102
struct
autofs_node
*an_parent;
104
autofs_node
) an_children;
115
struct
autofs_node
*am_root;
152
int autofs_trigger(struct
autofs_node
*anp, const char *component,
154
bool autofs_cached(struct
autofs_node
*anp, const char *component,
159
int autofs_node_new(struct
autofs_node
*parent, struct autofs_mount *amp,
160
const char *name, int namelen, struct
autofs_node
**anpp)
[
all
...]
autofs.h
63
#define VTOI(vp) ((struct
autofs_node
*)((vp)->v_data))
98
struct
autofs_node
{
struct
99
RB_ENTRY(
autofs_node
) an_entry;
102
struct
autofs_node
*an_parent;
104
autofs_node
) an_children;
115
struct
autofs_node
*am_root;
152
int autofs_trigger(struct
autofs_node
*anp, const char *component,
154
bool autofs_cached(struct
autofs_node
*anp, const char *component,
159
int autofs_node_new(struct
autofs_node
*parent, struct autofs_mount *amp,
160
const char *name, int namelen, struct
autofs_node
**anpp)
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025