Searched refs:newcontext (Results 1 – 1 of 1) sorted by relevance
1573 vfs_context_t newcontext; in vfs_context_create() local1575 newcontext = zalloc_flags(KT_VFS_CONTEXT, Z_WAITOK | Z_ZERO | Z_NOFAIL); in vfs_context_create()1580 *newcontext = *ctx; in vfs_context_create()1585 return newcontext; in vfs_context_create()1604 vfs_context_t newcontext; in vfs_context_create_with_proc() local1612 newcontext = zalloc_flags(KT_VFS_CONTEXT, Z_WAITOK | Z_ZERO | Z_NOFAIL); in vfs_context_create_with_proc()1624 VFS_CONTEXT_SET_REFERENCED_THREAD(newcontext, thread); in vfs_context_create_with_proc()1626 newcontext->vc_ucred = cred; in vfs_context_create_with_proc()1628 return newcontext; in vfs_context_create_with_proc()