l_stat           1624 src/vfs/ftpfs/ftpfs.c                     if (S_ISLNK (fe->s.st_mode) && fe->l_stat == 0)
l_stat           1647 src/vfs/ftpfs/ftpfs.c                         fel->l_stat = g_new (struct stat, 1);
l_stat           1649 src/vfs/ftpfs/ftpfs.c                             *fel->l_stat = *fe->l_stat;
l_stat           1651 src/vfs/ftpfs/ftpfs.c                             *fel->l_stat = fe->s;
l_stat           1652 src/vfs/ftpfs/ftpfs.c                         (*fel->l_stat).st_ino = bucket->__inode_counter++;
l_stat           1747 src/vfs/ftpfs/ftpfs.c                     fe->l_stat = g_try_new (struct stat, 1);
l_stat           1748 src/vfs/ftpfs/ftpfs.c                     if (fe->l_stat == NULL)
l_stat           1751 src/vfs/ftpfs/ftpfs.c                     *fe->l_stat = s;
l_stat           1752 src/vfs/ftpfs/ftpfs.c                     (*fe->l_stat).st_ino = bucket->__inode_counter++;