Home
last modified time | relevance | path

Searched refs:to_exi (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c2040 struct exportinfo *to_exi; in rfs_rename() local
2053 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() local
2199 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()
H A Dnfs3_srv.c2677 struct exportinfo *to_exi; in rfs3_rename() local
2720 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() local
2930 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()