Home
last modified time | relevance | path

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

/fs/ecryptfs/
A Dcrypto.c484 char *page_virt; in ecryptfs_decrypt_page() local
498 kunmap_local(page_virt); in ecryptfs_decrypt_page()
856 put_unaligned_be32(m_1, page_virt); in write_ecryptfs_marker()
858 put_unaligned_be32(m_2, page_virt); in write_ecryptfs_marker()
874 put_unaligned_be32(flags, page_virt); in ecryptfs_write_crypt_stat_flags()
1075 char *page_virt, size_t size) in ecryptfs_write_metadata_to_xattr() argument
1362 char *page_virt; in ecryptfs_read_metadata() local
1374 if (!page_virt) { in ecryptfs_read_metadata()
1386 memset(page_virt, 0, PAGE_SIZE); in ecryptfs_read_metadata()
1418 if (page_virt) { in ecryptfs_read_metadata()
[all …]
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()
A Decryptfs_kernel.h547 void ecryptfs_i_size_init(const char *page_virt, struct inode *inode);
578 void ecryptfs_write_crypt_stat_flags(char *page_virt,
601 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode);

Completed in 12 milliseconds