Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c505 struct ubc_info *ubc; in cluster_get_rap() local
508 ubc = vp->v_ubcinfo; in cluster_get_rap()
510 if ((rap = ubc->cl_rahead) == NULL) { in cluster_get_rap()
517 if (ubc->cl_rahead == NULL) { in cluster_get_rap()
518 ubc->cl_rahead = rap; in cluster_get_rap()
522 rap = ubc->cl_rahead; in cluster_get_rap()
550 struct ubc_info *ubc; in cluster_get_wbp() local
553 ubc = vp->v_ubcinfo; in cluster_get_wbp()
555 if ((wbp = ubc->cl_wbehind) == NULL) { in cluster_get_wbp()
566 if (ubc->cl_wbehind == NULL) { in cluster_get_wbp()
[all …]
/xnu-12377.81.4/bsd/sys/
H A DMakefile19 ttydev.h ubc.h vnode.h
169 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
/xnu-12377.81.4/
H A DREADME.md433 * `vm_ubc.h` header contains components of the VM subsystem exported to the ubc subsystem.