Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c371 thread_t thr = vfs_context_thread(ap->a_context); in fdesc_open()
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h2514 thread_t vfs_context_thread(vfs_context_t ctx);
/xnu-12377.1.9/bsd/kern/
H A Dkern_aio.c2602 assert(current_proc() == p && current_thread() != vfs_context_thread(&entryp->context)); in workq_aio_process_entry()
3159 thread_t thr = vfs_context_thread(&entryp->context); in workq_aio_unpark_select_req_or_park_and_unlock()
H A Dkern_descrip.c5057 thread_t thr = vfs_context_thread(&context); in sys_fcntl_nocancel()
/xnu-12377.1.9/bsd/vfs/
H A Dkpi_vfs.c1392 thread_t t = vfs_context_thread(ctx); in vfs_context_skip_mtime_update()
1528 vfs_context_thread(vfs_context_t ctx) in vfs_context_thread() function
2005 thr = vfs_context_thread(ctx); in vfs_ctx_skipatime()
H A Dvfs_syscalls.c4363 thread_t th = vfs_context_thread(ctx); in fchdir()
4425 thread_t th = vfs_context_thread(ctx); in fchdir()
4500 thread_t th = vfs_context_thread(ctx); in chdir_internal()
4854 uthread_t uu = get_bsdthread_info(vfs_context_thread(ctx)); in open1()
12470 thread_t const t = vfs_context_thread(ctx); in vfs_context_dataless_materialization_is_prevented()
H A Dvfs_subr.c9282 if (get_bsdthread_info(vfs_context_thread(ctx))->uu_flag & UT_IGNORE_NODE_PERMISSIONS) { in vfs_context_ignores_node_permissions()