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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5018 struct hfs_reclaim_extent_info { struct
5128 hfs_split_extent(struct hfs_reclaim_extent_info *extent_info, uint32_t newBlockCount)
5549 hfs_reclaim_extent(struct hfsmount *hfsmp, const u_long allocLimit, struct hfs_reclaim_extent_info *extent_info, vfs_context_t context)
5867 struct hfs_reclaim_extent_info *extent_info;
5894 MALLOC(extent_info, struct hfs_reclaim_extent_info *,
5895 sizeof(struct hfs_reclaim_extent_info), M_TEMP, M_WAITOK);
5899 bzero(extent_info, sizeof(struct hfs_reclaim_extent_info));
6643 struct hfs_reclaim_extent_info *extent_info;
6652 MALLOC(extent_info, struct hfs_reclaim_extent_info *,
6653 sizeof(struct hfs_reclaim_extent_info), M_TEM
[all...]

Completed in 25 milliseconds