Home
last modified time | relevance | path

Searched refs:ubc (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c485 struct ubc_info *ubc; in cluster_get_rap() local
488 ubc = vp->v_ubcinfo; in cluster_get_rap()
490 if ((rap = ubc->cl_rahead) == NULL) { in cluster_get_rap()
497 if (ubc->cl_rahead == NULL) { in cluster_get_rap()
498 ubc->cl_rahead = rap; in cluster_get_rap()
502 rap = ubc->cl_rahead; in cluster_get_rap()
530 struct ubc_info *ubc; in cluster_get_wbp() local
533 ubc = vp->v_ubcinfo; in cluster_get_wbp()
535 if ((wbp = ubc->cl_wbehind) == NULL) { in cluster_get_wbp()
546 if (ubc->cl_wbehind == NULL) { in cluster_get_wbp()
[all …]
/xnu-11215.81.4/bsd/sys/
H A DMakefile18 kern_control.h kernel_types.h proc_info.h protosw.h reboot.h ttychars.h ttydev.h ubc.h vnode.h
163 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
/xnu-11215.81.4/
H A DREADME.md431 * `vm_ubc.h` header contains components of the VM subsystem exported to the ubc subsystem.