Searched refs:nfs_fhget (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dgetroot.c71 iroot = nfs_fhget(sb, &dummyfh, &fattr);
93 inode = nfs_fhget(sb, mntfh, fsinfo.fattr);
252 iroot = nfs_fhget(sb, &dummyfh, &fattr);
280 inode = nfs_fhget(sb, mntfh, &fattr);
H A Ddir.c954 inode = nfs_fhget(dentry->d_sb, &fhandle, &fattr);
1171 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr);
1218 inode = nfs_fhget(dentry->d_sb, fhandle, fattr);
1510 * fs/nfs/inode.c:nfs_fhget). We only have a file handle *after* the
H A Dinode.c215 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr) function
306 dprintk("NFS: nfs_fhget(%s/%Ld ct=%d)\n",
315 dprintk("nfs_fhget: iget failed with error %ld\n", PTR_ERR(inode));
H A Dnfs4proc.c355 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_fs.h288 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,

Completed in 85 milliseconds