Searched refs:topath (Results 1 – 1 of 1) sorted by relevance
2764 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local2790 frompath = topath = NULL; in nfsrv_rename()2818 topath = toni.ni_cnd.cn_pnbuf; in nfsrv_rename()2858 NDINIT(&toni, RENAME, OP_RENAME, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(topath), ctx); in nfsrv_rename()2859 toni.ni_cnd.cn_pnbuf = topath; in nfsrv_rename()2860 topath = NULL; in nfsrv_rename()3118 topath = zalloc(ZV_NAMEI); in nfsrv_rename()3119 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1); in nfsrv_rename()3161 if (!topath || !frompath) { in nfsrv_rename()3380 if (topath) { in nfsrv_rename()[all …]