Searched refs:dirblks_cache (Results 1 – 1 of 1) sorted by relevance
39 static struct xfs_dir2_dirblks_cache dirblks_cache[XFS_DIR2_DIRBLKS_CACHE_SIZE]; variable104 dirblks_cache[dirblks_cached_count].dc_startblock = startblock; in xfs_dir2_dirblks_get_cached()105 dirblks_cache[dirblks_cached_count].dc_blkscount = c; in xfs_dir2_dirblks_get_cached()106 dirblks_cache[dirblks_cached_count].dc_area = buf; in xfs_dir2_dirblks_get_cached()108 return dirblks_cache[dirblks_cached_count++].dc_area; in xfs_dir2_dirblks_get_cached()113 free(dirblks_cache[i].dc_area); in xfs_dir2_dirblks_get_cached()114 dirblks_cache[i] = dirblks_cache[k]; in xfs_dir2_dirblks_get_cached()115 memset(&dirblks_cache[k], 0, sizeof(dirblks_cache[k])); in xfs_dir2_dirblks_get_cached()120 dirblks_cache[XFS_DIR2_DIRBLKS_CACHE_SIZE / 2].dc_startblock = in xfs_dir2_dirblks_get_cached()122 dirblks_cache[XFS_DIR2_DIRBLKS_CACHE_SIZE / 2].dc_blkscount = c; in xfs_dir2_dirblks_get_cached()[all …]