taglinefilesource code
nfs_entry91fs/nfs/dir.cstatic struct nfs_entry *c_entry = NULL;
nfs_entry95fs/nfs/dir.cstruct nfs_entry *entry;
nfs_entry105fs/nfs/dir.ci = sizeof (struct nfs_entry)*NFS_READDIR_CACHE_SIZE;
nfs_entry106fs/nfs/dir.cc_entry = (struct nfs_entry *) kmalloc(i, GFP_KERNEL);
nfs_entry145fs/nfs/proc.cstatic int *xdr_decode_entry(int *p, struct nfs_entry *entry)
nfs_entry540fs/nfs/proc.cint cookie, int count, struct nfs_entry *entry)
nfs_entry91include/linux/nfs_fs.hint cookie, int count, struct nfs_entry *entry);