Searched refs:ubc (Results 1 – 3 of 3) sorted by relevance
490 struct ubc_info *ubc; in cluster_get_rap() local493 ubc = vp->v_ubcinfo; in cluster_get_rap()495 if ((rap = ubc->cl_rahead) == NULL) { in cluster_get_rap()502 if (ubc->cl_rahead == NULL) { in cluster_get_rap()503 ubc->cl_rahead = rap; in cluster_get_rap()507 rap = ubc->cl_rahead; in cluster_get_rap()535 struct ubc_info *ubc; in cluster_get_wbp() local538 ubc = vp->v_ubcinfo; in cluster_get_wbp()540 if ((wbp = ubc->cl_wbehind) == NULL) { in cluster_get_wbp()551 if (ubc->cl_wbehind == NULL) { in cluster_get_wbp()[all …]
18 kern_control.h kernel_types.h proc_info.h protosw.h reboot.h ttychars.h ttydev.h ubc.h vnode.h165 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
431 * `vm_ubc.h` header contains components of the VM subsystem exported to the ubc subsystem.