Searched refs:to_exi (Results 1 – 2 of 2) sorted by relevance
2040 struct exportinfo *to_exi; in rfs_rename() local2053 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen, NULL); in rfs_rename()2054 if (to_exi == NULL) { in rfs_rename()2059 exi_rele(to_exi); in rfs_rename()2061 if (to_exi != exi) { in rfs_rename()2189 struct exportinfo *to_exi; in rfs_link() local2199 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen, NULL); in rfs_link()2200 if (to_exi == NULL) { in rfs_link()2205 exi_rele(to_exi); in rfs_link()2207 if (to_exi != exi) { in rfs_link()
2677 struct exportinfo *to_exi; in rfs3_rename() local2720 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_rename()2721 if (to_exi == NULL) { in rfs3_rename()2725 exi_rele(to_exi); in rfs3_rename()2727 if (to_exi != exi) { in rfs3_rename()2906 struct exportinfo *to_exi; in rfs3_link() local2930 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_link()2931 if (to_exi == NULL) { in rfs3_link()2935 exi_rele(to_exi); in rfs3_link()2937 if (to_exi != exi) { in rfs3_link()