[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 }