Searched refs:cmapp (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cluster.c | 231 static int sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, i… 233 static int sparse_cluster_add(struct cl_writebehind *, void **cmapp, vnode_t vp, struct cl_ext… 236 static kern_return_t vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp); 237 static kern_return_t vfs_drt_get_cluster(void **cmapp, off_t *offsetp, u_int *lengthp); 238 static kern_return_t vfs_drt_control(void **cmapp, int op_type); 239 static kern_return_t vfs_get_scmap_push_behavior_internal(void **cmapp, int *push_flag); 7441 static kern_return_t vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp); 7445 static kern_return_t vfs_drt_get_index(struct vfs_drt_clustermap **cmapp, 7450 void **cmapp, 7473 vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp) in vfs_drt_alloc_map() argument [all …]
|