Searched refs:has_record (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/fs/xfs/scrub/ |
D | inode.c | 440 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()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 2699 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()
|
D | xfs_rmap.c | 2672 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()
|