Home
last modified time | relevance | path

Searched refs:cl_readahead (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dubc_internal.h84 struct cl_readahead { struct
180 struct cl_readahead *cl_rahead; /* cluster read ahead context */
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_cluster.c167 sizeof(struct cl_readahead), ZC_ZFREE_CLEARMEM);
226 … cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *ra,
502 static struct cl_readahead *
506 struct cl_readahead *rap; in cluster_get_rap()
530 return (struct cl_readahead *)NULL; in cluster_get_rap()
2568 cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *rap, … in cluster_read_ahead()
4736 struct cl_readahead * rap; in cluster_read_copy()
6703 struct cl_readahead *rap; in cluster_release()