#define VFS_LIST_FOREACH_REVERSE ( vl,
vr   )     for (vr = vfs_list_last(vl); vr != NULL; vr = vfs_list_prev(vr))

Reverse loop through all items in the VFS list.

Definition at line 252 of file vfs.h.

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