Searched refs:frompath (Results 1 – 1 of 1) sorted by relevance
2764 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local2789 frompath = topath = NULL; in nfsrv_rename()2809 frompath = fromni.ni_cnd.cn_pnbuf; in nfsrv_rename()2826 NDINIT(&fromni, DELETE, OP_UNLINK, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(frompath), ctx); in nfsrv_rename()2827 fromni.ni_cnd.cn_pnbuf = frompath; in nfsrv_rename()2828 frompath = NULL; in nfsrv_rename()3122 frompath = zalloc(ZV_NAMEI); in nfsrv_rename()3123 bcopy(fromni.ni_cnd.cn_pnbuf, frompath, fromlen + 1); in nfsrv_rename()3150 if (!topath || !frompath) { in nfsrv_rename()3366 if (frompath) { in nfsrv_rename()[all …]