Searched refs:have_gt (Results 1 – 1 of 1) sorted by relevance
714 int have_gt; in xfs_rmap_map() local765 error = xfs_btree_increment(cur, 0, &have_gt); in xfs_rmap_map()768 if (have_gt) { in xfs_rmap_map()769 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map()772 XFS_WANT_CORRUPTED_GOTO(mp, have_gt == 1, out_error); in xfs_rmap_map()780 have_gt = 0; in xfs_rmap_map()800 if (have_gt && in xfs_rmap_map()828 error = xfs_btree_decrement(cur, 0, &have_gt); in xfs_rmap_map()834 } else if (have_gt && in xfs_rmap_map()1909 int have_gt; in xfs_rmap_map_shared() local[all …]