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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dubc_internal.h69 struct cl_extent { struct
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cluster.c193 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);
195 static int cluster_push_now(vnode_t vp, struct cl_extent *, off_t EOF, int flags, int (*)(buf_t, void *), void *callback_arg);
201 static void sparse_cluster_add(void **cmapp, vnode_t vp, struct cl_extent *, off_t EOF, int (*)(buf_t, void *), void *callback_arg);
1691 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,
2740 struct cl_extent cl;
3492 struct cl_extent extent;
5236 struct cl_extent cl;
5331 cluster_push_now(vnode_t vp, struct cl_extent *cl, off_t EOF, int flags, int (*callback)(buf_t, void *), void *callback_arg)
5515 struct cl_extent cl;
5542 struct cl_extent c
[all...]

Completed in 169 milliseconds