g_queue_find_custom  268 lib/vfs/direntry.c     iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare);
g_queue_find_custom  295 lib/vfs/direntry.c         iter = g_queue_find_custom (root->subdir, path, (GCompareFunc) vfs_s_entry_compare);
g_queue_find_custom  277 src/vfs/extfs/extfs.c             pl = g_queue_find_custom (pent->ino->subdir, p, vfs_s_entry_compare);