Lines Matching refs:uint32_t

88 	uint32_t flash_offset;
91 uint32_t __totlen; /* This may die; use ref_totlen(c, jeb, ) below */
174 uint32_t ino;
179 uint32_t pino_nlink; /* Directories store parent inode
216 uint32_t ofs; /* The offset to which the data of this node belongs */
217 uint32_t size;
218 uint32_t frags; /* Number of fragments which currently refer
232 uint32_t version;
233 uint32_t data_crc;
234 uint32_t partial_crc;
235 uint32_t csize;
244 uint32_t highest_version;
245 uint32_t latest_mctime;
246 uint32_t mctime_ver;
258 uint32_t version;
259 uint32_t ino; /* == zero for unlink */
273 uint32_t size;
274 uint32_t ofs; /* The offset to which this fragment belongs */
281 uint32_t offset; /* of this block in the MTD */
283 uint32_t unchecked_size;
284 uint32_t used_size;
285 uint32_t dirty_size;
286 uint32_t wasted_size;
287 uint32_t free_size; /* Note that sector_size - free_size
289 uint32_t allocated_refs;
366 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
371 struct jffs2_node_frag *jffs2_lookup_node_frag(struct rb_root *fragtree, uint32_t offset);
374 uint32_t jffs2_truncate_fragtree (struct jffs2_sb_info *c, struct rb_root *list, uint32_t size);
377 uint32_t ofs, uint32_t len,
379 extern uint32_t __jffs2_ref_totlen(struct jffs2_sb_info *c,
385 int jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize,
386 uint32_t *len, int prio, uint32_t sumsize);
387 int jffs2_reserve_space_gc(struct jffs2_sb_info *c, uint32_t minsize,
388 uint32_t *len, uint32_t sumsize);
390 uint32_t ofs, uint32_t len,
396 int jffs2_do_new_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, uint32_t mode, struct jffs2_raw_inode *ri);
400 uint32_t datalen, int alloc_mode);
403 uint32_t namelen, int alloc_mode);
406 uint32_t offset, uint32_t writelen, uint32_t *retlen);
410 int namelen, struct jffs2_inode_info *dead_f, uint32_t time);
411 int jffs2_do_link(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino,
412 uint8_t type, const char *name, int namelen, uint32_t time);
417 uint32_t ino, struct jffs2_raw_inode *latest_node);
457 unsigned char *buf, uint32_t offset, uint32_t len);
463 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
465 int jffs2_scan_dirty_space(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t size);
476 int jffs2_flush_wbuf_gc(struct jffs2_sb_info *c, uint32_t ino);