Searched refs:to_name (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_serv.c | 2780 char *from_name, *to_name; in nfsrv_rename() local 3210 to_name = from_name ? get_pathbuff() : NULL; in nfsrv_rename() 3211 if (to_name) { in nfsrv_rename() 3212 to_len = safe_getpath(tdvp, toni.ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated); in nfsrv_rename() 3220 to_name = NULL; in nfsrv_rename() 3224 to_name = NULL; in nfsrv_rename() 3250 if (nfsrv_fsevents_enabled && !error && from_name && to_name) { in nfsrv_rename() 3255 FSE_ARG_STRING, to_len, to_name, in nfsrv_rename() 3262 FSE_ARG_STRING, to_len, to_name, in nfsrv_rename() 3269 if (to_name) { in nfsrv_rename() [all …]
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_syscalls.c | 8330 char *from_name = NULL, *to_name = NULL; in renameat_internal() local 8513 if (to_name == NULL) { in renameat_internal() 8514 GET_PATH(to_name); in renameat_internal() 8517 to_len = safe_getpath(tdvp, tond->ni_cnd.cn_nameptr, to_name, MAXPATHLEN, &to_truncated); in renameat_internal() 8524 if (to_name && need_kpath2) { in renameat_internal() 8525 AUDIT_ARG(kpath, to_name, ARG_KPATH2); in renameat_internal() 8728 &fromnd->ni_cnd, from_name, tdvp, tvp, &tond->ni_cnd, to_name, ctx, in renameat_internal() 8856 (uintptr_t)from_name, (uintptr_t)to_name); in renameat_internal() 8860 (uintptr_t)to_name, (uintptr_t)from_name); in renameat_internal() 8864 if (from_name != NULL && to_name != NULL) { in renameat_internal() [all …]
|