Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dvnode.h1570 vfs_context_t vfs_context_create(vfs_context_t ctx);
/xnu-12377.61.12/bsd/miscfs/nullfs/
H A Dnull_vnops.c129 ectx = vfs_context_create(ctx); in nullfs_get_patched_context()
/xnu-12377.61.12/bsd/kern/
H A Ddecmpfs.c2364 decmpfs_ctx = vfs_context_create(vfs_context_kernel());
H A Dproc_info.c2688 context = vfs_context_create((vfs_context_t)0); in fill_vnodeinfo()
/xnu-12377.61.12/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.61.12/bsd/netinet/
H A Din_pcb.c1458 context = vfs_context_create(NULL); in apn_fallback_required()
/xnu-12377.61.12/iokit/Kernel/
H A DIOPMrootDomain.cpp13232 vfs_context_t ctx = vfs_context_create(vfs_context_current());