Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dfile_internal.h546 int chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread);
567 int fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread);
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c4175 fchdir(proc_t p, vfs_context_t ctx, int fd, bool per_thread) in fchdir() argument
4184 if (per_thread && fd == -1) { in fchdir()
4252 if (per_thread) { in fchdir()
4309 chdir_internal(proc_t p, vfs_context_t ctx, struct nameidata *ndp, int per_thread) in chdir_internal() argument
4327 if (per_thread) { in chdir_internal()
4365 common_chdir(proc_t p, struct chdir_args *uap, int per_thread) in common_chdir() argument
4373 return chdir_internal(p, ctx, &nd, per_thread); in common_chdir()