Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_zone_alloc.c51 uint32_t to_bucket) in xfs_zone_add_to_bucket() argument
53 __set_bit(rgno, zi->zi_used_bucket_bitmap[to_bucket]); in xfs_zone_add_to_bucket()
54 zi->zi_used_bucket_entries[to_bucket]++; in xfs_zone_add_to_bucket()
78 uint32_t to_bucket = xfs_zone_bucket(mp, used); in xfs_zone_account_reclaimable() local
118 xfs_zone_add_to_bucket(zi, rgno, to_bucket); in xfs_zone_account_reclaimable()
124 } else if (to_bucket != from_bucket) { in xfs_zone_account_reclaimable()
130 xfs_zone_add_to_bucket(zi, rgno, to_bucket); in xfs_zone_account_reclaimable()