Searched refs:nfs_fhget (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/nfs/ |
| D | export.c | 113 inode = nfs_fhget(sb, server_fh, fattr, label); in nfs_fh_to_dentry() 160 pinode = nfs_fhget(sb, &fh, fattr, label); in nfs_get_parent()
|
| D | getroot.c | 97 inode = nfs_fhget(s, ctx->mntfh, fsinfo.fattr, NULL); in nfs_get_root()
|
| D | nfs4file.c | 348 r_ino = nfs_fhget(ss_mnt->mnt_root->d_inode->i_sb, src_fh, &fattr, in __nfs42_ssc_open()
|
| D | dir.c | 545 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr, entry->label); in nfs_prime_dcache() 1582 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_lookup() 1862 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_add_or_obtain()
|
| D | inode.c | 434 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() function 593 EXPORT_SYMBOL_GPL(nfs_fhget);
|
| D | nfs4proc.c | 1991 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, in nfs4_opendata_get_inode()
|
| /Linux-v5.10/include/linux/ |
| D | nfs_fs.h | 370 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
|