Searched refs:cl_readahead (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dubc_internal.h80 struct cl_readahead { struct
127 struct cl_readahead *cl_rahead; /* cluster read ahead context */
/xnu-2422.115.4/bsd/kern/
H A Dkern_malloc.c461 { SOS(cl_readahead), KMZ_CREATEZONE, TRUE }, /* 96 M_CLRDAHEAD */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c192 static void cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *ra, int (*callback)(buf_t, void *), void *callback_arg, int bflag);
361 static struct cl_readahead *
365 struct cl_readahead *rap;
370 MALLOC_ZONE(rap, struct cl_readahead *, sizeof *rap, M_CLRDAHEAD, M_WAITOK);
390 return ((struct cl_readahead *)NULL);
1688 cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *rap, int (*callback)(buf_t, void *), void *callback_arg,
3489 struct cl_readahead * rap;
5101 struct cl_readahead *rap;

Completed in 40 milliseconds