Searched refs:jffs2_write_dirent (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/jffs2/ |
D | dir.c | 304 fd = jffs2_write_dirent(dir_i, rd, dentry->d_name.name, namelen, phys_ofs, &writtenlen); in jffs2_create() 374 fd = jffs2_write_dirent(dir_i, rd, dentry->d_name.name, dentry->d_name.len, phys_ofs, NULL); in jffs2_do_unlink() 466 fd = jffs2_write_dirent(dir_i, rd, dentry->d_name.name, dentry->d_name.len, phys_ofs, NULL); in jffs2_do_link() 625 fd = jffs2_write_dirent(dir_i, rd, dentry->d_name.name, namelen, phys_ofs, &writtenlen); in jffs2_symlink() 759 fd = jffs2_write_dirent(dir_i, rd, dentry->d_name.name, namelen, phys_ofs, &writtenlen); in jffs2_mkdir() 916 fd = jffs2_write_dirent(dir_i, rd, dentry->d_name.name, namelen, phys_ofs, &writtenlen); in jffs2_mknod()
|
D | nodelist.h | 268 struct jffs2_full_dirent *jffs2_write_dirent(struct inode *inode, struct jffs2_raw_dirent *rd, cons…
|
D | write.c | 260 struct jffs2_full_dirent *jffs2_write_dirent(struct inode *inode, struct jffs2_raw_dirent *rd, cons… in jffs2_write_dirent() function
|
D | gc.c | 401 new_fd = jffs2_write_dirent(inode, &rd, fd->name, rd.nsize, phys_ofs, NULL); in jffs2_garbage_collect_dirent()
|