Searched refs:has_record (Results 1 – 2 of 2) sorted by relevance
2835 int has_record; in xfs_ialloc_read_agi() 2838 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_read_agi() 2842 while (has_record) {2845 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_count_ondisk() 2862 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_count_ondisk() 2851 int has_record; xfs_ialloc_count_ondisk() local
2171 bool has_record = false; in is_valid_hist_entry() local 2181 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()