/kernel/linux/linux-5.10/fs/nfs/ |
H A 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()
|
H A D | getroot.c | 97 inode = nfs_fhget(s, ctx->mntfh, fsinfo.fattr, NULL); in nfs_get_root()
|
H A D | nfs4file.c | 356 r_ino = nfs_fhget(ss_mnt->mnt_root->d_inode->i_sb, src_fh, fattr, in __nfs42_ssc_open()
|
H A D | dir.c | 545 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr, entry->label); in nfs_prime_dcache() 1592 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_lookup() 1880 inode = nfs_fhget(dentry->d_sb, fhandle, fattr, label); in nfs_add_or_obtain() 2108 * fs/nfs/inode.c:nfs_fhget). We only have a file handle *after* the
|
H A D | inode.c | 449 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *label) in nfs_fhget() function 595 dprintk("NFS: nfs_fhget(%s/%Lu fh_crc=0x%08x ct=%d)\n", in nfs_fhget() 605 dprintk("nfs_fhget: iget failed with error %ld\n", PTR_ERR(inode)); in nfs_fhget() 608 EXPORT_SYMBOL_GPL(nfs_fhget); variable
|
H A D | nfs4proc.c | 2010 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, in nfs4_opendata_get_inode() 4156 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */ in nfs4_get_referral() 7756 * nfs_fhget will use either the mounted_on_fileid or the fileid
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | export.c | 106 inode = nfs_fhget(sb, server_fh, fattr); in nfs_fh_to_dentry() 141 pinode = nfs_fhget(sb, &fh, fattr); in nfs_get_parent()
|
H A D | getroot.c | 94 inode = nfs_fhget(s, ctx->mntfh, fsinfo.fattr); in nfs_get_root()
|
H A D | nfs4file.c | 351 r_ino = nfs_fhget(ss_mnt->mnt_sb, src_fh, fattr); in __nfs42_ssc_open()
|
H A D | dir.c | 788 inode = nfs_fhget(dentry->d_sb, entry->fh, entry->fattr); in nfs_prime_dcache() 1970 inode = nfs_fhget(dentry->d_sb, fhandle, fattr); in nfs_lookup() 2269 inode = nfs_fhget(dentry->d_sb, fhandle, fattr); in nfs_add_or_obtain() 2524 * fs/nfs/inode.c:nfs_fhget). We only have a file handle *after* the
|
H A D | inode.c | 444 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr) in nfs_fhget() function 592 dprintk("NFS: nfs_fhget(%s/%Lu fh_crc=0x%08x ct=%d)\n", in nfs_fhget() 602 dprintk("nfs_fhget: iget failed with error %ld\n", PTR_ERR(inode)); in nfs_fhget() 605 EXPORT_SYMBOL_GPL(nfs_fhget); variable
|
H A D | nfs4proc.c | 2015 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, in nfs4_opendata_get_inode() 4286 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */ in nfs4_get_referral() 7960 * nfs_fhget will use either the mounted_on_fileid or the fileid
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs.h | 371 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs.h | 416 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *,
|