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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c5102 struct filefork *catalog_fp; /* If non-NULL, extent is from catalog record */ member in struct:hfs_reclaim_extent_info
5319 if (extent_info->catalog_fp) {
5320 /* (extent_info->catalog_fp != NULL) means the newly split
5826 if (extent_info->catalog_fp) {
5877 if ((extent_info->catalog_fp) &&
6086 extent_info->catalog_fp = fp;
6088 extent_info->extents = extent_info->catalog_fp->ff_extents;
6133 extent_info->catalog_fp = NULL;

Completed in 30 milliseconds