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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c199 static void sparse_cluster_push(void **cmapp, vnode_t vp, off_t EOF, int push_flag, int io_flags, int (*)(buf_t, void *), void *callback_arg);
200 static void sparse_cluster_add(void **cmapp, vnode_t vp, struct cl_extent *, off_t EOF, int (*)(buf_t, void *), void *callback_arg);
202 static kern_return_t vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp);
203 static kern_return_t vfs_drt_get_cluster(void **cmapp, off_t *offsetp, u_int *lengthp);
204 static kern_return_t vfs_drt_control(void **cmapp, int op_type);
6029 static kern_return_t vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp);
6033 static kern_return_t vfs_drt_get_index(struct vfs_drt_clustermap **cmapp,
6038 void **cmapp,
6061 vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp) argument
6070 if (cmapp !
6240 vfs_drt_get_index(struct vfs_drt_clustermap **cmapp, u_int64_t offset, int *indexp, int recursed) argument
6303 struct vfs_drt_clustermap *cmap, **cmapp; local
6415 vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp) argument
6450 vfs_drt_get_cluster(void **cmapp, off_t *offsetp, u_int *lengthp) argument
6520 vfs_drt_control(void **cmapp, int op_type) argument
[all...]

Completed in 26 milliseconds