Searched refs:page_virt (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/fs/ecryptfs/ |
D | crypto.c | 1030 char *page_virt, int *bytes_read) in ecryptfs_process_flags() argument 1036 flags = get_unaligned_be32(page_virt); in ecryptfs_process_flags() 1056 static void write_ecryptfs_marker(char *page_virt, size_t *written) in write_ecryptfs_marker() argument 1062 put_unaligned_be32(m_1, page_virt); in write_ecryptfs_marker() 1063 page_virt += (MAGIC_ECRYPTFS_MARKER_SIZE_BYTES / 2); in write_ecryptfs_marker() 1064 put_unaligned_be32(m_2, page_virt); in write_ecryptfs_marker() 1068 void ecryptfs_write_crypt_stat_flags(char *page_virt, in ecryptfs_write_crypt_stat_flags() argument 1081 put_unaligned_be32(flags, page_virt); in ecryptfs_write_crypt_stat_flags() 1230 static int ecryptfs_write_headers_virt(char *page_virt, size_t max, in ecryptfs_write_headers_virt() argument 1240 write_ecryptfs_marker((page_virt + offset), &written); in ecryptfs_write_headers_virt() [all …]
|
D | mmap.c | 94 static void strip_xattr_flag(char *page_virt, in strip_xattr_flag() argument 101 ecryptfs_write_crypt_stat_flags(page_virt, crypt_stat, in strip_xattr_flag() 151 char *page_virt; in ecryptfs_copy_up_encrypted_with_header() local 153 page_virt = kmap_atomic(page); in ecryptfs_copy_up_encrypted_with_header() 154 memset(page_virt, 0, PAGE_CACHE_SIZE); in ecryptfs_copy_up_encrypted_with_header() 160 page_virt, page->mapping->host); in ecryptfs_copy_up_encrypted_with_header() 161 strip_xattr_flag(page_virt + 16, crypt_stat); in ecryptfs_copy_up_encrypted_with_header() 162 ecryptfs_write_header_metadata(page_virt + 20, in ecryptfs_copy_up_encrypted_with_header() 166 kunmap_atomic(page_virt); in ecryptfs_copy_up_encrypted_with_header()
|
D | ecryptfs_kernel.h | 570 void ecryptfs_i_size_init(const char *page_virt, struct inode *inode); 600 void ecryptfs_write_crypt_stat_flags(char *page_virt, 623 int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode);
|