Home
last modified time | relevance | path

Searched refs:fscrypt_encrypt_pagecache_blocks (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/fs/crypto/
Dcrypto.c172 struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, in fscrypt_encrypt_pagecache_blocks() function
210 EXPORT_SYMBOL(fscrypt_encrypt_pagecache_blocks);
/Linux-v6.6/include/linux/
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
/Linux-v6.6/fs/ext4/
Dpage-io.c526 bounce_page = fscrypt_encrypt_pagecache_blocks(&folio->page, in ext4_bio_write_folio()
/Linux-v6.6/fs/ceph/
Daddr.c734 bounce_page = fscrypt_encrypt_pagecache_blocks(page, in writepage_nounlock()
1156 fscrypt_encrypt_pagecache_blocks(page, in ceph_writepages_start()
/Linux-v6.6/fs/f2fs/
Ddata.c2576 fio->encrypted_page = fscrypt_encrypt_pagecache_blocks(page, in f2fs_encrypt_one_page()