Searched refs:from_name (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfs_serv.c | 2776 char *from_name, *to_name; in nfsrv_rename() local 3201 from_name = get_pathbuff(); in nfsrv_rename() 3202 if (from_name) { in nfsrv_rename() 3203 from_len = safe_getpath(fdvp, fromni.ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated); in nfsrv_rename() 3206 to_name = from_name ? get_pathbuff() : NULL; in nfsrv_rename() 3215 from_name = NULL; in nfsrv_rename() 3219 from_name = NULL; in nfsrv_rename() 3246 if (nfsrv_fsevents_enabled && !error && from_name && to_name) { in nfsrv_rename() 3249 FSE_ARG_STRING, from_len, from_name, in nfsrv_rename() 3256 FSE_ARG_STRING, from_len, from_name, in nfsrv_rename() [all …]
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_syscalls.c | 8912 char *from_name = NULL, *to_name = NULL; in renameat_internal() local 9081 if (from_name == NULL) { in renameat_internal() 9082 GET_PATH(from_name); in renameat_internal() 9085 from_len = safe_getpath(fdvp, fromnd->ni_cnd.cn_nameptr, from_name, MAXPATHLEN, &from_truncated); in renameat_internal() 9310 &fromnd->ni_cnd, from_name, tdvp, tvp, &tond->ni_cnd, to_name, ctx, in renameat_internal() 9444 (uintptr_t)from_name, (uintptr_t)to_name); in renameat_internal() 9448 (uintptr_t)to_name, (uintptr_t)from_name); in renameat_internal() 9452 if (from_name != NULL && to_name != NULL) { in renameat_internal() 9575 &fromnd->ni_cnd, from_name, tdvp, tvp, &tond->ni_cnd, to_name, ctx, in renameat_internal() 9592 if (from_name != NULL) { in renameat_internal() [all …]
|