Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c483 struct ubc_info *ubc; in cluster_get_rap() local
486 ubc = vp->v_ubcinfo; in cluster_get_rap()
488 if ((rap = ubc->cl_rahead) == NULL) { in cluster_get_rap()
495 if (ubc->cl_rahead == NULL) { in cluster_get_rap()
496 ubc->cl_rahead = rap; in cluster_get_rap()
500 rap = ubc->cl_rahead; in cluster_get_rap()
528 struct ubc_info *ubc; in cluster_get_wbp() local
531 ubc = vp->v_ubcinfo; in cluster_get_wbp()
533 if ((wbp = ubc->cl_wbehind) == NULL) { in cluster_get_wbp()
544 if (ubc->cl_wbehind == NULL) { in cluster_get_wbp()
[all …]
/xnu-11215.1.10/bsd/sys/
H A DMakefile45 ttydefaults.h types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
162 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
/xnu-11215.1.10/
H A DREADME.md431 * `vm_ubc.h` header contains components of the VM subsystem exported to the ubc subsystem.