Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dubc_internal.h81 struct cl_readahead { struct
173 struct cl_readahead *cl_rahead; /* cluster read ahead context */
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c166 sizeof(struct cl_readahead), ZC_ZFREE_CLEARMEM);
220 … cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *ra,
432 static struct cl_readahead *
436 struct cl_readahead *rap; in cluster_get_rap()
460 return (struct cl_readahead *)NULL; in cluster_get_rap()
2164 cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *rap, … in cluster_read_ahead()
4083 struct cl_readahead * rap; in cluster_read_copy()
6005 struct cl_readahead *rap; in cluster_release()