Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmaple_tree.rs616 fn from(insert_err: InsertError<T>) -> Error { in from()
617 Error::from(insert_err.cause) in from()
653 fn from(insert_err: AllocError<T>) -> Error { in from()
654 Error::from(insert_err.cause) in from()
/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c88 goto insert_err; in mlx5_sf_alloc()
92 insert_err: in mlx5_sf_alloc()
/linux/fs/ext4/
H A Dextents.c3202 int err = 0, insert_err = 0, is_unwrit = 0; in ext4_split_extent_at() local
3255 insert_err = PTR_ERR(path); in ext4_split_extent_at()
3257 if (insert_err != -ENOSPC && insert_err != -EDQUOT && in ext4_split_extent_at()
3258 insert_err != -ENOMEM) in ext4_split_extent_at()
3294 if (err || insert_err) { in ext4_split_extent_at()
3296 path = err ? ERR_PTR(err) : ERR_PTR(insert_err); in ext4_split_extent_at()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1878 goto insert_err; in mlx5_esw_vport_alloc()
1883 insert_err: in mlx5_esw_vport_alloc()
H A Deswitch_offloads.c2621 goto insert_err; in mlx5_esw_offloads_rep_add()
2625 insert_err: in mlx5_esw_offloads_rep_add()
/linux/drivers/infiniband/core/
H A Ddevice.c985 goto insert_err; in add_one_compat_dev()
990 insert_err: in add_one_compat_dev()