Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_zone_alloc.c60 uint32_t to_bucket) in xfs_zone_add_to_bucket() argument
62 __set_bit(rgno, zi->zi_used_bucket_bitmap[to_bucket]); in xfs_zone_add_to_bucket()
63 zi->zi_used_bucket_entries[to_bucket]++; in xfs_zone_add_to_bucket()
87 uint32_t to_bucket = xfs_zone_bucket(mp, used); in xfs_zone_account_reclaimable() local
124 xfs_zone_add_to_bucket(zi, rgno, to_bucket); in xfs_zone_account_reclaimable()
129 } else if (to_bucket != from_bucket) { in xfs_zone_account_reclaimable()
135 xfs_zone_add_to_bucket(zi, rgno, to_bucket); in xfs_zone_account_reclaimable()