Searched refs:yaffs_GetObjectLinkCount (Results 1 – 4 of 4) sorted by relevance
821 int yaffs_GetObjectLinkCount(yaffs_Object * obj);
726 inode->i_nlink = yaffs_GetObjectLinkCount(obj); in yaffs_FillInodeFromObject()1120 old_dentry->d_inode->i_nlink = yaffs_GetObjectLinkCount(obj); in yaffs_link()
6049 int yaffs_GetObjectLinkCount(yaffs_Object * obj) in yaffs_GetObjectLinkCount() function
849 buf->st_nlink = yaffs_GetObjectLinkCount(obj); in yaffsfs_DoStat()