Home
last modified time | relevance | path

Searched refs:safe_getpath_no_firmlink (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c5596 extern int safe_getpath_no_firmlink(struct vnode *dvp, char *leafname, char *path, int _len, int *t…
5673 safe_getpath_no_firmlink(struct vnode *dvp, char *leafname, char *path, int _len, int *truncated_pa… in safe_getpath_no_firmlink() function
5845 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, nd.ni_cnd.cn_nameptr, no_firmlink_path, MAXPA… in linkat_internal()
6319 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, ndp->ni_cnd.cn_nameptr, no_firmlink_path, MAX… in unlinkat_internal()
9311 …from_len_no_firmlink = safe_getpath_no_firmlink(fdvp, fromnd->ni_cnd.cn_nameptr, from_name_no_firm… in renameat_internal()
9325 …to_len_no_firmlink = safe_getpath_no_firmlink(tdvp, tond->ni_cnd.cn_nameptr, to_name_no_firmlink, … in renameat_internal()
10243 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, ndp->ni_cnd.cn_nameptr, no_firmlink_path, MAX… in rmdirat_internal()