Searched defs:to_exi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c2040 struct exportinfo *to_exi; local
2053 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen);
2054 if (to_exi == NULL) {
2059 exi_rele(to_exi);
2061 if (to_exi != exi) {
2189 struct exportinfo *to_exi; local
2199 to_exi = checkexport(&fh->fh_fsid, (fid_t *)&fh->fh_xlen);
2200 if (to_exi == NULL) {
2205 exi_rele(to_exi);
2207 if (to_exi !
[all...]
H A Dnfs3_srv.c2677 struct exportinfo *to_exi; local
2720 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3));
2721 if (to_exi == NULL) {
2725 exi_rele(to_exi);
2727 if (to_exi != exi) {
2906 struct exportinfo *to_exi; local
2930 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3));
2931 if (to_exi == NULL) {
2935 exi_rele(to_exi);
2937 if (to_exi !
[all...]

Completed in 66 milliseconds