Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1137 char *stubpath; in nfs4_trigger_esi_create_mirrormount() local
1226 stubpath = fn_path(VTOSV(vp)->sv_name); in nfs4_trigger_esi_create_mirrormount()
1228 ASSERT(*stubpath == '.'); in nfs4_trigger_esi_create_mirrormount()
1229 stubpath += 1; in nfs4_trigger_esi_create_mirrormount()
1232 esi->esi_path_len = strlen(stubpath) + 1; in nfs4_trigger_esi_create_mirrormount()
1238 (void) strcat(esi->esi_path, stubpath); in nfs4_trigger_esi_create_mirrormount()
1240 stubpath -= 1; in nfs4_trigger_esi_create_mirrormount()
1242 kmem_free(stubpath, strlen(stubpath) + 1); in nfs4_trigger_esi_create_mirrormount()