Searched refs:frompath (Results 1 – 1 of 1) sorted by relevance
2765 char *frompath = NULL, *topath = NULL; in nfsrv_rename() local2791 frompath = topath = NULL; in nfsrv_rename()2811 frompath = fromni.ni_cnd.cn_pnbuf; in nfsrv_rename()2828 NDINIT(&fromni, DELETE, OP_UNLINK, WANTPARENT, UIO_SYSSPACE, CAST_USER_ADDR_T(frompath), ctx); in nfsrv_rename()2829 fromni.ni_cnd.cn_pnbuf = frompath; in nfsrv_rename()2830 frompath = NULL; in nfsrv_rename()3134 frompath = zalloc(ZV_NAMEI); in nfsrv_rename()3135 bcopy(fromni.ni_cnd.cn_pnbuf, frompath, fromlen + 1); in nfsrv_rename()3162 if (!topath || !frompath) { in nfsrv_rename()3378 if (frompath) { in nfsrv_rename()[all …]