Home
last modified time | relevance | path

Searched refs:fscrypt_pagecache_page (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dfscrypt.h330 static inline struct page *fscrypt_pagecache_page(struct page *bounce_page) in fscrypt_pagecache_page() function
515 static inline struct page *fscrypt_pagecache_page(struct page *bounce_page) in fscrypt_pagecache_page() function
1114 *pagep = fscrypt_pagecache_page(page); in fscrypt_finalize_bounce_page()
/linux-6.15/fs/ceph/
H A Dcrypto.h170 return fscrypt_is_bounce_page(page) ? fscrypt_pagecache_page(page) : page; in ceph_fscrypt_pagecache_page()
H A Daddr.c917 page = fscrypt_pagecache_page(page); in writepages_finish()
/linux-6.15/fs/f2fs/
H A Ddata.c564 target = fscrypt_pagecache_page(target); in __has_merged_page()