Searched refs:has_record (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/scrub/ |
| A D | ialloc.c | 76 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()
|
| A D | inode.c | 659 int has_record; in xchk_inode_xref_finobt() local 672 &has_record); in xchk_inode_xref_finobt() 674 !has_record) in xchk_inode_xref_finobt() 677 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt() 679 !has_record) in xchk_inode_xref_finobt()
|
| /fs/xfs/libxfs/ |
| A D | xfs_ialloc.c | 2850 int has_record; in xfs_ialloc_count_ondisk() local 2853 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_count_ondisk() 2857 while (has_record) { in xfs_ialloc_count_ondisk() 2860 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_count_ondisk() 2877 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_count_ondisk()
|
Completed in 15 milliseconds