~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to fs/jffs2/nodelist.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
401
401
                            struct jffs2_raw_inode *ri, unsigned char *buf,
402
402
                            uint32_t offset, uint32_t writelen, uint32_t *retlen);
403
403
int jffs2_do_create(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, struct jffs2_inode_info *f,
404
 
                    struct jffs2_raw_inode *ri, const char *name, int namelen);
 
404
                    struct jffs2_raw_inode *ri, const struct qstr *qstr);
405
405
int jffs2_do_unlink(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, const char *name,
406
406
                    int namelen, struct jffs2_inode_info *dead_f, uint32_t time);
407
407
int jffs2_do_link(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino,