Searched refs:has_record (Results 1 – 4 of 4) sorted by relevance
464 int has_record; in xchk_inode_xref_finobt() local477 &has_record); in xchk_inode_xref_finobt()479 !has_record) in xchk_inode_xref_finobt()482 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()484 !has_record) in xchk_inode_xref_finobt()
2646 int has_record; in xfs_ialloc_has_inode_record() local2651 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record()2652 while (error == 0 && has_record) { in xfs_ialloc_has_inode_record()2653 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_has_inode_record()2670 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_has_inode_record()
2706 int has_record; in xfs_rmap_record_exists() local2715 &has_record); in xfs_rmap_record_exists()2718 if (!has_record) { in xfs_rmap_record_exists()
2136 bool has_record = false; in is_valid_hist_entry() local2146 has_record = !!c2c_he->stats.lcl_hitm; in is_valid_hist_entry()2149 has_record = !!c2c_he->stats.rmt_hitm; in is_valid_hist_entry()2152 has_record = !!c2c_he->stats.tot_hitm; in is_valid_hist_entry()2155 has_record = !!c2c_he->stats.tot_peer; in is_valid_hist_entry()2160 return has_record; in is_valid_hist_entry()