Searched refs:have_gt (Results 1 – 1 of 1) sorted by relevance
722 int have_gt; in xfs_rmap_map() local773 error = xfs_btree_increment(cur, 0, &have_gt); in xfs_rmap_map()776 if (have_gt) { in xfs_rmap_map()777 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map()780 XFS_WANT_CORRUPTED_GOTO(mp, have_gt == 1, out_error); in xfs_rmap_map()788 have_gt = 0; in xfs_rmap_map()808 if (have_gt && in xfs_rmap_map()836 error = xfs_btree_decrement(cur, 0, &have_gt); in xfs_rmap_map()842 } else if (have_gt && in xfs_rmap_map()1917 int have_gt; in xfs_rmap_map_shared() local[all …]