stamps            106 lib/vfs/gc.c   static GSList *stamps = NULL;
stamps            135 lib/vfs/gc.c           stamps = g_slist_append (stamps, stamp);
stamps            153 lib/vfs/gc.c       stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare);
stamps            174 lib/vfs/gc.c       stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare);
stamps            178 lib/vfs/gc.c           stamps = g_slist_delete_link (stamps, stamp);
stamps            256 lib/vfs/gc.c           stamps = g_slist_reverse (stamps);
stamps            260 lib/vfs/gc.c       for (stamp = stamps; stamp != NULL; stamp = g_slist_next (stamp))
stamps            286 lib/vfs/gc.c       stamps = g_slist_remove_all (stamps, NULL);
stamps            301 lib/vfs/gc.c       return stamps != NULL ? 10 : 0;