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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c5996 struct vfs_drt_clustermap { struct
6029 static kern_return_t vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp);
6030 static kern_return_t vfs_drt_free_map(struct vfs_drt_clustermap *cmap);
6031 static kern_return_t vfs_drt_search_index(struct vfs_drt_clustermap *cmap,
6033 static kern_return_t vfs_drt_get_index(struct vfs_drt_clustermap **cmapp,
6044 struct vfs_drt_clustermap *cmap,
6061 vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp)
6063 struct vfs_drt_clustermap *cmap, *ocmap;
6185 vfs_drt_free_map(struct vfs_drt_clustermap *cmap)
6197 vfs_drt_search_index(struct vfs_drt_clustermap *cma
[all...]

Completed in 20 milliseconds