Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/scrub/
Dinode.c464 int has_record; in xchk_inode_xref_finobt() local
477 &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()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ialloc.c2646 int has_record; in xfs_ialloc_has_inode_record() local
2651 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()
Dxfs_rmap.c2706 int has_record; in xfs_rmap_record_exists() local
2715 &has_record); in xfs_rmap_record_exists()
2718 if (!has_record) { in xfs_rmap_record_exists()
/Linux-v6.1/tools/perf/
Dbuiltin-c2c.c2136 bool has_record = false; in is_valid_hist_entry() local
2146 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()