nlink            1152 src/vfs/ftpfs/ftpfs_parse_ls.c                 int nlink;
nlink            1158 src/vfs/ftpfs/ftpfs_parse_ls.c                 nlink = info->ino->st.st_nlink;
nlink            1163 src/vfs/ftpfs/ftpfs_parse_ls.c                     info->ino->st.st_nlink = nlink;  // Ouch, we need to preserve our counts :-(
nlink            1193 src/vfs/ftpfs/ftpfs_parse_ls.c             int nlink;
nlink            1199 src/vfs/ftpfs/ftpfs_parse_ls.c             nlink = info->ino->st.st_nlink;
nlink            1204 src/vfs/ftpfs/ftpfs_parse_ls.c                 info->ino->st.st_nlink = nlink;  // Ouch, we need to preserve our counts :-(