Lines Matching defs:temp
2393 struct dentry *temp;
2411 temp = dentry;
2415 spin_lock(&temp->d_lock);
2416 inode = d_inode(temp);
2419 pos, temp);
2420 } else if (stop_on_nosnap && inode && dentry != temp &&
2422 spin_unlock(&temp->d_lock);
2426 pos -= temp->d_name.len;
2428 spin_unlock(&temp->d_lock);
2431 memcpy(path + pos, temp->d_name.name, temp->d_name.len);
2433 spin_unlock(&temp->d_lock);
2434 temp = READ_ONCE(temp->d_parent);
2437 if (IS_ROOT(temp))
2446 base = ceph_ino(d_inode(temp));