Searched refs:topath (Results 1 – 1 of 1) sorted by relevance
2757 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local2782 frompath = topath = NULL; in nfsrv_rename()2810 topath = toni.ni_cnd.cn_pnbuf; in nfsrv_rename()2850 NDINIT(&toni, RENAME, OP_RENAME, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(topath), ctx); in nfsrv_rename()2851 toni.ni_cnd.cn_pnbuf = topath; in nfsrv_rename()2852 topath = NULL; in nfsrv_rename()3100 topath = zalloc(ZV_NAMEI); in nfsrv_rename()3101 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1); in nfsrv_rename()3143 if (!topath || !frompath) { in nfsrv_rename()3362 if (topath) { in nfsrv_rename()[all …]