Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c140 char *esi_path; member
1235 esi->esi_path = kmem_zalloc(esi->esi_path_len, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
1237 (void) strcat(esi->esi_path, svp->sv_path); in nfs4_trigger_esi_create_mirrormount()
1238 (void) strcat(esi->esi_path, stubpath); in nfs4_trigger_esi_create_mirrormount()
1792 esi->esi_path = p = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in nfs4_trigger_esi_create_referral()
1800 if ((p - esi->esi_path) + comp->utf8string_len + 1 > MAXPATHLEN) in nfs4_trigger_esi_create_referral()
1810 p = esi->esi_path; in nfs4_trigger_esi_create_referral()
1811 esi->esi_path = strdup(p); in nfs4_trigger_esi_create_referral()
1821 kmem_free(esi->esi_path, esi->esi_path_len); in nfs4_trigger_esi_create_referral()
1883 path = esi->esi_path; in nfs4_trigger_domount()
[all …]