RTEMS  5.1
Macros | Functions

Unmount this Instance of IMFS. More...

#include <rtems/imfs.h>

Macros

#define jnode_get_control(jnode)   (&((IMFS_directory_t *) jnode)->Entries)
 
#define jnode_has_no_children(jnode)   rtems_chain_is_empty( jnode_get_control( jnode ) )
 
#define jnode_has_children(jnode)   ( ! jnode_has_no_children( jnode ) )
 
#define jnode_get_first_child(jnode)   ((IMFS_jnode_t *)( rtems_chain_head( jnode_get_control( jnode ) )->next))
 

Functions

void IMFS_fsunmount (rtems_filesystem_mount_table_entry_t *temp_mt_entry)
 Unmount this instance of IMFS.
 

Detailed Description

Unmount this Instance of IMFS.