Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Dinode.c436 int has_record; in xchk_inode_xref_finobt() local
449 &has_record); in xchk_inode_xref_finobt()
451 !has_record) in xchk_inode_xref_finobt()
454 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt()
456 !has_record) in xchk_inode_xref_finobt()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.c2689 int has_record; in xfs_ialloc_has_inode_record() local
2694 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record()
2695 while (error == 0 && has_record) { in xfs_ialloc_has_inode_record()
2696 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_has_inode_record()
2713 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_has_inode_record()
Dxfs_rmap.c2471 int has_record; in xfs_rmap_record_exists() local
2480 &has_record); in xfs_rmap_record_exists()
2483 if (!has_record) { in xfs_rmap_record_exists()
2488 error = xfs_rmap_get_rec(cur, &irec, &has_record); in xfs_rmap_record_exists()
2491 if (!has_record) { in xfs_rmap_record_exists()