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

/linux-4.4.14/fs/nfs/
H A Dgetroot.c98 inode = nfs_fhget(sb, mntfh, fsinfo.fattr, NULL); nfs_get_root()
H A Ddir.c513 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr, entry->label); nfs_prime_dcache()
1398 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); nfs_lookup()
1659 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); nfs_instantiate()
1872 * fs/nfs/inode.c:nfs_fhget). We only have a file handle *after* the
H A Dinode.c350 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *label) nfs_fhget() function
485 dprintk("NFS: nfs_fhget(%s/%Lu fh_crc=0x%08x ct=%d)\n", nfs_fhget()
495 dprintk("nfs_fhget: iget failed with error %ld\n", PTR_ERR(inode)); nfs_fhget()
498 EXPORT_SYMBOL_GPL(nfs_fhget); variable
H A Dnfs4proc.c1607 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label); _nfs4_opendata_to_nfs4_state()
3347 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */ nfs4_get_referral()
6338 * nfs_fhget will use either the mounted_on_fileid or the fileid
/linux-4.4.14/include/linux/
H A Dnfs_fs.h345 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,

Completed in 133 milliseconds