Searched defs:ecryptfs_inode (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/ecryptfs/ |
H A D | read_write.c | 39 int ecryptfs_write_lower(struct inode *ecryptfs_inode, char *data, ecryptfs_write_lower() argument 69 int ecryptfs_write_lower_page_segment(struct inode *ecryptfs_inode, ecryptfs_write_lower_page_segment() argument 105 int ecryptfs_write(struct inode *ecryptfs_inode, char *data, loff_t offset, ecryptfs_write() argument 231 ecryptfs_read_lower(char *data, loff_t offset, size_t size, struct inode *ecryptfs_inode) ecryptfs_read_lower() argument 256 ecryptfs_read_lower_page_segment(struct page *page_for_ecryptfs, pgoff_t page_index, size_t offset_in_page, size_t size, struct inode *ecryptfs_inode) ecryptfs_read_lower_page_segment() argument
|
H A D | mmap.c | 392 static int ecryptfs_write_inode_size_to_header(struct inode *ecryptfs_inode) ecryptfs_write_inode_size_to_header() argument 417 static int ecryptfs_write_inode_size_to_xattr(struct inode *ecryptfs_inode) ecryptfs_write_inode_size_to_xattr() argument 456 int ecryptfs_write_inode_size_to_metadata(struct inode *ecryptfs_inode) ecryptfs_write_inode_size_to_metadata() argument 486 struct inode *ecryptfs_inode = mapping->host; ecryptfs_write_end() local
|
H A D | inode.c | 269 struct inode *ecryptfs_inode; ecryptfs_create() local 220 ecryptfs_initialize_file(struct dentry *ecryptfs_dentry, struct inode *ecryptfs_inode) ecryptfs_initialize_file() argument
|
H A D | crypto.c | 488 struct inode *ecryptfs_inode; ecryptfs_encrypt_page() local 557 struct inode *ecryptfs_inode; ecryptfs_decrypt_page() local 820 int ecryptfs_new_file_context(struct inode *ecryptfs_inode) ecryptfs_new_file_context() argument 1135 ecryptfs_write_metadata_to_contents(struct inode *ecryptfs_inode, ecryptfs_write_metadata_to_contents() argument 1373 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode) ecryptfs_read_xattr_region() argument 1428 struct inode *ecryptfs_inode = d_inode(ecryptfs_dentry); ecryptfs_read_metadata() local 1185 ecryptfs_write_metadata(struct dentry *ecryptfs_dentry, struct inode *ecryptfs_inode) ecryptfs_write_metadata() argument
|
Completed in 223 milliseconds