taglinefilesource code
nfs_entry99fs/nfs/dir.cstatic struct nfs_entry *c_entry = NULL;
nfs_entry103fs/nfs/dir.cstruct nfs_entry *entry;
nfs_entry113fs/nfs/dir.ci = sizeof (struct nfs_entry)*NFS_READDIR_CACHE_SIZE;
nfs_entry114fs/nfs/dir.cc_entry = (struct nfs_entry *) kmalloc(i, GFP_KERNEL);
nfs_entry205fs/nfs/proc.cstatic int *xdr_decode_entry(int *p, struct nfs_entry *entry)
nfs_entry730fs/nfs/proc.cint cookie, int count, struct nfs_entry *entry)
nfs_entry86include/linux/nfs_fs.hint cookie, int count, struct nfs_entry *entry);