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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h117 struct cl_readahead *cl_rahead; /* cluster read ahead context */ member in struct:ubc_info
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c310 if ((rap = ubc->cl_rahead) == NULL) {
319 if (ubc->cl_rahead == NULL)
320 ubc->cl_rahead = rap;
324 rap = ubc->cl_rahead;
4509 rap = ubc->cl_rahead;
4515 if ((rap = ubc->cl_rahead)) {
4519 ubc->cl_rahead = NULL;

Completed in 96 milliseconds