Searched refs:ecryptfs_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 Dcrypto.c956 * @ecryptfs_dentry
974 int ecryptfs_new_file_context(struct dentry *ecryptfs_dentry) argument
978 &ecryptfs_inode_to_private(ecryptfs_dentry->d_inode)->crypt_stat;
981 ecryptfs_dentry->d_sb)->mount_crypt_stat;
1281 * @ecryptfs_dentry
1308 struct dentry *ecryptfs_dentry)
1323 ecryptfs_dentry, &written,
1379 static int ecryptfs_write_metadata_to_xattr(struct dentry *ecryptfs_dentry, argument
1385 rc = ecryptfs_setxattr(ecryptfs_dentry, ECRYPTFS_XATTR_NAME, page_virt,
1402 int ecryptfs_write_metadata(struct dentry *ecryptfs_dentry, argument
1306 ecryptfs_write_headers_virt(char *page_virt, size_t *size, struct ecryptfs_crypt_stat *crypt_stat, struct dentry *ecryptfs_dentry) argument
1508 ecryptfs_read_headers_virt(char *page_virt, struct ecryptfs_crypt_stat *crypt_stat, struct dentry *ecryptfs_dentry, int validate_header_size) argument
1565 ecryptfs_read_xattr_region(char *page_virt, struct dentry *ecryptfs_dentry) argument
1583 ecryptfs_read_and_validate_xattr_region(char *page_virt, struct dentry *ecryptfs_dentry) argument
1612 ecryptfs_read_metadata(struct dentry *ecryptfs_dentry, struct file *lower_file) argument
[all...]
H A Decryptfs_kernel.h501 struct dentry *ecryptfs_dentry,
520 int ecryptfs_write_metadata(struct dentry *ecryptfs_dentry,
522 int ecryptfs_read_metadata(struct dentry *ecryptfs_dentry,
524 int ecryptfs_new_file_context(struct dentry *ecryptfs_dentry);
528 struct dentry *ecryptfs_dentry);
534 struct dentry *ecryptfs_dentry,
539 unsigned char *src, struct dentry *ecryptfs_dentry);
556 int ecryptfs_read_xattr_region(char *page_virt, struct dentry *ecryptfs_dentry);
H A Dinode.c61 * @ecryptfs_dentry: New file's dentry in ecryptfs
93 * @ecryptfs_dentry: New file's dentry in ecryptfs
105 struct dentry *ecryptfs_dentry, int mode,
112 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
121 ecryptfs_dentry, mode, nd);
127 rc = ecryptfs_interpose(lower_dentry, ecryptfs_dentry,
143 * @ecryptfs_dentry: the ecryptfs dentry
150 static int grow_file(struct dentry *ecryptfs_dentry, struct file *lower_file, argument
158 fake_file.f_path.dentry = ecryptfs_dentry;
172 inode, ecryptfs_dentry,
104 ecryptfs_do_create(struct inode *directory_inode, struct dentry *ecryptfs_dentry, int mode, struct nameidata *nd) argument
187 ecryptfs_initialize_file(struct dentry *ecryptfs_dentry) argument
250 ecryptfs_create(struct inode *directory_inode, struct dentry *ecryptfs_dentry, int mode, struct nameidata *nd) argument
[all...]
H A Dfile.c186 struct dentry *ecryptfs_dentry = file->f_path.dentry; local
187 /* Private value of ecryptfs_dentry allocated in
189 struct dentry *lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
197 ecryptfs_dentry->d_sb)->mount_crypt_stat;
216 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
231 lower_mnt = ecryptfs_dentry_to_lower_mnt(ecryptfs_dentry);
241 if (S_ISDIR(ecryptfs_dentry->d_inode->i_mode)) {
250 rc = ecryptfs_read_metadata(ecryptfs_dentry, lower_file);
H A Dmmap.c517 struct dentry *ecryptfs_dentry,
533 lower_dentry = ecryptfs_dentry_to_lower(ecryptfs_dentry);
574 struct dentry *ecryptfs_dentry,
582 ecryptfs_dentry,
515 ecryptfs_write_inode_size_to_xattr(struct inode *lower_inode, struct inode *inode, struct dentry *ecryptfs_dentry, int lower_i_mutex_held) argument
571 ecryptfs_write_inode_size_to_metadata(struct file *lower_file, struct inode *lower_inode, struct inode *inode, struct dentry *ecryptfs_dentry, int lower_i_mutex_held) argument
H A Dkeystore.c1054 struct dentry *ecryptfs_dentry)
1065 ecryptfs_dentry->d_sb)->mount_crypt_stat;
1644 * @ecryptfs_dentry: The dentry, used to retrieve the mount crypt stat
1657 struct dentry *ecryptfs_dentry, size_t *len,
1663 ecryptfs_dentry->d_sb)->mount_crypt_stat;
1052 ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat, unsigned char *src, struct dentry *ecryptfs_dentry) argument
1655 ecryptfs_generate_key_packet_set(char *dest_base, struct ecryptfs_crypt_stat *crypt_stat, struct dentry *ecryptfs_dentry, size_t *len, size_t max) argument

Completed in 92 milliseconds