Searched refs:esi_path (Results 1 – 1 of 1) sorted by relevance
140 char *esi_path; member1230 esi->esi_path = kmem_zalloc(esi->esi_path_len, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()1232 (void) strcat(esi->esi_path, svp->sv_path); in nfs4_trigger_esi_create_mirrormount()1233 (void) strcat(esi->esi_path, stubpath); in nfs4_trigger_esi_create_mirrormount()1787 esi->esi_path = p = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in nfs4_trigger_esi_create_referral()1795 if ((p - esi->esi_path) + comp->utf8string_len + 1 > MAXPATHLEN) in nfs4_trigger_esi_create_referral()1805 p = esi->esi_path; in nfs4_trigger_esi_create_referral()1806 esi->esi_path = strdup(p); in nfs4_trigger_esi_create_referral()1816 kmem_free(esi->esi_path, esi->esi_path_len); in nfs4_trigger_esi_create_referral()1878 path = esi->esi_path; in nfs4_trigger_domount()[all …]