Searched refs:fscrypt_encrypt_pagecache_blocks (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | crypto.c | 59 * Free a bounce page that was allocated by fscrypt_encrypt_pagecache_blocks(), 140 * fscrypt_encrypt_pagecache_blocks() - Encrypt filesystem blocks from a 164 struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, in fscrypt_encrypt_pagecache_blocks() function 202 EXPORT_SYMBOL(fscrypt_encrypt_pagecache_blocks); variable
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | crypto.c | 59 * Free a bounce page that was allocated by fscrypt_encrypt_pagecache_blocks(), 148 * fscrypt_encrypt_pagecache_blocks() - Encrypt filesystem blocks from a 172 struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, in fscrypt_encrypt_pagecache_blocks() function 210 EXPORT_SYMBOL(fscrypt_encrypt_pagecache_blocks); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscrypt.h | 146 struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, 287 static inline struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, in fscrypt_encrypt_pagecache_blocks() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscrypt.h | 252 struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, 417 static inline struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, in fscrypt_encrypt_pagecache_blocks() function
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | page-io.c | 527 bounce_page = fscrypt_encrypt_pagecache_blocks(page, enc_bytes, in ext4_bio_write_page()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | page-io.c | 526 bounce_page = fscrypt_encrypt_pagecache_blocks(&folio->page, in ext4_bio_write_folio()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | addr.c | 734 bounce_page = fscrypt_encrypt_pagecache_blocks(page, in writepage_nounlock() 1156 fscrypt_encrypt_pagecache_blocks(page, in ceph_writepages_start()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | data.c | 2556 fio->encrypted_page = fscrypt_encrypt_pagecache_blocks(page, in f2fs_encrypt_one_page()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | data.c | 2566 fio->encrypted_page = fscrypt_encrypt_pagecache_blocks(page, in f2fs_encrypt_one_page()
|
Completed in 31 milliseconds