Home
last modified time | relevance | path

Searched refs:em_list (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dextent_map.c47 INIT_LIST_HEAD(&oi->ip_extent_map.em_list); in ocfs2_extent_map_init()
59 list_for_each_entry(emi, &em->em_list, ei_list) { in __ocfs2_extent_map_lookup()
63 list_move(&emi->ei_list, &em->em_list); in __ocfs2_extent_map_lookup()
111 list_for_each_entry_safe(emi, n, &em->em_list, ei_list) { in ocfs2_extent_map_trunc()
232 list_for_each_entry(emi, &em->em_list, ei_list) { in ocfs2_extent_map_insert_rec()
234 list_move(&emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
259 list_add(&new_emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
263 BUG_ON(list_empty(&em->em_list) || em->em_num_items == 0); in ocfs2_extent_map_insert_rec()
264 emi = list_entry(em->em_list.prev, in ocfs2_extent_map_insert_rec()
266 list_move(&emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
[all...]
H A Dextent_map.h27 struct list_head em_list; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dextent_map.c45 INIT_LIST_HEAD(&oi->ip_extent_map.em_list); in ocfs2_extent_map_init()
57 list_for_each_entry(emi, &em->em_list, ei_list) { in __ocfs2_extent_map_lookup()
61 list_move(&emi->ei_list, &em->em_list); in __ocfs2_extent_map_lookup()
109 list_for_each_entry_safe(emi, n, &em->em_list, ei_list) { in ocfs2_extent_map_trunc()
230 list_for_each_entry(emi, &em->em_list, ei_list) { in ocfs2_extent_map_insert_rec()
232 list_move(&emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
257 list_add(&new_emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
261 BUG_ON(list_empty(&em->em_list) || em->em_num_items == 0); in ocfs2_extent_map_insert_rec()
262 emi = list_entry(em->em_list.prev, in ocfs2_extent_map_insert_rec()
264 list_move(&emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
[all...]
H A Dextent_map.h25 struct list_head em_list; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.h223 ice_add_eth_mac(struct ice_hw *hw, struct list_head *em_list);
225 ice_remove_eth_mac(struct ice_hw *hw, struct list_head *em_list);
H A Dice_switch.c1937 * @em_list: list of ether type MAC filter, MAC is optional
1944 ice_add_eth_mac(struct ice_hw *hw, struct list_head *em_list) in ice_add_eth_mac() argument
1948 if (!em_list || !hw) in ice_add_eth_mac()
1951 list_for_each_entry(em_list_itr, em_list, list_entry) { in ice_add_eth_mac()
1970 * @em_list: list of ethertype or ethertype MAC entries
1973 ice_remove_eth_mac(struct ice_hw *hw, struct list_head *em_list) in ice_remove_eth_mac() argument
1977 if (!em_list || !hw) in ice_remove_eth_mac()
1980 list_for_each_entry_safe(em_list_itr, tmp, em_list, list_entry) { in ice_remove_eth_mac()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.h375 int ice_add_eth_mac(struct ice_hw *hw, struct list_head *em_list);
376 int ice_remove_eth_mac(struct ice_hw *hw, struct list_head *em_list);
H A Dice_switch.c3702 * @em_list: list of ether type MAC filter, MAC is optional
3708 int ice_add_eth_mac(struct ice_hw *hw, struct list_head *em_list) in ice_add_eth_mac() argument
3712 if (!em_list || !hw) in ice_add_eth_mac()
3715 list_for_each_entry(em_list_itr, em_list, list_entry) { in ice_add_eth_mac()
3734 * @em_list: list of ethertype or ethertype MAC entries
3736 int ice_remove_eth_mac(struct ice_hw *hw, struct list_head *em_list) in ice_remove_eth_mac() argument
3740 if (!em_list || !hw) in ice_remove_eth_mac()
3743 list_for_each_entry_safe(em_list_itr, tmp, em_list, list_entry) { in ice_remove_eth_mac()

Completed in 14 milliseconds