Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dvnode.h1509 vfs_context_t vfs_context_create(vfs_context_t ctx);
/xnu-8019.80.24/bsd/miscfs/nullfs/
H A Dnull_vnops.c127 ectx = vfs_context_create(ctx); in nullfs_get_patched_context()
/xnu-8019.80.24/bsd/kern/
H A Ddecmpfs.c2330 decmpfs_ctx = vfs_context_create(vfs_context_kernel());
H A Dproc_info.c2570 context = vfs_context_create((vfs_context_t)0); in fill_vnodeinfo()
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c1348 context = vfs_context_create(NULL); in apn_fallback_required()
/xnu-8019.80.24/bsd/vfs/
H A Dkpi_vfs.c1450 vfs_context_create(vfs_context_t ctx) in vfs_context_create() function
/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp12505 vfs_context_t ctx = vfs_context_create(vfs_context_current()); in sleepWakeDebugSaveFile()