Searched refs:safe_getpath_no_firmlink (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.121.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5453 extern int safe_getpath_no_firmlink(struct vnode *dvp, char *leafname, char *path, int _len, int *t… 5530 safe_getpath_no_firmlink(struct vnode *dvp, char *leafname, char *path, int _len, int *truncated_pa… in safe_getpath_no_firmlink() function 5685 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, nd.ni_cnd.cn_nameptr, no_firmlink_path, MAXPA… in linkat_internal() 6138 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, ndp->ni_cnd.cn_nameptr, no_firmlink_path, MAX… in unlinkat_internal() 9092 …from_len_no_firmlink = safe_getpath_no_firmlink(fdvp, fromnd->ni_cnd.cn_nameptr, from_name_no_firm… in renameat_internal() 9106 …to_len_no_firmlink = safe_getpath_no_firmlink(tdvp, tond->ni_cnd.cn_nameptr, to_name_no_firmlink, … in renameat_internal() 10011 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, ndp->ni_cnd.cn_nameptr, no_firmlink_path, MAX… in rmdirat_internal()
|