Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h525 int chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread);
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c3998 common_fchdir(proc_t p, struct fchdir_args *uap, int per_thread) in common_fchdir() argument
4008 if (per_thread && uap->fd == -1) { in common_fchdir()
4076 if (per_thread) { in common_fchdir()
4133 chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread) in chdir_internal() argument
4151 if (per_thread) { in chdir_internal()
4189 common_chdir(proc_t p, struct chdir_args *uap, int per_thread) in common_chdir() argument
4197 return chdir_internal(p, ctx, &nd, per_thread); in common_chdir()