HomeSort by relevance Sort by last modified time
    Searched refs:yaffs_GetObjectLinkCount (Results 1 - 4 of 4) sorted by null

  /external/yaffs2/yaffs2/
yaffs_guts.h 821 int yaffs_GetObjectLinkCount(yaffs_Object * obj);
yaffs_fs.c 726 inode->i_nlink = yaffs_GetObjectLinkCount(obj);
1120 old_dentry->d_inode->i_nlink = yaffs_GetObjectLinkCount(obj);
    [all...]
yaffs_guts.c     [all...]
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 849 buf->st_nlink = yaffs_GetObjectLinkCount(obj);

Completed in 48 milliseconds