RTEMS Logo

RTEMS 4.7.1 On-Line Library


IMFS_freenod()

PREV UP NEXT Bookshelf RTEMS Filesystem Design Guide

6.4.1.9: IMFS_freenod()

Corresponding Structure Element:

IMFS_freenod()

Arguments:

rtems_filesystem_location_info_t      *pathloc       /* IN */

File:

imfs_free.c

Description:

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.


PREV UP NEXT Bookshelf RTEMS Filesystem Design Guide

Copyright © 1988-2004 OAR Corporation