RTEMS  5.1
Data Structures | Functions

IMFS Rename. More...

#include <rtems/imfs.h>
#include <string.h>
#include <stdlib.h>

Data Structures

struct  IMFS_renamed_control
 

Functions

int IMFS_rename (const rtems_filesystem_location_info_t *oldparentloc, const rtems_filesystem_location_info_t *oldloc, const rtems_filesystem_location_info_t *newparentloc, const char *name, size_t namelen)
 Rename the IMFS. More...
 

Detailed Description

IMFS Rename.