Lines Matching refs:exi
4090 struct exportinfo *exi = (struct exportinfo *)e; in rfs4_lo_state_walk_callout() local
4094 efhp = (fhandle_t *)&exi->exi_fh; in rfs4_lo_state_walk_callout()
4124 struct exportinfo *exi = (struct exportinfo *)e; in rfs4_state_walk_callout() local
4128 efhp = (fhandle_t *)&exi->exi_fh; in rfs4_state_walk_callout()
4157 struct exportinfo *exi = (struct exportinfo *)e; in rfs4_deleg_state_walk_callout() local
4161 efhp = (fhandle_t *)&exi->exi_fh; in rfs4_deleg_state_walk_callout()
4188 struct exportinfo *exi = (struct exportinfo *)e; in rfs4_file_walk_callout() local
4192 efhp = (fhandle_t *)&exi->exi_fh; in rfs4_file_walk_callout()
4240 rfs4_clean_state_exi(nfs_export_t *ne, struct exportinfo *exi) in rfs4_clean_state_exi() argument
4246 ASSERT(ng->nfs_zoneid == exi->exi_zoneid); in rfs4_clean_state_exi()
4257 rfs4_lo_state_walk_callout, exi); in rfs4_clean_state_exi()
4258 rfs4_dbe_walk(nsrv4->rfs4_state_tab, rfs4_state_walk_callout, exi); in rfs4_clean_state_exi()
4260 rfs4_deleg_state_walk_callout, exi); in rfs4_clean_state_exi()
4261 rfs4_dbe_walk(nsrv4->rfs4_file_tab, rfs4_file_walk_callout, exi); in rfs4_clean_state_exi()