Home
last modified time | relevance | path

Searched refs:jffs2_full_dnode (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/fs/jffs2/
Dnodelist.h213 struct jffs2_full_dnode struct
231 struct jffs2_full_dnode *fn; argument
272 struct jffs2_full_dnode *node; /* NULL for holes */
373 …l_dnode_to_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn);
398 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f,
427 struct jffs2_full_dnode *jffs2_alloc_full_dnode(void);
428 void jffs2_free_full_dnode(struct jffs2_full_dnode *);
454 struct jffs2_full_dnode *fd, unsigned char *buf,
Dmalloc.c37 sizeof(struct jffs2_full_dnode), in jffs2_create_slab_caches()
127 struct jffs2_full_dnode *jffs2_alloc_full_dnode(void) in jffs2_alloc_full_dnode()
129 struct jffs2_full_dnode *ret; in jffs2_alloc_full_dnode()
135 void jffs2_free_full_dnode(struct jffs2_full_dnode *x) in jffs2_free_full_dnode()
Djffs2_fs_i.h40 struct jffs2_full_dnode *metadata;
Dgc.c29 struct jffs2_inode_info *f, struct jffs2_full_dnode *fd);
35 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn,
38 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn,
501 struct jffs2_full_dnode *fn = NULL; in jffs2_garbage_collect_live()
759 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) in jffs2_garbage_collect_metadata()
761 struct jffs2_full_dnode *new_fn; in jffs2_garbage_collect_metadata()
1014 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, in jffs2_garbage_collect_hole()
1019 struct jffs2_full_dnode *new_fn; in jffs2_garbage_collect_hole()
1165 struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, in jffs2_garbage_collect_dnode()
1169 struct jffs2_full_dnode *new_fn; in jffs2_garbage_collect_dnode()
Dwrite.c59 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dnode()
64 struct jffs2_full_dnode *fn; in jffs2_write_dnode()
351 struct jffs2_full_dnode *fn; in jffs2_write_inode_range()
446 struct jffs2_full_dnode *fn; in jffs2_do_create()
Ddir.c290 struct jffs2_full_dnode *fn; in jffs2_symlink()
453 struct jffs2_full_dnode *fn; in jffs2_mkdir()
625 struct jffs2_full_dnode *fn; in jffs2_mknod()
Dread.c24 struct jffs2_full_dnode *fd, unsigned char *buf, in jffs2_read_dnode()
Dnodelist.c149 static struct jffs2_node_frag * new_fragment(struct jffs2_full_dnode *fn, uint32_t ofs, uint32_t si… in new_fragment()
363 …ll_dnode_to_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn) in jffs2_add_full_dnode_to_inode()
Dfile.c148 struct jffs2_full_dnode *fn; in jffs2_write_begin()
Dfs.c34 struct jffs2_full_dnode *old_metadata, *new_metadata; in jffs2_do_setattr()
Ddebug.c81 struct jffs2_full_dnode *fn = frag->node; in __jffs2_dbg_fragtree_paranoia_check_nolock()