Searched refs:topath (Results 1 – 1 of 1) sorted by relevance
2754 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local2779 frompath = topath = NULL; in nfsrv_rename()2807 topath = toni.ni_cnd.cn_pnbuf; in nfsrv_rename()2847 NDINIT(&toni, RENAME, OP_RENAME, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(topath), ctx); in nfsrv_rename()2848 toni.ni_cnd.cn_pnbuf = topath; in nfsrv_rename()2849 topath = NULL; in nfsrv_rename()3097 topath = zalloc(ZV_NAMEI); in nfsrv_rename()3098 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1); in nfsrv_rename()3140 if (!topath || !frompath) { in nfsrv_rename()3359 if (topath) { in nfsrv_rename()[all …]