Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dinode.c126 next_attr: in ntfs_read_mft()
136 goto next_attr; in ntfs_read_mft()
143 goto next_attr; in ntfs_read_mft()
178 goto next_attr; in ntfs_read_mft()
195 goto next_attr; in ntfs_read_mft()
207 goto next_attr; in ntfs_read_mft()
217 goto next_attr; in ntfs_read_mft()
225 goto next_attr; in ntfs_read_mft()
230 goto next_attr; in ntfs_read_mft()
234 goto next_attr; in ntfs_read_mft()
[all …]
H A Drecord.c394 next_attr: in mi_find_attr()
404 goto next_attr; in mi_find_attr()
407 goto next_attr; in mi_find_attr()
410 goto next_attr; in mi_find_attr()
413 goto next_attr; in mi_find_attr()
H A Dattrib.c2156 goto next_attr; in attr_collapse_range()
2247 next_attr: in attr_collapse_range()
2427 goto next_attr; in attr_punch_hole()
2462 next_attr: in attr_punch_hole()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A 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()
H A Dact.h117 struct mlx5_flow_attr *next_attr);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3794 struct mlx5_flow_attr *attr, *next_attr = NULL; in alloc_flow_post_acts() local
3802 if (!next_attr) { in alloc_flow_post_acts()
3807 if (next_attr && !(attr->flags & MLX5_ATTR_FLAG_TERMINATING)) { in alloc_flow_post_acts()
3808 err = mlx5e_tc_act_set_next_post_act(flow, attr, next_attr); in alloc_flow_post_acts()
3841 next_attr = attr; in alloc_flow_post_acts()