Searched refs:cmapp (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 235 static int sparse_cluster_push(struct cl_writebehind *, void **cmapp, vnode_t vp, off_t EOF, i… 237 static int sparse_cluster_add(struct cl_writebehind *, void **cmapp, vnode_t vp, struct cl_ext… 240 static kern_return_t vfs_drt_mark_pages(void **cmapp, off_t offset, u_int length, u_int *setcountp); 241 static kern_return_t vfs_drt_get_cluster(void **cmapp, off_t *offsetp, u_int *lengthp); 242 static kern_return_t vfs_drt_control(void **cmapp, int op_type); 243 static kern_return_t vfs_get_scmap_push_behavior_internal(void **cmapp, int *push_flag); 7752 static kern_return_t vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp); 7756 static kern_return_t vfs_drt_get_index(struct vfs_drt_clustermap **cmapp, 7761 void **cmapp, 7784 vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp) in vfs_drt_alloc_map() argument [all …]
|