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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dinode.c110 struct dentry *lower_dir_dentry; local
113 lower_dir_dentry = lock_parent(lower_dentry);
114 if (unlikely(IS_ERR(lower_dir_dentry))) {
117 rc = PTR_ERR(lower_dir_dentry);
120 rc = ecryptfs_create_underlying_file(lower_dir_dentry->d_inode,
133 fsstack_copy_attr_times(directory_inode, lower_dir_dentry->d_inode);
134 fsstack_copy_inode_size(directory_inode, lower_dir_dentry->d_inode);
136 unlock_dir(lower_dir_dentry);
281 struct dentry *lower_dir_dentry; local
292 lower_dir_dentry
415 struct dentry *lower_dir_dentry; local
473 struct dentry *lower_dir_dentry; local
512 struct dentry *lower_dir_dentry; local
535 struct dentry *lower_dir_dentry; local
560 struct dentry *lower_dir_dentry; local
[all...]

Completed in 89 milliseconds