| tag | line | file | source code |
|---|---|---|---|
| NCP_READDIR_CACHE_SIZE | 169 | fs/ncpfs/dir.c | i = sizeof (struct ncp_dirent) * NCP_READDIR_CACHE_SIZE; |
| NCP_READDIR_CACHE_SIZE | 222 | fs/ncpfs/dir.c | NCP_READDIR_CACHE_SIZE); |
| NCP_READDIR_CACHE_SIZE | 229 | fs/ncpfs/dir.c | NCP_READDIR_CACHE_SIZE, |
| NCP_READDIR_CACHE_SIZE | 242 | fs/ncpfs/dir.c | c_seen_eof = (result < NCP_READDIR_CACHE_SIZE); |
| NCP_READDIR_CACHE_SIZE | 454 | fs/ncpfs/dir.c | sizeof(struct ncp_dirent) * NCP_READDIR_CACHE_SIZE); |