HomeSort by relevance Sort by last modified time
    Searched defs:yaffs_unlink (Results 1 - 2 of 2) sorted by null

  /external/yaffs2/yaffs2/direct/
yaffsfs.c 738 result = yaffs_Unlink(dir,name);
757 int yaffs_unlink(const char *path) function
  /external/yaffs2/yaffs2/
yaffs_fs.c 128 static int yaffs_unlink(struct inode *dir, struct dentry *dentry);
217 .unlink = yaffs_unlink,
220 .rmdir = yaffs_unlink,
1067 static int yaffs_unlink(struct inode *dir, struct dentry *dentry) function
1074 (KERN_DEBUG "yaffs_unlink %d:%s\n", (int)(dir->i_ino),
1081 retVal = yaffs_Unlink(yaffs_InodeToObject(dir), dentry->d_name.name);
    [all...]

Completed in 39 milliseconds