Searched refs:has_record (Results 1 – 2 of 2) sorted by relevance
2851 int has_record; in xfs_ialloc_count_ondisk() local2854 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_count_ondisk()2858 while (has_record) { in xfs_ialloc_count_ondisk()2861 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_count_ondisk()2878 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_count_ondisk()
2171 bool has_record = false; in is_valid_hist_entry() local2181 has_record = !!c2c_he->stats.lcl_hitm; in is_valid_hist_entry()2184 has_record = !!c2c_he->stats.rmt_hitm; in is_valid_hist_entry()2187 has_record = !!c2c_he->stats.tot_hitm; in is_valid_hist_entry()2190 has_record = !!c2c_he->stats.tot_peer; in is_valid_hist_entry()2195 return has_record; in is_valid_hist_entry()