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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dinode.c60 * @lower_dentry: New file's dentry in the lower fs
74 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); local
82 nd->dentry = lower_dentry;
84 rc = vfs_create(lower_dir_inode, lower_dentry, mode, nd);
109 struct dentry *lower_dentry; local
112 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
113 lower_dir_dentry = lock_parent(lower_dentry);
127 rc = ecryptfs_interpose(lower_dentry, ecryptfs_dentry,
192 struct dentry *lower_dentry; local
197 lower_dentry
282 struct dentry *lower_dentry; local
450 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); local
472 struct dentry *lower_dentry; local
511 struct dentry *lower_dentry; local
534 struct dentry *lower_dentry; local
559 struct dentry *lower_dentry; local
616 struct dentry *lower_dentry; local
750 struct dentry *lower_dentry; local
891 struct dentry *lower_dentry; local
968 struct dentry *lower_dentry; local
988 struct dentry *lower_dentry; local
1007 struct dentry *lower_dentry; local
1024 struct dentry *lower_dentry; local
[all...]
H A Ddentry.c46 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); local
52 if (!lower_dentry->d_op || !lower_dentry->d_op->d_revalidate)
56 nd->dentry = lower_dentry;
58 rc = lower_dentry->d_op->d_revalidate(lower_dentry, nd);
H A Dfile.c50 struct dentry *lower_dentry; local
62 lower_dentry = ecryptfs_dentry_to_lower(file->f_path.dentry);
64 touch_atime(lower_vfsmount, lower_dentry);
145 struct dentry *lower_dentry,
151 dget(lower_dentry);
153 *lower_file = dentry_open(lower_dentry, lower_mnt, flags);
155 printk(KERN_ERR "Error opening lower file for lower_dentry "
157 lower_dentry, lower_mnt, flags);
189 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry); local
216 lower_dentry
144 ecryptfs_open_lower_file(struct file **lower_file, struct dentry *lower_dentry, struct vfsmount *lower_mnt, int flags) argument
317 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(dentry); local
[all...]
H A Dmmap.c206 struct dentry *lower_dentry; local
216 lower_dentry = ecryptfs_dentry_to_lower(dentry);
522 struct dentry *lower_dentry; local
533 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
534 if (!lower_dentry->d_inode->i_op->getxattr ||
535 !lower_dentry->d_inode->i_op->setxattr) {
543 mutex_lock(&lower_dentry->d_inode->i_mutex);
544 size = lower_dentry->d_inode->i_op->getxattr(lower_dentry,
549 mutex_unlock(&lower_dentry
[all...]
H A Decryptfs_kernel.h424 ecryptfs_set_dentry_lower(struct dentry *dentry, struct dentry *lower_dentry) argument
427 lower_dentry;
548 struct dentry *lower_dentry,
H A Dmain.c103 * @lower_dentry: Existing dentry in the lower filesystem
112 int ecryptfs_interpose(struct dentry *lower_dentry, struct dentry *dentry, argument
119 lower_inode = lower_dentry->d_inode;

Completed in 78 milliseconds