Searched defs:tn (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/jffs2/ |
D | readinode.c | 31 static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_node_data() 150 static int check_tn_node(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_tn_node() 178 struct jffs2_tmp_dnode_info *tn = NULL; in jffs2_lookup_tn() local 199 static void jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in jffs2_kill_tn() 220 struct jffs2_tmp_dnode_info *tn) in jffs2_add_tn_to_tree() 424 static void ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn) in ver_insert() 546 struct jffs2_tmp_dnode_info *tn, *next; in jffs2_free_tmp_dnode_info_list() local 717 struct jffs2_tmp_dnode_info *tn; in read_dnode() local
|
D | nodelist.h | 354 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument 355 #define tn_prev(tn) rb_entry(rb_prev(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument 356 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument 357 #define tn_left(tn) rb_entry((tn)->rb.rb_left, struct jffs2_tmp_dnode_info, rb) argument 358 #define tn_right(tn) rb_entry((tn)->rb.rb_right, struct jffs2_tmp_dnode_info, rb) argument 359 #define tn_erase(tn, list) rb_erase(&tn->rb, list); argument
|
/linux-4.19.296/include/net/ |
D | act_api.h | 112 int tc_action_net_init(struct net *net, struct tc_action_net *tn, in tc_action_net_init() 137 struct tc_action_net *tn = net_generic(net, id); in tc_action_net_exit() local
|