Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dcrypto.c420 char *page_virt; in ecryptfs_decrypt_page()
431 page_virt = kmap_local_folio(folio, 0); in ecryptfs_decrypt_page()
432 rc = ecryptfs_read_lower(page_virt, lower_offset, PAGE_SIZE, in ecryptfs_decrypt_page()
434 kunmap_local(page_virt); in ecryptfs_decrypt_page()
743 * @page_virt: Source data to be parsed
747 char *page_virt, int *bytes_read)
752 flags = get_unaligned_be32(page_virt); in ecryptfs_process_flags()
765 * @page_virt: The pointer to in a page to begin writing the marker in ecryptfs_process_flags()
770 static void write_ecryptfs_marker(char *page_virt, size_t *written)
776 put_unaligned_be32(m_1, page_virt); in write_ecryptfs_marker()
424 char *page_virt; ecryptfs_decrypt_page() local
751 ecryptfs_process_flags(struct ecryptfs_crypt_stat * crypt_stat,char * page_virt,int * bytes_read) ecryptfs_process_flags() argument
774 write_ecryptfs_marker(char * page_virt,size_t * written) write_ecryptfs_marker() argument
786 ecryptfs_write_crypt_stat_flags(char * page_virt,struct ecryptfs_crypt_stat * crypt_stat,size_t * written) ecryptfs_write_crypt_stat_flags() argument
951 ecryptfs_write_headers_virt(char * page_virt,size_t max,size_t * size,struct ecryptfs_crypt_stat * crypt_stat,struct dentry * ecryptfs_dentry) ecryptfs_write_headers_virt() argument
1001 ecryptfs_write_metadata_to_xattr(struct dentry * ecryptfs_dentry,struct inode * ecryptfs_inode,char * page_virt,size_t size) ecryptfs_write_metadata_to_xattr() argument
1142 ecryptfs_i_size_init(const char * page_virt,struct inode * inode) ecryptfs_i_size_init() argument
1173 ecryptfs_read_headers_virt(char * page_virt,struct ecryptfs_crypt_stat * crypt_stat,struct dentry * ecryptfs_dentry,int validate_header_size) ecryptfs_read_headers_virt() argument
1229 ecryptfs_read_xattr_region(char * page_virt,struct inode * ecryptfs_inode) ecryptfs_read_xattr_region() argument
1288 char *page_virt; ecryptfs_read_metadata() local
[all...]
H A Dmmap.c51 static void strip_xattr_flag(char *page_virt, in strip_xattr_flag() argument
58 ecryptfs_write_crypt_stat_flags(page_virt, crypt_stat, in strip_xattr_flag()
108 char *page_virt; in ecryptfs_copy_up_encrypted_with_header() local
110 page_virt = kmap_local_folio(folio, 0); in ecryptfs_copy_up_encrypted_with_header()
111 memset(page_virt, 0, PAGE_SIZE); in ecryptfs_copy_up_encrypted_with_header()
117 page_virt, folio->mapping->host); in ecryptfs_copy_up_encrypted_with_header()
118 strip_xattr_flag(page_virt + 16, crypt_stat); in ecryptfs_copy_up_encrypted_with_header()
119 ecryptfs_write_header_metadata(page_virt + 20, in ecryptfs_copy_up_encrypted_with_header()
123 kunmap_local(page_virt); in ecryptfs_copy_up_encrypted_with_header()
H A Decryptfs_kernel.h539 void ecryptfs_i_size_init(const char *page_virt, struct inode *inode);
568 void ecryptfs_write_crypt_stat_flags(char *page_virt,
591 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode);