Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c2167 struct exportinfo *to_exi; in rfs_rename() local
2180 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen); in rfs_rename()
2181 if (to_exi == NULL) { in rfs_rename()
2186 exi_rele(to_exi); in rfs_rename()
2188 if (to_exi != exi) { in rfs_rename()
2316 struct exportinfo *to_exi; in rfs_link() local
2326 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen); in rfs_link()
2327 if (to_exi == NULL) { in rfs_link()
2332 exi_rele(to_exi); in rfs_link()
2334 if (to_exi != exi) { in rfs_link()
H A Dnfs3_srv.c2751 struct exportinfo *to_exi; in rfs3_rename() local
2795 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3)); in rfs3_rename()
2796 if (to_exi == NULL) { in rfs3_rename()
2800 exi_rele(to_exi); in rfs3_rename()
2802 if (to_exi != exi) { in rfs3_rename()
2982 struct exportinfo *to_exi; in rfs3_link() local
3007 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3)); in rfs3_link()
3008 if (to_exi == NULL) { in rfs3_link()
3012 exi_rele(to_exi); in rfs3_link()
3014 if (to_exi != exi) { in rfs3_link()