static void vfs_list_init ( struct vfslist vl  )  [inline, static]

Run-time initialize a VFS list structure.

Definition at line 175 of file vfs.h.

00176 {
00177         vl->first = vl->last = NULL;
00178         vl->items = 0;
00179 }

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:51 2010 for herrie by  doxygen 1.6.3