stamps 107 lib/vfs/gc.c static GSList *stamps = NULL; stamps 136 lib/vfs/gc.c stamps = g_slist_append (stamps, stamp); stamps 154 lib/vfs/gc.c stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); stamps 175 lib/vfs/gc.c stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); stamps 179 lib/vfs/gc.c stamps = g_slist_delete_link (stamps, stamp); stamps 257 lib/vfs/gc.c stamps = g_slist_reverse (stamps); stamps 261 lib/vfs/gc.c for (stamp = stamps; stamp != NULL; stamp = g_slist_next (stamp)) stamps 287 lib/vfs/gc.c stamps = g_slist_remove_all (stamps, NULL); stamps 302 lib/vfs/gc.c return stamps != NULL ? 10 : 0;