Lines Matching defs:dentry
139 struct sysv_dir_entry *sysv_find_entry(struct dentry *dentry, struct page **res_page)
141 const char * name = dentry->d_name.name;
142 int namelen = dentry->d_name.len;
143 struct inode * dir = d_inode(dentry->d_parent);
184 int sysv_add_link(struct dentry *dentry, struct inode *inode)
186 struct inode *dir = d_inode(dentry->d_parent);
187 const char * name = dentry->d_name.name;
188 int namelen = dentry->d_name.len;
371 ino_t sysv_inode_by_name(struct dentry *dentry)
374 struct sysv_dir_entry *de = sysv_find_entry (dentry, &page);
378 res = fs16_to_cpu(SYSV_SB(dentry->d_sb), de->inode);