Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1132 char *stubpath; in nfs4_trigger_esi_create_mirrormount() local
1221 stubpath = fn_path(VTOSV(vp)->sv_name); in nfs4_trigger_esi_create_mirrormount()
1223 ASSERT(*stubpath == '.'); in nfs4_trigger_esi_create_mirrormount()
1224 stubpath += 1; in nfs4_trigger_esi_create_mirrormount()
1227 esi->esi_path_len = strlen(stubpath) + 1; in nfs4_trigger_esi_create_mirrormount()
1233 (void) strcat(esi->esi_path, stubpath); in nfs4_trigger_esi_create_mirrormount()
1235 stubpath -= 1; in nfs4_trigger_esi_create_mirrormount()
1237 kmem_free(stubpath, strlen(stubpath) + 1); in nfs4_trigger_esi_create_mirrormount()