Searched refs:cl_rahead (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dubc_internal.h127 struct cl_readahead *cl_rahead; /* cluster read ahead context */ member in struct:ubc_info
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c369 if ((rap = ubc->cl_rahead) == NULL) {
378 if (ubc->cl_rahead == NULL)
379 ubc->cl_rahead = rap;
383 rap = ubc->cl_rahead;
5113 rap = ubc->cl_rahead;
5119 if ((rap = ubc->cl_rahead)) {
5123 ubc->cl_rahead = NULL;

Completed in 37 milliseconds