Searched refs:has_record (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/scrub/ |
D | inode.c | 448 int has_record; in xchk_inode_xref_finobt() local 461 &has_record); in xchk_inode_xref_finobt() 463 !has_record) in xchk_inode_xref_finobt() 466 error = xfs_inobt_get_rec(sc->sa.fino_cur, &rec, &has_record); in xchk_inode_xref_finobt() 468 !has_record) in xchk_inode_xref_finobt()
|
/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 2661 int has_record; in xfs_ialloc_has_inode_record() local 2666 error = xfs_inobt_lookup(cur, low, XFS_LOOKUP_LE, &has_record); in xfs_ialloc_has_inode_record() 2667 while (error == 0 && has_record) { in xfs_ialloc_has_inode_record() 2668 error = xfs_inobt_get_rec(cur, &irec, &has_record); in xfs_ialloc_has_inode_record() 2685 error = xfs_btree_increment(cur, 0, &has_record); in xfs_ialloc_has_inode_record()
|
D | xfs_rmap.c | 2670 int has_record; in xfs_rmap_record_exists() local 2679 &has_record); in xfs_rmap_record_exists() 2682 if (!has_record) { in xfs_rmap_record_exists() 2687 error = xfs_rmap_get_rec(cur, &irec, &has_record); in xfs_rmap_record_exists() 2690 if (!has_record) { in xfs_rmap_record_exists()
|