Home
last modified time | relevance | path

Searched refs:fscrypt_encrypt_pagecache_blocks (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/crypto/
H A Dcrypto.c59 * 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 Dcrypto.c59 * 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 Dfscrypt.h146 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 Dfscrypt.h252 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 Dpage-io.c527 bounce_page = fscrypt_encrypt_pagecache_blocks(page, enc_bytes, in ext4_bio_write_page()
/kernel/linux/linux-6.6/fs/ext4/
H A Dpage-io.c526 bounce_page = fscrypt_encrypt_pagecache_blocks(&folio->page, in ext4_bio_write_folio()
/kernel/linux/linux-6.6/fs/ceph/
H A Daddr.c734 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 Ddata.c2556 fio->encrypted_page = fscrypt_encrypt_pagecache_blocks(page, in f2fs_encrypt_one_page()
/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c2566 fio->encrypted_page = fscrypt_encrypt_pagecache_blocks(page, in f2fs_encrypt_one_page()

Completed in 31 milliseconds