taglinefilesource code
nfs_entry92fs/nfs/dir.cstatic struct nfs_entry *c_entry = NULL;
nfs_entry96fs/nfs/dir.cstruct nfs_entry *entry;
nfs_entry106fs/nfs/dir.ci = sizeof (struct nfs_entry)*NFS_READDIR_CACHE_SIZE;
nfs_entry107fs/nfs/dir.cc_entry = (struct nfs_entry *) kmalloc(i, GFP_KERNEL);
nfs_entry180fs/nfs/proc.cstatic int *xdr_decode_entry(int *p, struct nfs_entry *entry)
nfs_entry683fs/nfs/proc.cint cookie, int count, struct nfs_entry *entry)
nfs_entry85include/linux/nfs_fs.hint cookie, int count, struct nfs_entry *entry);