imfs_fsunmount()
rtems_filesystem_mount_table_entry_t *mt_entry
imfs_init.c
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.
Copyright © 1988-2007OAR Corporation