Searched refs:s_t (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | snapshot.c | 64 struct bkey_i_snapshot_tree *s_t; in __bch2_snapshot_tree_create() local 71 s_t = bch2_bkey_alloc(trans, &iter, 0, snapshot_tree); in __bch2_snapshot_tree_create() 72 ret = PTR_ERR_OR_ZERO(s_t); in __bch2_snapshot_tree_create() 74 return ret ? ERR_PTR(ret) : s_t; in __bch2_snapshot_tree_create() 638 struct bch_snapshot_tree s_t; in snapshot_tree_ptr_good() local 693 struct bch_snapshot_tree s_t; in snapshot_tree_ptr_repair() local 1213 struct bkey_i_snapshot_tree *s_t; in bch2_snapshot_node_delete() local 1220 ret = PTR_ERR_OR_ZERO(s_t); in bch2_snapshot_node_delete() 1225 s_t->v.root_snapshot = s.v->children[0]; in bch2_snapshot_node_delete() 1227 s_t->k.type = KEY_TYPE_deleted; in bch2_snapshot_node_delete() [all …]
|
| A D | quota.c | 487 struct bch_snapshot_tree s_t; in bch2_fs_quota_read_inode() local 490 int ret = bch2_snapshot_tree_lookup(trans, tree, &s_t); in bch2_fs_quota_read_inode() 496 if (!s_t.master_subvol) in bch2_fs_quota_read_inode() 501 le32_to_cpu(s_t.master_subvol), in bch2_fs_quota_read_inode()
|
| /linux/net/sched/ |
| A D | sch_api.c | 2285 int *t_p, int s_t) in tc_dump_tclass_qdisc() argument 2290 *t_p < s_t || !q->ops->cl_ops || in tc_dump_tclass_qdisc() 2296 if (*t_p > s_t) in tc_dump_tclass_qdisc() 2314 int *t_p, int s_t, bool recur) in tc_dump_tclass_root() argument 2322 if (tc_dump_tclass_qdisc(root, skb, tcm, cb, t_p, s_t) < 0) in tc_dump_tclass_root() 2331 tc_dump_tclass_qdisc(q, skb, tcm, cb, t_p, s_t) < 0) in tc_dump_tclass_root() 2336 if (tc_dump_tclass_qdisc(q, skb, tcm, cb, t_p, s_t) < 0) in tc_dump_tclass_root() 2349 int t, s_t; in tc_dump_tclass() local 2357 s_t = cb->args[0]; in tc_dump_tclass() 2361 skb, tcm, cb, &t, s_t, true) < 0) in tc_dump_tclass() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | reg_bounds.c | 665 static void print_refinement(enum num_t s_t, struct range src, in print_refinement() argument 669 printf("REFINING (%s) (%s)SRC=", ctx, t_str(s_t)); in print_refinement() 670 print_range(s_t, src, ""); in print_refinement() 679 enum num_t d_t, s_t; in reg_state_refine() local 696 for (s_t = first_t; s_t <= last_t; s_t++) { in reg_state_refine() 699 r->r[d_t] = range_refine(d_t, r->r[d_t], s_t, r->r[s_t]); in reg_state_refine() 703 print_refinement(s_t, r->r[s_t], d_t, old, r->r[d_t], ctx); in reg_state_refine()
|
| /linux/net/ipv4/ |
| A D | ipmr_base.c | 363 unsigned int t = 0, s_t = cb->args[0]; in mr_rtm_dumproute() local 379 if (t < s_t) in mr_rtm_dumproute()
|
| A D | ipmr.c | 2835 unsigned int t = 0, s_t; in ipmr_rtm_dumplink() local 2846 s_t = cb->args[0]; in ipmr_rtm_dumplink() 2854 if (t < s_t) in ipmr_rtm_dumplink()
|
| /linux/net/core/ |
| A D | neighbour.c | 2863 int t, family, s_t; in neigh_dump_info() local 2880 s_t = cb->args[0]; in neigh_dump_info() 2888 if (t < s_t || (family && tbl->family != family)) in neigh_dump_info() 2890 if (t > s_t) in neigh_dump_info()
|
Completed in 35 milliseconds