static void vfs_list_move ( struct vfslist vdst,
const struct vfslist vsrc 
) [inline, static]

Move the contents of one list to another.

Definition at line 185 of file vfs.h.

00186 {
00187         memcpy(vdst, vsrc, sizeof(struct vfslist));
00188 }

Here is the caller graph for this function:

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