Lines Matching refs:dentry
64 static int fill_read_buffer(struct dentry * dentry, struct configfs_buffer * buffer) in fill_read_buffer() argument
66 struct configfs_attribute * attr = to_attr(dentry); in fill_read_buffer()
67 struct config_item * item = to_item(dentry->d_parent); in fill_read_buffer()
114 if ((retval = fill_read_buffer(file->f_path.dentry,buffer))) in configfs_read_file()
170 flush_write_buffer(struct dentry * dentry, struct configfs_buffer * buffer, size_t count) in flush_write_buffer() argument
172 struct configfs_attribute * attr = to_attr(dentry); in flush_write_buffer()
173 struct config_item * item = to_item(dentry->d_parent); in flush_write_buffer()
206 len = flush_write_buffer(file->f_path.dentry, buffer, len); in configfs_write_file()
215 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); in check_perm()
216 struct configfs_attribute * attr = to_attr(file->f_path.dentry); in check_perm()
289 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release()
290 struct configfs_attribute * attr = to_attr(filp->f_path.dentry); in configfs_release()
324 struct dentry *dir = item->ci_dentry; in configfs_create_file()