Home
last modified time | relevance | path

Searched refs:lower_dir_dentry (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dinode.c31 struct dentry *lower_dir_dentry; in lock_parent() local
33 lower_dir_dentry = ecryptfs_dentry_to_lower(dentry->d_parent); in lock_parent()
34 *lower_dir = d_inode(lower_dir_dentry); in lock_parent()
38 return (*lower_dentry)->d_parent == lower_dir_dentry ? 0 : -EINVAL; in lock_parent()
396 struct dentry *lower_dir_dentry, *lower_dentry; in ecryptfs_lookup() local
402 lower_dir_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry->d_parent); in ecryptfs_lookup()
418 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()