Home
last modified time | relevance | path

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

/linux-6.14.4/fs/crypto/
Dcrypto.c180 struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, in fscrypt_encrypt_pagecache_blocks() function
219 EXPORT_SYMBOL(fscrypt_encrypt_pagecache_blocks);
/linux-6.14.4/include/linux/
Dfscrypt.h313 struct page *fscrypt_encrypt_pagecache_blocks(struct page *page,
483 static inline struct page *fscrypt_encrypt_pagecache_blocks(struct page *page, in fscrypt_encrypt_pagecache_blocks() function
/linux-6.14.4/fs/ext4/
Dpage-io.c525 bounce_page = fscrypt_encrypt_pagecache_blocks(&folio->page, in ext4_bio_write_folio()
/linux-6.14.4/fs/ceph/
Daddr.c756 bounce_page = fscrypt_encrypt_pagecache_blocks(page, in writepage_nounlock()
1189 fscrypt_encrypt_pagecache_blocks(page, in ceph_writepages_start()
/linux-6.14.4/fs/f2fs/
Ddata.c2505 fio->encrypted_page = fscrypt_encrypt_pagecache_blocks(page, in f2fs_encrypt_one_page()