Searched refs:nfs_fhget (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/nfs/ |
D | export.c | 112 inode = nfs_fhget(sb, server_fh, fattr, label); in nfs_fh_to_dentry() 159 pinode = nfs_fhget(sb, &fh, fattr, label); in nfs_get_parent()
|
D | getroot.c | 98 inode = nfs_fhget(sb, mntfh, fsinfo.fattr, NULL); in nfs_get_root()
|
D | dir.c | 519 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr, entry->label); in nfs_prime_dcache() 1441 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_lookup() 1744 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_instantiate()
|
D | inode.c | 420 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() function 577 EXPORT_SYMBOL_GPL(nfs_fhget);
|
D | nfs4proc.c | 1883 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, in nfs4_opendata_get_inode()
|
/linux-4.19.296/include/linux/ |
D | nfs_fs.h | 368 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
|