Searched refs:nfs_fhget (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | getroot.c | 98 inode = nfs_fhget(sb, mntfh, fsinfo.fattr, NULL); in nfs_get_root()
|
D | dir.c | 513 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr, entry->label); in nfs_prime_dcache() 1406 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_lookup() 1670 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_instantiate()
|
D | inode.c | 350 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() function 497 EXPORT_SYMBOL_GPL(nfs_fhget);
|
D | nfs4proc.c | 1499 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label); in _nfs4_opendata_to_nfs4_state()
|
/linux-4.1.27/include/linux/ |
D | nfs_fs.h | 341 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
|