Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c5388 extern int safe_getpath_no_firmlink(struct vnode *dvp, char *leafname, char *path, int _len, int *t…
5465 safe_getpath_no_firmlink(struct vnode *dvp, char *leafname, char *path, int _len, int *truncated_pa… in safe_getpath_no_firmlink() function
5620 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, nd.ni_cnd.cn_nameptr, no_firmlink_path, MAXPA… in linkat_internal()
6072 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, ndp->ni_cnd.cn_nameptr, no_firmlink_path, MAX… in unlinkat_internal()
9056 …from_len_no_firmlink = safe_getpath_no_firmlink(fdvp, fromnd->ni_cnd.cn_nameptr, from_name_no_firm… in renameat_internal()
9070 …to_len_no_firmlink = safe_getpath_no_firmlink(tdvp, tond->ni_cnd.cn_nameptr, to_name_no_firmlink, … in renameat_internal()
9971 …len_no_firmlink_path = safe_getpath_no_firmlink(dvp, ndp->ni_cnd.cn_nameptr, no_firmlink_path, MAX… in rmdirat_internal()