Home
last modified time | relevance | path

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

/openbmc/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()
88 if (!has_record) in xchk_inobt_xref_finobt()
179 int has_record; in xchk_finobt_xref_inobt() local
184 error = xfs_inobt_lookup(cur, agino, XFS_LOOKUP_LE, &has_record); in xchk_finobt_xref_inobt()
187 if (!has_record) in xchk_finobt_xref_inobt()
190 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xchk_finobt_xref_inobt()
191 if (!has_record) in xchk_finobt_xref_inobt()
H A Dinode.c603 int has_record; in xchk_inode_xref_finobt() local
616 &has_record); in xchk_inode_xref_finobt()
618 !has_record) in xchk_inode_xref_finobt()
621 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()
623 !has_record) in xchk_inode_xref_finobt()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c2660 int has_record; in xfs_ialloc_count_ondisk() local
2663 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_count_ondisk()
2667 while (has_record) { in xfs_ialloc_count_ondisk()
2670 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_count_ondisk()
2687 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_count_ondisk()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c2142 bool has_record = false; in is_valid_hist_entry() local
2152 has_record = !!c2c_he->stats.lcl_hitm; in is_valid_hist_entry()
2155 has_record = !!c2c_he->stats.rmt_hitm; in is_valid_hist_entry()
2158 has_record = !!c2c_he->stats.tot_hitm; in is_valid_hist_entry()
2161 has_record = !!c2c_he->stats.tot_peer; in is_valid_hist_entry()
2166 return has_record; in is_valid_hist_entry()