Searched refs:nfs_fid (Results 1 – 1 of 1) sorted by relevance
194 struct lustre_nfs_fid *nfs_fid = (void *)fh; in ll_encode_fh() local203 nfs_fid->lnf_child = *ll_inode2fid(inode); in ll_encode_fh()204 nfs_fid->lnf_parent = *ll_inode2fid(parent); in ll_encode_fh()263 struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid *)fid; in ll_fh_to_dentry() local268 return ll_iget_for_nfs(sb, &nfs_fid->lnf_child, &nfs_fid->lnf_parent); in ll_fh_to_dentry()274 struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid *)fid; in ll_fh_to_parent() local279 return ll_iget_for_nfs(sb, &nfs_fid->lnf_parent, NULL); in ll_fh_to_parent()