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