Searched refs:have_gt (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | refcount_repair.c | 241 int have_gt; in xrep_refc_walk_rmaps() local 256 error = xfs_btree_increment(cur, 0, &have_gt); in xrep_refc_walk_rmaps() 259 if (!have_gt) in xrep_refc_walk_rmaps() 262 error = xfs_rmap_get_rec(cur, rmap, &have_gt); in xrep_refc_walk_rmaps() 265 if (XFS_IS_CORRUPT(mp, !have_gt)) { in xrep_refc_walk_rmaps() 382 int have_gt; in xrep_refc_push_rmaps_at() local 395 error = xfs_btree_decrement(sc->sa.rmap_cur, 0, &have_gt); in xrep_refc_push_rmaps_at() 398 if (XFS_IS_CORRUPT(sc->mp, !have_gt)) { in xrep_refc_push_rmaps_at()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rmap.c | 959 int have_gt; in xfs_rmap_map() local 1008 error = xfs_btree_increment(cur, 0, &have_gt); in xfs_rmap_map() 1011 if (have_gt) { in xfs_rmap_map() 1012 error = xfs_rmap_get_rec(cur, >rec, &have_gt); in xfs_rmap_map() 1015 if (XFS_IS_CORRUPT(mp, have_gt != 1)) { in xfs_rmap_map() 1030 have_gt = 0; in xfs_rmap_map() 1050 if (have_gt && in xfs_rmap_map() 1079 error = xfs_btree_decrement(cur, 0, &have_gt); in xfs_rmap_map() 1085 } else if (have_gt && in xfs_rmap_map() 2308 int have_gt; in xfs_rmap_map_shared() local [all …]
|