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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h75 struct cl_readahead { struct
117 struct cl_readahead *cl_rahead; /* cluster read ahead context */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_malloc.c469 { SOS(cl_readahead), KMZ_CREATEZONE }, /* 96 M_CLRDAHEAD */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c165 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);
302 static struct cl_readahead *
306 struct cl_readahead *rap;
311 MALLOC_ZONE(rap, struct cl_readahead *, sizeof *rap, M_CLRDAHEAD, M_WAITOK);
331 return ((struct cl_readahead *)NULL);
1507 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,
3150 struct cl_readahead * rap;
4497 struct cl_readahead *rap;

Completed in 42 milliseconds