tag | line | file | source code |
cache_size | 34 | fs/ncpfs/dir.c | int cache_size); |
cache_size | 38 | fs/ncpfs/dir.c | int cache_size, struct ncp_dirent *entry); |
cache_size | 375 | fs/ncpfs/dir.c | ncp_read_volume_list(struct ncp_server *server, int fpos, int cache_size) |
cache_size | 406 | fs/ncpfs/dir.c | else if (total_count >= fpos + cache_size) |
cache_size | 435 | fs/ncpfs/dir.c | int cache_size, struct ncp_dirent *entry) |
cache_size | 471 | fs/ncpfs/dir.c | while (total_count < fpos + cache_size) |
cache_size | 941 | fs/smbfs/proc.c | int cache_size, struct smb_dirent *entry) |
cache_size | 960 | fs/smbfs/proc.c | DPRINTK("SMB call readdir %d @ %d\n", cache_size, fpos); |
cache_size | 1039 | fs/smbfs/proc.c | else if (total_count >= fpos + cache_size) { |
cache_size | 1145 | fs/smbfs/proc.c | int cache_size, struct smb_dirent *entry) |
cache_size | 1179 | fs/smbfs/proc.c | DPRINTK("SMB call lreaddir %d @ %d\n", cache_size, fpos); |
cache_size | 1327 | fs/smbfs/proc.c | else if (total_count >= fpos + cache_size) { |
cache_size | 1373 | fs/smbfs/proc.c | int cache_size, struct smb_dirent *entry) |
cache_size | 1376 | fs/smbfs/proc.c | return smb_proc_readdir_long(server, dir, fpos, cache_size, |
cache_size | 1379 | fs/smbfs/proc.c | return smb_proc_readdir_short(server, dir, fpos, cache_size, |
cache_size | 147 | include/linux/smb_fs.h | int fpos, int cache_size, |