Home
last modified time | relevance | path

Searched refs:jffs2_tmp_dnode_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dnodelist.h228 struct jffs2_tmp_dnode_info struct
243 struct jffs2_tmp_dnode_info *mdata_tn; argument
354 #define tn_next(tn) rb_entry(rb_next(&(tn)->rb), struct jffs2_tmp_dnode_info, rb)
355 #define tn_prev(tn) rb_entry(rb_prev(&(tn)->rb), struct jffs2_tmp_dnode_info, rb)
356 #define tn_parent(tn) rb_entry(rb_parent(&(tn)->rb), struct jffs2_tmp_dnode_info, rb)
357 #define tn_left(tn) rb_entry((tn)->rb.rb_left, struct jffs2_tmp_dnode_info, rb)
358 #define tn_right(tn) rb_entry((tn)->rb.rb_right, struct jffs2_tmp_dnode_info, rb)
360 #define tn_last(list) rb_entry(rb_last(list), struct jffs2_tmp_dnode_info, rb)
361 #define tn_first(list) rb_entry(rb_first(list), struct jffs2_tmp_dnode_info, rb)
433 struct jffs2_tmp_dnode_info *jffs2_alloc_tmp_dnode_info(void);
[all …]
H A Dreadinode.c178 struct jffs2_tmp_dnode_info *tn = NULL; in jffs2_lookup_tn()
185 tn = rb_entry(next, struct jffs2_tmp_dnode_info, rb); in jffs2_lookup_tn()
220 struct jffs2_tmp_dnode_info *tn) in jffs2_add_tn_to_tree()
223 struct jffs2_tmp_dnode_info *this, *ptn; in jffs2_add_tn_to_tree()
303 struct jffs2_tmp_dnode_info *next = tn_next(this); in jffs2_add_tn_to_tree()
340 struct jffs2_tmp_dnode_info *insert_point = NULL; in jffs2_add_tn_to_tree()
428 struct jffs2_tmp_dnode_info *this_tn; in ver_insert()
455 struct jffs2_tmp_dnode_info *pen, *last, *this; in jffs2_build_inode_fragtree()
496 struct jffs2_tmp_dnode_info *vers_next; in jffs2_build_inode_fragtree()
546 struct jffs2_tmp_dnode_info *tn, *next; in jffs2_free_tmp_dnode_info_list()
[all …]
H A Dmalloc.c55 sizeof(struct jffs2_tmp_dnode_info), in jffs2_create_slab_caches()
169 struct jffs2_tmp_dnode_info *jffs2_alloc_tmp_dnode_info(void) in jffs2_alloc_tmp_dnode_info()
171 struct jffs2_tmp_dnode_info *ret; in jffs2_alloc_tmp_dnode_info()
178 void jffs2_free_tmp_dnode_info(struct jffs2_tmp_dnode_info *x) in jffs2_free_tmp_dnode_info()