Searched refs:tmp_dentry (Results 1 – 1 of 1) sorted by relevance
66 struct dentry *tmp_dentry = NULL; in construct_dentry() local73 tmp_dentry = d_lookup(file->f_path.dentry, qstring); in construct_dentry()74 if (tmp_dentry) { in construct_dentry()79 tmp_dentry->d_inode)); in construct_dentry()80 *ptmp_inode = tmp_dentry->d_inode; in construct_dentry()88 tmp_dentry = d_alloc(file->f_path.dentry, qstring); in construct_dentry()89 if (tmp_dentry == NULL) { in construct_dentry()96 tmp_dentry->d_op = &cifs_ci_dentry_ops; in construct_dentry()98 tmp_dentry->d_op = &cifs_dentry_ops; in construct_dentry()106 tmp_dentry->d_time = jiffies; in construct_dentry()[all …]