Home
last modified time | relevance | path

Searched refs:has_record (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/scrub/
H A Dialloc.c76 int has_record; in xchk_inobt_xref_finobt() local
81 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record); in xchk_inobt_xref_finobt()
84 if (!has_record) in xchk_inobt_xref_finobt()
87 error = xfs_inobt_get_rec(cur, &frec, &has_record); in xchk_inobt_xref_finobt()
90 if (!has_record) in xchk_inobt_xref_finobt()
181 int has_record; in xchk_finobt_xref_inobt() local
186 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record); in xchk_finobt_xref_inobt()
189 if (!has_record) in xchk_finobt_xref_inobt()
192 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xchk_finobt_xref_inobt()
195 if (!has_record) in xchk_finobt_xref_inobt()
/linux/tools/perf/
H A Dbuiltin-c2c.c2136 bool has_record = false; in he__display()
2146 has_record = !!c2c_he->stats.lcl_hitm; in he__display()
2149 has_record = !!c2c_he->stats.rmt_hitm; in he__display()
2152 has_record = !!c2c_he->stats.tot_hitm; in he__display()
2155 has_record = !!c2c_he->stats.tot_peer; in he__display()
2160 return has_record; in he__display()
2171 bool has_record = false; is_valid_hist_entry() local