Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dalloc_foreground.c609 return cmp_int(stripe->next_alloc[l], stripe->next_alloc[r]); in __dev_stripe_cmp()
644 for (u64 *v = stripe->next_alloc; in bch2_stripe_state_rescale()
645 v < stripe->next_alloc + ARRAY_SIZE(stripe->next_alloc); v++) { in bch2_stripe_state_rescale()
654 for (u64 *v = stripe->next_alloc; in bch2_stripe_state_rescale()
655 v < stripe->next_alloc + ARRAY_SIZE(stripe->next_alloc); v++) in bch2_stripe_state_rescale()
672 u64 *v = stripe->next_alloc + ca->dev_idx; in bch2_dev_stripe_increment_inlined()
H A Dalloc_types.h86 u64 next_alloc[BCH_SB_MEMBERS_MAX]; member
/linux-6.15/fs/hfsplus/
H A Dhfsplus_raw.h123 __be32 next_alloc; member
/linux-6.15/drivers/net/ethernet/ibm/
H A Dibmvnic.h877 int next_alloc; member
H A Dibmvnic.c1156 rx_pool->next_alloc = 0; in init_rx_pools()
3481 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool()
3482 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()
/linux-6.15/fs/f2fs/
H A Dfile.c1838 next_alloc: in f2fs_expand_inode_data()
1881 goto next_alloc; in f2fs_expand_inode_data()