Searched refs:flash_ofs (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/jffs2/ |
D | write.c | 174 …ct jffs2_raw_inode *ri, const unsigned char *data, __u32 datalen, __u32 flash_ofs, __u32 *writele… in jffs2_write_dnode() argument 195 writecheck(c->mtd, flash_ofs); in jffs2_write_dnode() 209 raw->flash_offset = flash_ofs; in jffs2_write_dnode() 218 ret = mtd_writev(c->mtd, vecs, 2, flash_ofs, &retlen); in jffs2_write_dnode() 221 sizeof(*ri)+datalen, flash_ofs, ret, retlen); in jffs2_write_dnode() 252 …e 0x%x, csize 0x%x, node_crc 0x%08x, data_crc 0x%08x, totlen 0x%08x\n", flash_ofs, ri->dsize, ri->… in jffs2_write_dnode() 260 …t jffs2_raw_dirent *rd, const unsigned char *name, __u32 namelen, __u32 flash_ofs, __u32 *writele… in jffs2_write_dirent() argument 271 writecheck(c->mtd, flash_ofs); in jffs2_write_dirent() 294 raw->flash_offset = flash_ofs; in jffs2_write_dirent() 308 ret = mtd_writev(c->mtd, vecs, 2, flash_ofs, &retlen); in jffs2_write_dirent() [all …]
|
D | nodelist.h | 267 …ct jffs2_raw_inode *ri, const unsigned char *data, __u32 datalen, __u32 flash_ofs, __u32 *writele… 268 …t jffs2_raw_dirent *rd, const unsigned char *name, __u32 namelen, __u32 flash_ofs, __u32 *writele…
|