Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c371 thread_t thr = vfs_context_thread(ap->a_context); in fdesc_open()
/xnu-11215/bsd/sys/
H A Dvnode.h2507 thread_t vfs_context_thread(vfs_context_t ctx);
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c1380 thread_t t = vfs_context_thread(ctx); in vfs_context_skip_mtime_update()
1483 vfs_context_thread(vfs_context_t ctx) in vfs_context_thread() function
1961 thr = vfs_context_thread(ctx); in vfs_ctx_skipatime()
H A Dvfs_syscalls.c4174 thread_t th = vfs_context_thread(ctx); in fchdir()
4236 thread_t th = vfs_context_thread(ctx); in fchdir()
4311 thread_t th = vfs_context_thread(ctx); in chdir_internal()
4665 uthread_t uu = get_bsdthread_info(vfs_context_thread(ctx)); in open1()
12111 thread_t const t = vfs_context_thread(ctx); in vfs_context_dataless_materialization_is_prevented()
/xnu-11215/bsd/kern/
H A Dkern_descrip.c5008 thread_t thr = vfs_context_thread(&context); in sys_fcntl_nocancel()