IMFS_freenod()
rtems_filesystem_location_info_t *pathloc /* IN */
imfs_free.c
This method is a private function to the IMFS. It is called by IMFS routines to free nodes that have been allocated. Examples of where this routine may be called from are unlink and rmnod.
Note: This routine should not be confused with the filesystem callback freenod. The IMFS allocates memory until the node no longer exists.
Copyright © 1988-2003 OAR Corporation