Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c7401 struct vfs_drt_clustermap { struct
7434 static kern_return_t vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp);
7435 static kern_return_t vfs_drt_free_map(struct vfs_drt_clustermap *cmap);
7436 static kern_return_t vfs_drt_search_index(struct vfs_drt_clustermap *cmap,
7438 static kern_return_t vfs_drt_get_index(struct vfs_drt_clustermap **cmapp,
7449 struct vfs_drt_clustermap *cmap,
7466 vfs_drt_alloc_map(struct vfs_drt_clustermap **cmapp) in vfs_drt_alloc_map()
7468 struct vfs_drt_clustermap *cmap = NULL, *ocmap = NULL; in vfs_drt_alloc_map()
7614 vfs_drt_free_map(struct vfs_drt_clustermap *cmap) in vfs_drt_free_map()
7637 vfs_drt_search_index(struct vfs_drt_clustermap *cmap, u_int64_t offset, int *indexp) in vfs_drt_search_index()
[all …]