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