RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions

IMFS Make a Generic Node. More...

#include <rtems/imfsimpl.h>
#include <string.h>

Functions

IMFS_jnode_tIMFS_node_initialize_generic (IMFS_jnode_t *node, void *arg)
 Returns the node and sets the generic node context.
 
int IMFS_make_generic_node (const char *path, mode_t mode, const IMFS_node_control *node_control, void *context)
 Makes a generic IMFS node.
 
int IMFS_make_node (const char *path, mode_t mode, const IMFS_node_control *node_control, size_t node_size, void *context)
 

Detailed Description

IMFS Make a Generic Node.