RTEMS CPU Kit with SuperCore
Functions
bdpart-mount.c File Reference

Block Device Partition Management. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rtems.h>
#include <rtems/bdpart.h>
#include <rtems/libio.h>
Include dependency graph for bdpart-mount.c:

Functions

rtems_status_code rtems_bdpart_mount (const char *disk_name, const rtems_bdpart_partition *pt, size_t count, const char *mount_base)
 Mounts all supported file systems inside the logical disks derived from the partitions of the physical disk device with name disk_name. More...
 
rtems_status_code rtems_bdpart_unmount (const char *disk_name, const rtems_bdpart_partition *pt, size_t count, const char *mount_base)
 Unmounts all file systems mounted with rtems_bdpart_mount().
 

Detailed Description

Block Device Partition Management.