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; local
1226 stubpath = fn_path(VTOSV(vp)->sv_name);
1228 ASSERT(*stubpath == '.');
1229 stubpath += 1;
1232 esi->esi_path_len = strlen(stubpath) + 1;
1238 (void) strcat(esi->esi_path, stubpath);
1240 stubpath -= 1;
1241 /* stubpath allocated by fn_path() */
1242 kmem_free(stubpath, strlen(stubpath)
[all...]

Completed in 60 milliseconds