l_stat 1621 src/vfs/ftpfs/ftpfs.c if (S_ISLNK (fe->s.st_mode) && fe->l_stat == 0) l_stat 1644 src/vfs/ftpfs/ftpfs.c fel->l_stat = g_new (struct stat, 1); l_stat 1646 src/vfs/ftpfs/ftpfs.c *fel->l_stat = *fe->l_stat; l_stat 1648 src/vfs/ftpfs/ftpfs.c *fel->l_stat = fe->s; l_stat 1649 src/vfs/ftpfs/ftpfs.c (*fel->l_stat).st_ino = bucket->__inode_counter++; l_stat 1745 src/vfs/ftpfs/ftpfs.c fe->l_stat = g_try_new (struct stat, 1); l_stat 1746 src/vfs/ftpfs/ftpfs.c if (fe->l_stat == NULL) l_stat 1749 src/vfs/ftpfs/ftpfs.c *fe->l_stat = s; l_stat 1750 src/vfs/ftpfs/ftpfs.c (*fe->l_stat).st_ino = bucket->__inode_counter++;