Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/vfs/
H A Dkpi_vfs.c1227 #define VFS_CONTEXT_GET_THREAD(ctx) \ macro
1284 if (ctx != NULL && (t = VFS_CONTEXT_GET_THREAD(ctx)) != NULL) { in vfs_context_is64bit()
1337 if ((ctx == NULL) || (t = VFS_CONTEXT_GET_THREAD(ctx)) == NULL) { in vfs_context_allow_fs_blksize_nocache_write()
1381 if (ctx != NULL && (t = VFS_CONTEXT_GET_THREAD(ctx)) != NULL) { in vfs_context_proc()
1445 return VFS_CONTEXT_GET_THREAD(ctx); in vfs_context_thread()
1471 if (ctx != NULL && (t = VFS_CONTEXT_GET_THREAD(ctx)) != NULL) { in vfs_context_task()
1500 if (ctx != NULL && (t = VFS_CONTEXT_GET_THREAD(ctx)) != NULL) { in vfs_context_cwd()
1614 assert(VFS_CONTEXT_GET_THREAD(ctx) != NULL); in vfs_context_rele()
1615 thread_deallocate(VFS_CONTEXT_GET_THREAD(ctx)); in vfs_context_rele()