Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhfs_common.h251 __be32 next_alloc; member
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.h882 int next_alloc; member
H A Dibmvnic.c1169 rx_pool->next_alloc = 0; in init_rx_pools()
3515 pool->free_map[pool->next_alloc] = (int)(rx_buff - pool->rx_buff); in remove_buff_from_pool()
3516 pool->next_alloc = (pool->next_alloc + 1) % pool->size; in remove_buff_from_pool()
/linux/fs/f2fs/
H A Dfile.c1912 next_alloc: in f2fs_expand_inode_data()
1954 goto next_alloc; in f2fs_expand_inode_data()