Searched refs:has_record (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/fs/xfs/scrub/ |
| D | inode.c | 448 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-v5.15/fs/xfs/libxfs/ |
| D | xfs_ialloc.c | 2661 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()
|
| D | xfs_rmap.c | 2670 int has_record; in xfs_rmap_record_exists() local 2679 &has_record); in xfs_rmap_record_exists() 2682 if (!has_record) { in xfs_rmap_record_exists() 2687 error = xfs_rmap_get_rec(cur, &irec, &has_record); in xfs_rmap_record_exists() 2690 if (!has_record) { in xfs_rmap_record_exists()
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-c2c.c | 1903 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()
|