Home
last modified time | relevance | path

Searched refs:has_record (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/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()
[all...]
H A Dinode.c599 int has_record; in xchk_inode_xref_finobt() local
612 &has_record); in xchk_inode_xref_finobt()
614 !has_record) in xchk_inode_xref_finobt()
617 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()
619 !has_record) in xchk_inode_xref_finobt()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dinode.c440 int has_record; in xchk_inode_xref_finobt() local
453 &has_record); in xchk_inode_xref_finobt()
455 !has_record) in xchk_inode_xref_finobt()
458 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()
460 !has_record) in xchk_inode_xref_finobt()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H 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()
H A Dxfs_ialloc.c2699 int has_record; in xfs_ialloc_has_inode_record() local
2704 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record()
2705 while (error == 0 && has_record) { in xfs_ialloc_has_inode_record()
2706 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_has_inode_record()
2723 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_has_inode_record()
/kernel/linux/linux-6.6/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()

Completed in 16 milliseconds