Home
last modified time | relevance | path

Searched refs:irec1 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c164 struct xfs_bmbt_irec *irec1, in xfs_exchmaps_update_quota() argument
173 if (xfs_bmap_is_real_extent(irec1)) { in xfs_exchmaps_update_quota()
174 ip1_delta -= irec1->br_blockcount; in xfs_exchmaps_update_quota()
175 ip2_delta += irec1->br_blockcount; in xfs_exchmaps_update_quota()
187 # define xfs_exchmaps_update_quota(tp, xmi, irec1, irec2) ((void)0) argument
282 struct xfs_bmbt_irec *irec1, in xfs_exchmaps_find_mappings() argument
292 for (; xmi_has_more_exchange_work(xmi); xmi_advance(xmi, irec1)) { in xfs_exchmaps_find_mappings()
296 xmi->xmi_blockcount, irec1, &nimaps, in xfs_exchmaps_find_mappings()
301 irec1->br_startblock == DELAYSTARTBLOCK || in xfs_exchmaps_find_mappings()
302 irec1->br_startoff != xmi->xmi_startoff1) { in xfs_exchmaps_find_mappings()
[all …]