stamp             129 lib/vfs/gc.c           struct vfs_stamping *stamp;
stamp             131 lib/vfs/gc.c           stamp = g_new (struct vfs_stamping, 1);
stamp             132 lib/vfs/gc.c           stamp->v = v;
stamp             133 lib/vfs/gc.c           stamp->id = id;
stamp             134 lib/vfs/gc.c           stamp->time = g_get_monotonic_time ();
stamp             136 lib/vfs/gc.c           stamps = g_slist_append (stamps, stamp);
stamp             151 lib/vfs/gc.c       GSList *stamp;
stamp             154 lib/vfs/gc.c       stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare);
stamp             155 lib/vfs/gc.c       if (stamp != NULL && stamp->data != NULL)
stamp             157 lib/vfs/gc.c           VFS_STAMPING (stamp->data)->time = g_get_monotonic_time ();
stamp             173 lib/vfs/gc.c       GSList *stamp;
stamp             175 lib/vfs/gc.c       stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare);
stamp             176 lib/vfs/gc.c       if (stamp != NULL)
stamp             178 lib/vfs/gc.c           g_free (stamp->data);
stamp             179 lib/vfs/gc.c           stamps = g_slist_delete_link (stamps, stamp);
stamp             243 lib/vfs/gc.c       GSList *stamp;
stamp             261 lib/vfs/gc.c       for (stamp = stamps; stamp != NULL; stamp = g_slist_next (stamp))
stamp             263 lib/vfs/gc.c           struct vfs_stamping *stamping = VFS_STAMPING (stamp->data);
stamp             270 lib/vfs/gc.c               MC_PTR_FREE (stamp->data);
stamp             281 lib/vfs/gc.c                   MC_PTR_FREE (stamp->data);