Searched refs:jffs2_raw_dirent (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/fs/jffs2/ |
D | malloc.c | 43 sizeof(struct jffs2_raw_dirent), in jffs2_create_slab_caches() 141 struct jffs2_raw_dirent *jffs2_alloc_raw_dirent(void) in jffs2_alloc_raw_dirent() 143 struct jffs2_raw_dirent *ret; in jffs2_alloc_raw_dirent() 149 void jffs2_free_raw_dirent(struct jffs2_raw_dirent *x) in jffs2_free_raw_dirent()
|
D | nodelist.h | 73 #define JFFS2_MIN_NODE_HEADER sizeof(struct jffs2_raw_dirent) 402 struct jffs2_raw_dirent *rd, const unsigned char *name, 429 struct jffs2_raw_dirent *jffs2_alloc_raw_dirent(void); 430 void jffs2_free_raw_dirent(struct jffs2_raw_dirent *);
|
D | write.c | 206 struct jffs2_raw_dirent *rd, const unsigned char *name, in jffs2_write_dirent() 445 struct jffs2_raw_dirent *rd; in jffs2_do_create() 551 struct jffs2_raw_dirent *rd; in jffs2_do_unlink() 671 struct jffs2_raw_dirent *rd; in jffs2_do_link()
|
D | summary.h | 186 int jffs2_sum_add_dirent_mem(struct jffs2_summary *s, struct jffs2_raw_dirent *rd, uint32_t ofs);
|
D | dir.c | 289 struct jffs2_raw_dirent *rd; in jffs2_symlink() 452 struct jffs2_raw_dirent *rd; in jffs2_mkdir() 624 struct jffs2_raw_dirent *rd; in jffs2_mknod()
|
D | readinode.c | 587 struct jffs2_raw_dirent *rd, size_t read, in read_direntry() 1082 if (JFFS2_MIN_NODE_HEADER < sizeof(struct jffs2_raw_dirent) && in jffs2_get_inode_nodes() 1083 len < sizeof(struct jffs2_raw_dirent)) { in jffs2_get_inode_nodes() 1084 err = read_more(c, ref, sizeof(struct jffs2_raw_dirent), &len, buf); in jffs2_get_inode_nodes()
|
D | super.c | 373 BUILD_BUG_ON(sizeof(struct jffs2_raw_dirent) != 40); in init_jffs2_fs()
|
D | scan.c | 49 struct jffs2_raw_dirent *rd, uint32_t ofs, struct jffs2_summary *s); 1046 struct jffs2_raw_dirent *rd, uint32_t ofs, struct jffs2_summary *s) in jffs2_scan_dirent_node()
|
D | gc.c | 854 struct jffs2_raw_dirent rd; in jffs2_garbage_collect_dirent() 907 struct jffs2_raw_dirent *rd; in jffs2_garbage_collect_deletion_dirent()
|
D | summary.c | 133 int jffs2_sum_add_dirent_mem(struct jffs2_summary *s, struct jffs2_raw_dirent *rd, in jffs2_sum_add_dirent_mem()
|
/linux-6.1.9/include/uapi/linux/ |
D | jffs2.h | 111 struct jffs2_raw_dirent struct 205 struct jffs2_raw_dirent d;
|