RTEMS Logo

RTEMS 4.9.0 On-Line Library


IMFS_fsunmount()

PREV UP NEXT Bookshelf RTEMS Filesystem Design Guide

6.4.1.14: IMFS_fsunmount()

Corresponding Structure Element:

imfs_fsunmount()

Arguments:

rtems_filesystem_mount_table_entry_t   *mt_entry

File:

imfs_init.c

Description:

This method unmounts this instance of the IMFS file system. It is the counterpart to the IMFS_initialize routine. It is called by the generic code under the fsunmount_me callback.

All method loops finding the first encountered node with no children and removing the node from the tree, thus returning allocated resources. This is done until all allocated nodes are returned.


PREV UP NEXT Bookshelf RTEMS Filesystem Design Guide

Copyright © 1988-2008 OAR Corporation