RTEMS CPU Kit with SuperCore  4.11.2
Functions | Variables

IMFS Node Support. More...

#include "imfs.h"
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Include dependency graph for imfs_initsupp.c:

Functions

IMFS_jnode_tIMFS_initialize_node (IMFS_jnode_t *node, const IMFS_node_control *node_control, const char *name, size_t namelen, mode_t mode, void *arg)
 
int IMFS_initialize_support (rtems_filesystem_mount_table_entry_t *mt_entry, const void *data)
 
int IMFS_node_clone (rtems_filesystem_location_info_t *loc)
 Clone an IMFS node.
 
void IMFS_node_destroy (IMFS_jnode_t *node)
 Destroy an IMFS node.
 
void IMFS_node_free (const rtems_filesystem_location_info_t *loc)
 Free an IMFS node.
 
IMFS_jnode_tIMFS_node_initialize_default (IMFS_jnode_t *node, void *arg)
 Returns the node and does nothing else. More...
 
IMFS_jnode_tIMFS_node_remove_default (IMFS_jnode_t *node)
 Returns the node and does nothing else. More...
 
void IMFS_node_destroy_default (IMFS_jnode_t *node)
 Frees the node. More...
 

Variables

int imfs_memfile_bytes_per_block = 0
 
const IMFS_mknod_control IMFS_mknod_control_enosys
 

Detailed Description

IMFS Node Support.