Searched refs:from_name (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.61.5/bsd/nfs/ |
| H A D | nfs_serv.c | 2777 char *from_name, *to_name; in nfsrv_rename() local 3212 from_name = get_pathbuff(); in nfsrv_rename() 3213 if (from_name) { in nfsrv_rename() 3214 from_len = safe_getpath(fdvp, fromni.ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated); in nfsrv_rename() 3217 to_name = from_name ? get_pathbuff() : NULL; in nfsrv_rename() 3226 from_name = NULL; in nfsrv_rename() 3230 from_name = NULL; in nfsrv_rename() 3257 if (nfsrv_fsevents_enabled && !error && from_name && to_name) { in nfsrv_rename() 3260 FSE_ARG_STRING, from_len, from_name, in nfsrv_rename() 3267 FSE_ARG_STRING, from_len, from_name, in nfsrv_rename() [all …]
|
| /xnu-11215.61.5/bsd/vfs/ |
| H A D | vfs_syscalls.c | 9130 char *from_name = NULL, *to_name = NULL; in renameat_internal() local 9300 if (from_name == NULL) { in renameat_internal() 9301 GET_PATH(from_name); in renameat_internal() 9304 from_len = safe_getpath(fdvp, fromnd->ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated); in renameat_internal() 9535 &fromnd->ni_cnd, from_name, tdvp, tvp, &tond->ni_cnd, to_name, ctx, in renameat_internal() 9676 (uintptr_t)from_name, (uintptr_t)to_name); in renameat_internal() 9680 (uintptr_t)to_name, (uintptr_t)from_name); in renameat_internal() 9684 if (from_name != NULL && to_name != NULL) { in renameat_internal() 9807 &fromnd->ni_cnd, from_name, tdvp, tvp, &tond->ni_cnd, to_name, ctx, in renameat_internal() 9824 if (from_name != NULL) { in renameat_internal() [all …]
|