stamp 128 lib/vfs/gc.c struct vfs_stamping *stamp; stamp 130 lib/vfs/gc.c stamp = g_new (struct vfs_stamping, 1); stamp 131 lib/vfs/gc.c stamp->v = v; stamp 132 lib/vfs/gc.c stamp->id = id; stamp 133 lib/vfs/gc.c stamp->time = g_get_monotonic_time (); stamp 135 lib/vfs/gc.c stamps = g_slist_append (stamps, stamp); stamp 150 lib/vfs/gc.c GSList *stamp; stamp 153 lib/vfs/gc.c stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); stamp 154 lib/vfs/gc.c if (stamp != NULL && stamp->data != NULL) stamp 156 lib/vfs/gc.c VFS_STAMPING (stamp->data)->time = g_get_monotonic_time (); stamp 172 lib/vfs/gc.c GSList *stamp; stamp 174 lib/vfs/gc.c stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); stamp 175 lib/vfs/gc.c if (stamp != NULL) stamp 177 lib/vfs/gc.c g_free (stamp->data); stamp 178 lib/vfs/gc.c stamps = g_slist_delete_link (stamps, stamp); stamp 242 lib/vfs/gc.c GSList *stamp; stamp 260 lib/vfs/gc.c for (stamp = stamps; stamp != NULL; stamp = g_slist_next (stamp)) stamp 262 lib/vfs/gc.c struct vfs_stamping *stamping = VFS_STAMPING (stamp->data); stamp 269 lib/vfs/gc.c MC_PTR_FREE (stamp->data); stamp 280 lib/vfs/gc.c MC_PTR_FREE (stamp->data);