Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ntfs3/
Dinode.c120 next_attr: in ntfs_read_mft()
130 goto next_attr; in ntfs_read_mft()
165 goto next_attr; in ntfs_read_mft()
182 goto next_attr; in ntfs_read_mft()
194 goto next_attr; in ntfs_read_mft()
203 goto next_attr; in ntfs_read_mft()
211 goto next_attr; in ntfs_read_mft()
216 goto next_attr; in ntfs_read_mft()
220 goto next_attr; in ntfs_read_mft()
230 goto next_attr; in ntfs_read_mft()
[all …]
Drecord.c352 next_attr: in mi_find_attr()
362 goto next_attr; in mi_find_attr()
365 goto next_attr; in mi_find_attr()
368 goto next_attr; in mi_find_attr()
371 goto next_attr; in mi_find_attr()
Dattrib.c2041 goto next_attr; in attr_collapse_range()
2055 next_attr: in attr_collapse_range()
2225 goto next_attr; in attr_punch_hole()
2259 next_attr: in attr_punch_hole()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dact.c120 struct mlx5_flow_attr *next_attr) in mlx5e_tc_act_set_next_post_act() argument
129 err = mlx5e_tc_post_act_set_handle(mdev, next_attr->post_act_handle, mod_acts); in mlx5e_tc_act_set_next_post_act()
Dact.h122 struct mlx5_flow_attr *next_attr);
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3678 struct mlx5_flow_attr *attr, *next_attr = NULL; in alloc_flow_post_acts() local
3686 if (!next_attr) { in alloc_flow_post_acts()
3691 if (next_attr && !(attr->flags & MLX5_ATTR_FLAG_TERMINATING)) { in alloc_flow_post_acts()
3692 err = mlx5e_tc_act_set_next_post_act(flow, attr, next_attr); in alloc_flow_post_acts()
3725 next_attr = attr; in alloc_flow_post_acts()