Searched refs:newcontext (Results 1 – 1 of 1) sorted by relevance
1618 vfs_context_t newcontext; in vfs_context_create() local1620 newcontext = zalloc_flags(KT_VFS_CONTEXT, Z_WAITOK | Z_ZERO | Z_NOFAIL); in vfs_context_create()1625 *newcontext = *ctx; in vfs_context_create()1630 return newcontext; in vfs_context_create()1649 vfs_context_t newcontext; in vfs_context_create_with_proc() local1657 newcontext = zalloc_flags(KT_VFS_CONTEXT, Z_WAITOK | Z_ZERO | Z_NOFAIL); in vfs_context_create_with_proc()1669 VFS_CONTEXT_SET_REFERENCED_THREAD(newcontext, thread); in vfs_context_create_with_proc()1671 newcontext->vc_ucred = cred; in vfs_context_create_with_proc()1673 return newcontext; in vfs_context_create_with_proc()