Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
A Dinode.c448 int has_record; in xchk_inode_xref_finobt() local
461 &has_record); in xchk_inode_xref_finobt()
463 !has_record) in xchk_inode_xref_finobt()
466 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()
468 !has_record) in xchk_inode_xref_finobt()
/linux/fs/xfs/libxfs/
A Dxfs_ialloc.c2661 int has_record; in xfs_ialloc_has_inode_record() local
2666 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record()
2667 while (error == 0 && has_record) { in xfs_ialloc_has_inode_record()
2668 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_has_inode_record()
2685 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_has_inode_record()
A Dxfs_rmap.c2672 int has_record; in xfs_rmap_record_exists() local
2681 &has_record); in xfs_rmap_record_exists()
2684 if (!has_record) { in xfs_rmap_record_exists()
2689 error = xfs_rmap_get_rec(cur, &irec, &has_record); in xfs_rmap_record_exists()
2692 if (!has_record) { in xfs_rmap_record_exists()
/linux/tools/perf/
A Dbuiltin-c2c.c1903 bool has_record = false; in is_valid_hist_entry() local
1913 has_record = !!c2c_he->stats.lcl_hitm; in is_valid_hist_entry()
1916 has_record = !!c2c_he->stats.rmt_hitm; in is_valid_hist_entry()
1919 has_record = !!c2c_he->stats.tot_hitm; in is_valid_hist_entry()
1925 return has_record; in is_valid_hist_entry()

Completed in 18 milliseconds