Searched refs:topath (Results 1 – 1 of 1) sorted by relevance
2764 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local2789 frompath = topath = NULL; in nfsrv_rename()2817 topath = toni.ni_cnd.cn_pnbuf; in nfsrv_rename()2857 NDINIT(&toni, RENAME, OP_RENAME, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(topath), ctx); in nfsrv_rename()2858 toni.ni_cnd.cn_pnbuf = topath; in nfsrv_rename()2859 topath = NULL; in nfsrv_rename()3107 topath = zalloc(ZV_NAMEI); in nfsrv_rename()3108 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1); in nfsrv_rename()3150 if (!topath || !frompath) { in nfsrv_rename()3369 if (topath) { in nfsrv_rename()[all …]