Home
last modified time | relevance | path

Searched defs:tn (Results 1 – 4 of 4) sorted by relevance

/fs/jffs2/
Dreadinode.c29 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()
421 static void ver_insert(struct rb_root *ver_root, struct jffs2_tmp_dnode_info *tn) in ver_insert()
544 struct jffs2_tmp_dnode_info *tn; in jffs2_free_tmp_dnode_info_list() local
714 struct jffs2_tmp_dnode_info *tn; in read_dnode() local
Dnodelist.h350 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument
351 #define tn_prev(tn) rb_entry(rb_prev(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument
352 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb) argument
353 #define tn_left(tn) rb_entry((tn)->rb.rb_left, struct jffs2_tmp_dnode_info, rb) argument
354 #define tn_right(tn) rb_entry((tn)->rb.rb_right, struct jffs2_tmp_dnode_info, rb) argument
355 #define tn_erase(tn, list) rb_erase(&tn->rb, list); argument
/fs/yaffs2/
Dyaffs_guts.c601 static int yaffs_VerifyTnodeWorker(yaffs_Object *obj, yaffs_Tnode *tn, in yaffs_VerifyTnodeWorker()
656 yaffs_Tnode *tn; in yaffs_VerifyFile() local
1243 yaffs_Tnode *tn = NULL; in yaffs_GetTnodeRaw() local
1269 yaffs_Tnode *tn = yaffs_GetTnodeRaw(dev); in yaffs_GetTnode() local
1282 static void yaffs_FreeTnode(yaffs_Device *dev, yaffs_Tnode *tn) in yaffs_FreeTnode()
1327 void yaffs_PutLevel0Tnode(yaffs_Device *dev, yaffs_Tnode *tn, unsigned pos, in yaffs_PutLevel0Tnode()
1357 static __u32 yaffs_GetChunkGroupBase(yaffs_Device *dev, yaffs_Tnode *tn, in yaffs_GetChunkGroupBase()
1398 yaffs_Tnode *tn = fStruct->top; in yaffs_FindLevel0Tnode() local
1454 yaffs_Tnode *tn; in yaffs_AddOrFindLevel0Tnode() local
1572 static int yaffs_DeleteWorker(yaffs_Object *in, yaffs_Tnode *tn, __u32 level, in yaffs_DeleteWorker()
[all …]
/fs/
Dcompat_ioctl.c1814 struct timeval __user *tn = compat_alloc_user_space(sizeof(struct timeval)); in lp_timeout_trans() local