Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Dinode.c426 int has_record; in xchk_inode_xref_finobt() local
439 &has_record); in xchk_inode_xref_finobt()
441 !has_record) in xchk_inode_xref_finobt()
444 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()
446 !has_record) in xchk_inode_xref_finobt()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.c2658 int has_record; in xfs_ialloc_has_inode_record() local
2663 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record()
2664 while (error == 0 && has_record) { in xfs_ialloc_has_inode_record()
2665 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_has_inode_record()
2682 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_has_inode_record()
Dxfs_rmap.c2462 int has_record; in xfs_rmap_record_exists() local
2471 &has_record); in xfs_rmap_record_exists()
2474 if (!has_record) { in xfs_rmap_record_exists()
2479 error = xfs_rmap_get_rec(cur, &irec, &has_record); in xfs_rmap_record_exists()
2482 if (!has_record) { in xfs_rmap_record_exists()