Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_allocator.c35 struct yaffs_tnode *tnodes;
45 struct yaffs_tnode *free_tnodes;
100 struct yaffs_tnode *new_tnodes; in yaffs_create_tnodes()
102 struct yaffs_tnode *curr; in yaffs_create_tnodes()
103 struct yaffs_tnode *next; in yaffs_create_tnodes()
126 curr = (struct yaffs_tnode *)&mem[i * dev->tnode_size]; in yaffs_create_tnodes()
127 next = (struct yaffs_tnode *)&mem[(i + 1) * dev->tnode_size]; in yaffs_create_tnodes()
131 curr = (struct yaffs_tnode *)&mem[(n_tnodes - 1) * dev->tnode_size]; in yaffs_create_tnodes()
133 allocator->free_tnodes = (struct yaffs_tnode *)mem; in yaffs_create_tnodes()
158 struct yaffs_tnode *yaffs_alloc_raw_tnode(struct yaffs_dev *dev) in yaffs_alloc_raw_tnode()
[all …]
Dyaffs_allocator.h24 struct yaffs_tnode *yaffs_alloc_raw_tnode(struct yaffs_dev *dev);
25 void yaffs_free_raw_tnode(struct yaffs_dev *dev, struct yaffs_tnode *tn);
Dyaffs_guts.h357 struct yaffs_tnode { struct
358 struct yaffs_tnode *internal[YAFFS_NTNODES_INTERNAL]; argument
374 struct yaffs_tnode *top;
940 struct yaffs_tnode *yaffs_get_tnode(struct yaffs_dev *dev);
941 struct yaffs_tnode *yaffs_add_find_tnode_0(struct yaffs_dev *dev,
944 struct yaffs_tnode *passed_tn);
953 struct yaffs_tnode *yaffs_find_tnode_0(struct yaffs_dev *dev,
957 u32 yaffs_get_group_base(struct yaffs_dev *dev, struct yaffs_tnode *tn,
Dyaffs_guts.c704 struct yaffs_tnode *yaffs_get_tnode(struct yaffs_dev *dev) in yaffs_get_tnode()
706 struct yaffs_tnode *tn = yaffs_alloc_raw_tnode(dev); in yaffs_get_tnode()
719 static void yaffs_free_tnode(struct yaffs_dev *dev, struct yaffs_tnode *tn) in yaffs_free_tnode()
733 void yaffs_load_tnode_0(struct yaffs_dev *dev, struct yaffs_tnode *tn, in yaffs_load_tnode_0()
764 u32 yaffs_get_group_base(struct yaffs_dev *dev, struct yaffs_tnode *tn, in yaffs_get_group_base()
801 struct yaffs_tnode *yaffs_find_tnode_0(struct yaffs_dev *dev, in yaffs_find_tnode_0()
805 struct yaffs_tnode *tn = file_struct->top; in yaffs_find_tnode_0()
854 struct yaffs_tnode *yaffs_add_find_tnode_0(struct yaffs_dev *dev, in yaffs_add_find_tnode_0()
857 struct yaffs_tnode *passed_tn) in yaffs_add_find_tnode_0()
862 struct yaffs_tnode *tn; in yaffs_add_find_tnode_0()
[all …]
Dyaffs_verify.c231 struct yaffs_tnode *tn; in yaffs_verify_file()
Dyaffs_yaffs2.c446 struct yaffs_tnode *tn, u32 level, in yaffs2_checkpt_tnode_worker()
506 struct yaffs_tnode *tn; in yaffs2_rd_checkpt_tnodes()