Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dvnode.h1569 vfs_context_t vfs_context_create(vfs_context_t ctx);
/xnu-12377.1.9/bsd/miscfs/nullfs/
H A Dnull_vnops.c129 ectx = vfs_context_create(ctx); in nullfs_get_patched_context()
/xnu-12377.1.9/bsd/kern/
H A Ddecmpfs.c2364 decmpfs_ctx = vfs_context_create(vfs_context_kernel());
H A Dproc_info.c2664 context = vfs_context_create((vfs_context_t)0); in fill_vnodeinfo()
/xnu-12377.1.9/bsd/vfs/
H A Dkpi_vfs.c1616 vfs_context_create(vfs_context_t ctx) in vfs_context_create() function
1654 return vfs_context_create(NULL); in vfs_context_create_with_proc()
/xnu-12377.1.9/bsd/netinet/
H A Din_pcb.c1458 context = vfs_context_create(NULL); in apn_fallback_required()
/xnu-12377.1.9/iokit/Kernel/
H A DIOPMrootDomain.cpp13232 vfs_context_t ctx = vfs_context_create(vfs_context_current());