Searched refs:nfs_fid (Results 1 – 1 of 1) sorted by relevance
191 struct lustre_nfs_fid *nfs_fid = (void *)fh; in ll_encode_fh() local200 nfs_fid->lnf_child = *ll_inode2fid(inode); in ll_encode_fh()201 nfs_fid->lnf_parent = *ll_inode2fid(parent); in ll_encode_fh()260 struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid *)fid; in ll_fh_to_dentry() local265 return ll_iget_for_nfs(sb, &nfs_fid->lnf_child, &nfs_fid->lnf_parent); in ll_fh_to_dentry()271 struct lustre_nfs_fid *nfs_fid = (struct lustre_nfs_fid *)fid; in ll_fh_to_parent() local276 return ll_iget_for_nfs(sb, &nfs_fid->lnf_parent, NULL); in ll_fh_to_parent()