Searched refs:frompath (Results 1 – 1 of 1) sorted by relevance
2764 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local2790 frompath = topath = NULL; in nfsrv_rename()2810 frompath = fromni.ni_cnd.cn_pnbuf; in nfsrv_rename()2827 NDINIT(&fromni, DELETE, OP_UNLINK, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(frompath), ctx); in nfsrv_rename()2828 fromni.ni_cnd.cn_pnbuf = frompath; in nfsrv_rename()2829 frompath = NULL; in nfsrv_rename()3133 frompath = zalloc(ZV_NAMEI); in nfsrv_rename()3134 bcopy(fromni.ni_cnd.cn_pnbuf, frompath, fromlen + 1); in nfsrv_rename()3161 if (!topath || !frompath) { in nfsrv_rename()3377 if (frompath) { in nfsrv_rename()[all …]