Searched refs:aglen (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_refcount.c | 556 *aglen = 0; in xfs_refcount_merge_center_extents() 707 xfs_extlen_t aglen) in xfs_refcount_find_left_extents() argument 800 xfs_extlen_t aglen) in xfs_refcount_find_right_extents() argument 875 agbno + aglen); in xfs_refcount_find_right_extents() 1041 *agbno, *aglen); in xfs_refcount_merge_extents() 1045 *agbno, *aglen); in xfs_refcount_merge_extents() 1068 agbno, aglen); in xfs_refcount_merge_extents() 1084 aglen); in xfs_refcount_merge_extents() 1162 if (*aglen == 0) in xfs_refcount_adjust_extents() 1804 xfs_extlen_t aglen, in xfs_refcount_adjust_cow_extents() argument [all …]
|
| H A D | xfs_ag.c | 758 xfs_agblock_t aglen; in xfs_ag_shrink_space() local 773 aglen = be32_to_cpu(agi->agi_length); in xfs_ag_shrink_space() 779 if (delta >= aglen) in xfs_ag_shrink_space() 786 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta); in xfs_ag_shrink_space() 798 xfs_agbno_to_fsb(pag, aglen - delta)); in xfs_ag_shrink_space()
|
| H A D | xfs_refcount.h | 90 xfs_agblock_t agbno, xfs_extlen_t aglen, xfs_agblock_t *fbno,
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | repair.c | 289 xfs_extlen_t aglen = NULLAGBLOCK; in xrep_calc_ag_resblks() local 317 aglen = pag_group(pag)->xg_block_count; in xrep_calc_ag_resblks() 318 freelen = aglen; in xrep_calc_ag_resblks() 319 usedlen = aglen; in xrep_calc_ag_resblks() 323 aglen = be32_to_cpu(agf->agf_length); in xrep_calc_ag_resblks() 325 usedlen = aglen - freelen; in xrep_calc_ag_resblks() 336 if (aglen == NULLAGBLOCK || in xrep_calc_ag_resblks() 338 freelen >= aglen) { in xrep_calc_ag_resblks() 340 freelen = aglen; in xrep_calc_ag_resblks() 341 usedlen = aglen; in xrep_calc_ag_resblks() [all …]
|
| H A D | reap.c | 517 xfs_extlen_t aglen; in xreap_agmeta_extent() local 521 &crosslinked, &aglen); in xreap_agmeta_extent() 525 error = xreap_agextent_iter(rs, agbno, &aglen, crosslinked); in xreap_agmeta_extent() 541 agbno += aglen; in xreap_agmeta_extent() 610 xfs_extlen_t aglen; in xreap_fsmeta_extent() local 614 &crosslinked, &aglen); in xreap_fsmeta_extent() 618 error = xreap_agextent_iter(rs, agbno, &aglen, crosslinked); in xreap_fsmeta_extent() 645 agbno += aglen; in xreap_fsmeta_extent()
|
| H A D | rmap_repair.c | 682 xfs_extlen_t aglen; in xrep_rmap_walk_inobt() local 702 aglen = max_t(xfs_extlen_t, 1, in xrep_rmap_walk_inobt() 705 return xagb_bitmap_set(&ri->ichunk_blocks, agbno, aglen); in xrep_rmap_walk_inobt() 711 aglen = iperhole / mp->m_sb.sb_inopblock; in xrep_rmap_walk_inobt() 721 error = xagb_bitmap_set(&ri->ichunk_blocks, agbno, aglen); in xrep_rmap_walk_inobt()
|
| H A D | trace.h | 2249 xfs_agblock_t aglen, xfs_agblock_t freelen, 2251 TP_ARGS(pag, icount, aglen, freelen, usedlen), 2256 __field(xfs_agblock_t, aglen) 2264 __entry->aglen = aglen; 2272 __entry->aglen,
|